- 8974976 Add support for 'atomic_default_mem_order' clause on 'requires' directive. Also renamed test files relating to 'requires'. Differntial review: https://reviews.llvm.org/D53513 by Patrick Lyster · 6 years ago
- 0680f97 Create ConstantExpr class by Bill Wendling · 6 years ago
- a0460af [AST] Refactor PredefinedExpr by Bruno Ricci · 6 years ago
- 851f70b Add support for 'dynamic_allocators' clause on 'requires' directive. Differential Revision: https://reviews.llvm.org/D53079 by Patrick Lyster · 6 years ago
- 21352e1 [OPENMP] Add reverse_offload clause to requires directive by Patrick Lyster · 6 years ago
- 0db38f4 Add support for unified_shared_memory clause on requires directive by Patrick Lyster · 6 years ago
- ac26bee [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 6 years ago
- a9d72d6 [ODRHash] Extend hash to support all Type's. by Richard Trieu · 7 years ago
- a7a8811 [coroutines] Fix handling of dependent co_await in StmtProfiler. by Richard Smith · 7 years ago
- abdbb60 Remove trailing space by Fangrui Song · 7 years ago
- 84dd23f [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals by Leonard Chan · 7 years ago
- 647be32 Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 41cbdd8 [ODRHash] Handle some template weirdness. by Richard Trieu · 7 years ago
- 3dd3603 Update StmtProfile.cpp to handle zero template arguments. by Richard Trieu · 7 years ago
- 8b60629 [c++2a] P0515R3: Support for overloaded operator<=>. by Richard Smith · 7 years ago
- b947cc3 Handle lambda captures of variable length arrays in profiling and printing. by Richard Trieu · 7 years ago
- 558739b Hide "#pragma optimize("", off)" from clang when it pretends to be MSVC 2017 by Reid Kleckner · 7 years ago
- 919ae5f Fix mangling for dependent "type { expr-list }" expressions, and add mangling for designated initializers matching recent cxx-abi-dev discussion. by Richard Smith · 8 years ago
- 36f9c8f [OPENMP] Codegen for 'in_reduction' clause. by Alexey Bataev · 8 years ago
- 75a0da8 [OPENMP] Codegen for 'task_reduction' clause. by Alexey Bataev · 8 years ago
- 2436764 Work around an MSVC2017 update 3 codegen bug. by Nico Weber · 8 years ago
- 8b70113 [OPENMP] Initial support for 'in_reduction' clause. by Alexey Bataev · 8 years ago
- c874b4b [OPENMP] Initial support for 'task_reduction' clause. by Alexey Bataev · 8 years ago
- da93380 [ODRHash] Revert r305104 - Skip inline namespaces when hashing. by Richard Trieu · 8 years ago
- 431cd23 [ODRHash] Skip inline namespaces when hashing. by Richard Trieu · 8 years ago
- 603fc45 [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt. by Eric Fiselier · 8 years ago
- 1b45cd5 Handle null QualType better in Stmt::Profile by Richard Trieu · 8 years ago
- 14e6b6c [ODRHash] static_cast and Stmt hashing. by Richard Trieu · 8 years ago
- e03dff6 Revert r295421, new ODR checker for modules, to fix build bot. by Richard Trieu · 8 years ago
- dacff98 Add better ODR checking for modules. by Richard Trieu · 8 years ago
- e24957b Revert r295284: Add better ODR checking for modules. by Richard Trieu · 8 years ago
- 425da46 Add better ODR checking for modules. by Richard Trieu · 8 years ago
- c0376bf Revert r293585 "Add better ODR checking for modules." by Sam McCall · 8 years ago
- baa8d90 Add better ODR checking for modules. by Richard Trieu · 8 years ago
- 2c44f46 [OpenMP] Support for thread_limit-clause on the 'target teams' directive. by Arpith Chacko Jacob · 8 years ago
- a905310 [OpenMP] Support for num_teams-clause on the 'target teams' directive. by Arpith Chacko Jacob · 8 years ago
- 440f379 [OpenMP] Support for the num_threads-clause on 'target parallel'. by Arpith Chacko Jacob · 8 years ago
- ec7d993 [OpenMP] Support for the if-clause on the combined directive 'target parallel'. by Arpith Chacko Jacob · 8 years ago
- 69518aa [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 8 years ago
- be92cc3 [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma by Kelvin Li · 8 years ago
- 1008244 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma by Kelvin Li · 8 years ago
- 0b48254 [OpenMP] Sema and parsing for 'target teams distribute' pragma by Kelvin Li · 8 years ago
- 2c7cf6d [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 8 years ago
- 0601f89 Add two new AST nodes to represent initialization of an array in terms of by Richard Smith · 8 years ago
- 732bd78 [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 8 years ago
- 195ed07 [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 8 years ago
- eb1c24b Re-apply patch r279045. by Kelvin Li · 8 years ago
- f2b3f9e Fix crash if StmtProfile finds a type-dependent member access for which we have by Richard Smith · 8 years ago
- 813dddb [AST] Remove unused function, to silence a GCC7 warning. by Davide Italiano · 9 years ago
- 2b3a36e Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" by Diana Picus · 9 years ago
- 0bf7594 [OpenMP] Sema and parsing for 'teams distribute simd’ pragma by Kelvin Li · 9 years ago
- 231f2fc [OpenMP] Sema and parsing for 'teams distribute' pragma by Kelvin Li · 9 years ago
- 7715eac [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
- d3b0a63 [ObjC] Implement @available in the Parser and AST by Erik Pilkington · 9 years ago
- 4194818 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
- cfd99ab [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_ptr' of target by Carlo Bertolli · 9 years ago
- 39ba7a7 [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 'target data' by Carlo Bertolli · 9 years ago
- b8d9b3a [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
- 5889a98 [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
- 5be817d P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
- 012ef21 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
- 912e4df Revert r273705 by Carlo Bertolli · 9 years ago
- 396e714 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
- 7bec354 Use ranges to concisely express iteration by David Majnemer · 9 years ago
- f611897 Revert accidential "[MSVC] Late parsing of in-class defined member functions in template" by Alexey Bataev · 9 years ago
- 0253605 [MSVC] Late parsing of in-class defined member functions in template classes. by Alexey Bataev · 9 years ago
- 570fa27 Check for null pointers before calling the Stmt Profiler by Richard Trieu · 9 years ago
- b3b107d [OpenMP] Parsing and sema support for the from clause by Samuel Antao · 9 years ago
- 0a889a0 [OpenMP] Parsing and sema support for the to clause by Samuel Antao · 9 years ago
- d6865a1 [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 9 years ago
- 6078347 [Cxx1z] Implement Lambda Capture of *this by Value as [=,*this] (P0018R3) by Faisal Vali · 9 years ago
- 63f6623 [OPENMP 4.5] Codegen for data members in 'linear' clause. by Alexey Bataev · 9 years ago
- ae13ed0 [OPENMP] Simplify handling of clauses with postupdates, NFC. by Alexey Bataev · 9 years ago
- eefab7c [OPENMP 4.5] Codegen for data members in 'reduction' clause. by Alexey Bataev · 9 years ago
- d1db390 [OPENMP 4.5] Codegen for member decls in 'lastprivate' clause. by Alexey Bataev · 9 years ago
- 0b191b8 [OPENMP 4.5] Codegen support for data members in 'firstprivate' clause. by Alexey Bataev · 9 years ago
- 34addf9 [OPENMP] Improved handling of pseudo-captured expressions in OpenMP. by Alexey Bataev · 9 years ago
- 334563d [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 9 years ago
- ed30907 [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 9 years ago
- dc2fa0b [OpenMP] Parsing + sema for defaultmap clause. by Arpith Chacko Jacob · 9 years ago
- 5243a6f [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 9 years ago
- faeccf3 [OpenMP] Parsing + sema for "target enter data" directive. by Samuel Antao · 9 years ago
- 53cb568 Add OpenMP dist_schedule clause to distribute directive and related regression tests. by Carlo Bertolli · 9 years ago
- 78eca64 [TrailingObjects] Convert OffsetOfExpr. by James Y Knight · 9 years ago
- ba55d24 [TrailingObjects] Convert ASTTemplateKWAndArgsInfo and ASTTemplateArgumentListInfo. by James Y Knight · 9 years ago
- ae37251 [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. by Alexey Bataev · 9 years ago
- 9ea7936 Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule by Carlo Bertolli · 9 years ago
- ba6cb09 Reformat linefeeds. by NAKAMURA Takumi · 9 years ago
- 67398e8 Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." by NAKAMURA Takumi · 9 years ago
- b3e5ee9 [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. by Alexey Bataev · 9 years ago
- 44e9da2 Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule. by Carlo Bertolli · 9 years ago
- 31fe4a8 [OPENMP 4.5] parsing/sema support for 'grainsize' clause. by Alexey Bataev · 9 years ago
- 0daec58 [OPENMP 4.5] parsing/sema support for 'nogroup' clause. by Alexey Bataev · 9 years ago
- d50b8b5 [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. by Alexey Bataev · 9 years ago
- fb742cf [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. by Alexey Bataev · 9 years ago
- 3cddbb5 [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. by Alexey Bataev · 9 years ago
- 0fafce9 [OpenMP] Parsing and sema support for thread_limit clause. by Kelvin Li · 9 years ago
- 0a368f6 [MSVC] 'property' with an empty array in array subscript expression. by Alexey Bataev · 9 years ago
- 1854a56 [OpenMP] Parsing and sema support for num_teams clause by Kelvin Li · 9 years ago
- e72003e [OpenMP] Parsing and sema support for map clause by Kelvin Li · 9 years ago