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