1. 474f2ce Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. by Galina Kistanova · 8 years ago
  2. af3b325 Fix the location of "missing ';'" suggestions after annotation tokens. by Richard Smith · 8 years ago
  3. d8844b9 [OpenMP] Extended parse for 'always' map modifier by Carlo Bertolli · 8 years ago
  4. 11ad339 Publish RAIIObjectsForParser.h for external usage. by Vassil Vassilev · 9 years ago
  5. ce1db6d Fix misspelled enum by Jonathan Roelofs · 9 years ago
  6. 3584515 P0091R3: Implement basic parsing support for C++17 deduction-guides. by Richard Smith · 9 years ago
  7. da68118 [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 9 years ago
  8. 1851df5 [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma by Kelvin Li · 9 years ago
  9. 80e8f56 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma by Kelvin Li · 9 years ago
  10. 83c451e [OpenMP] Sema and parsing for 'target teams distribute' pragma by Kelvin Li · 9 years ago
  11. 2a6de8c [OPENMP] Fix for PR31428: variable named like directive name modifier by Alexey Bataev · 9 years ago
  12. bf594a5 [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 9 years ago
  13. 7ade93f [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 9 years ago
  14. 579e41c [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 9 years ago
  15. 4e325f7 Re-apply patch r279045. by Kelvin Li · 9 years ago
  16. 8452327 Move calls of MaybeParseMicrosoftAttributes() before ParseExternalDeclaration() by Nico Weber · 9 years ago
  17. 8b44bbc Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" by Diana Picus · 9 years ago
  18. 0e3bde8 [OpenMP] Sema and parsing for 'teams distribute simd’ pragma by Kelvin Li · 9 years ago
  19. 0253287 [OpenMP] Sema and parsing for 'teams distribute' pragma by Kelvin Li · 9 years ago
  20. 986330c [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
  21. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  22. a579b91 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
  23. 70594e9 [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_ptr' of target by Carlo Bertolli · 9 years ago
  24. 2404b17 [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 'target data' by Carlo Bertolli · 9 years ago
  25. 787f3fc [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
  26. 4a39add [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
  27. 9925f15 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
  28. b8503d5 Revert r273705 by Carlo Bertolli · 9 years ago
  29. e77d6e0 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
  30. ec172c6 [OpenMP] Parsing and sema support for the from clause by Samuel Antao · 9 years ago
  31. 661c090 [OpenMP] Parsing and sema support for the to clause by Samuel Antao · 9 years ago
  32. 686c70c [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 9 years ago
  33. d69b505 [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 by Dmitry Polukhin · 9 years ago
  34. ecba70f [OPENMP 4.0] Support for 'linear' clause in 'declare simd' directive. by Alexey Bataev · 10 years ago
  35. d93d376 [OPENMP 4.0] Support for 'aligned' clause in 'declare simd' directive. by Alexey Bataev · 10 years ago
  36. e48a5fc [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive. by Alexey Bataev · 10 years ago
  37. 5ff6747 Remove redundant conditions of the form (A || (!A && B)) -> (A || B) by Benjamin Kramer · 10 years ago
  38. 2af33e3 [OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause in 'declare simd' by Alexey Bataev · 10 years ago
  39. 0b0da29 [OPENMP] Parsing and Sema support for 'omp declare target' directive by Dmitry Polukhin · 10 years ago
  40. 20dfd77 [OPENMP 4.0] Support for 'inbranch|noinbranch' clauses in 'declare simd'. by Alexey Bataev · 10 years ago
  41. c597062 Revert "[OPENMP] Allow skip expression after comma in clauses with lists." by Alexey Bataev · 10 years ago
  42. 0596817 [OPENMP] Allow skip expression after comma in clauses with lists. by Alexey Bataev · 10 years ago
  43. 587e1de [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive. by Alexey Bataev · 10 years ago
  44. a839ddd [OPENMP 4.0] Use 'declare reduction' constructs in 'reduction' clauses. by Alexey Bataev · 10 years ago
  45. 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
  46. f91b163 [OpenMP] Fix parsing of delete map clause modifier in C++ mode. by Samuel Antao · 10 years ago
  47. 8247833 [OPENMP] NFC rewrite ParseOpenMPDirectiveKind by Dmitry Polukhin · 10 years ago
  48. 05bebb5 [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 10 years ago
  49. e955b3d [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 10 years ago
  50. 3cf8904 [OpenMP] Parsing + sema for defaultmap clause. by Arpith Chacko Jacob · 10 years ago
  51. 5de996e [OpenMP] Update map clause SEMA to support OpenMP 4.5 possible list items. by Samuel Antao · 10 years ago
  52. 23abd72 [OpenMP] Detect implicit map type to report unspecified map type for target enter/exit data directives. by Samuel Antao · 10 years ago
  53. 7259076 [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 10 years ago
  54. df67fc4 [OpenMP] Parsing + sema for "target enter data" directive. by Samuel Antao · 10 years ago
  55. efdccaa OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef by David Blaikie · 10 years ago
  56. 0403cb1 OpaquePtr: Use nullptr construction for DeclGroupPtrTy OpaquePtr typedef by David Blaikie · 10 years ago
  57. b4adf55 Add OpenMP dist_schedule clause to distribute directive and related regression tests. by Carlo Bertolli · 10 years ago
  58. c4fad65 [OPENMP] Fix for declarative/standalone directives use. by Alexey Bataev · 10 years ago
  59. ad8a104 Silence enumeral and non-enumeral type in conditional expression warning; NFC. by Aaron Ballman · 10 years ago
  60. 6402bca [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. by Alexey Bataev · 10 years ago
  61. eb48235 [OPENMP 4.5] Parsing/sema analysis for 'depend(source)' clause in 'ordered' directive. by Alexey Bataev · 10 years ago
  62. 28c7541 [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. by Alexey Bataev · 10 years ago
  63. 6200a3d Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule by Carlo Bertolli · 10 years ago
  64. 2d5c6dd Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." by NAKAMURA Takumi · 10 years ago
  65. 382967a [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. by Alexey Bataev · 10 years ago
  66. b9bfa75 Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule. by Carlo Bertolli · 10 years ago
  67. 1fd4aed [OPENMP 4.5] parsing/sema support for 'grainsize' clause. by Alexey Bataev · 10 years ago
  68. b825de1 [OPENMP 4.5] parsing/sema support for 'nogroup' clause. by Alexey Bataev · 10 years ago
  69. 0a6ed84 [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. by Alexey Bataev · 10 years ago
  70. a056935 [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. by Alexey Bataev · 10 years ago
  71. 49f6e78 [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. by Alexey Bataev · 10 years ago
  72. a15fb1a [OpenMP] Parsing and sema support for thread_limit clause. by Kelvin Li · 10 years ago
  73. 099bb8c [OpenMP] Parsing and sema support for num_teams clause by Kelvin Li · 10 years ago
  74. 0bff7af [OpenMP] Parsing and sema support for map clause by Kelvin Li · 10 years ago
  75. d14d1e6 [OPENMP 4.1] Add 'simd' clause for 'ordered' directive. by Alexey Bataev · 10 years ago
  76. 346265e [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'. by Alexey Bataev · 10 years ago
  77. 6b8046a [OPENMP 4.1] Parsing/sema analysis for extended format of 'if' clause. by Alexey Bataev · 10 years ago
  78. 66b15b5 [OPENMP 4.1] Initial support for 'simdlen' clause. by Alexey Bataev · 10 years ago
  79. 1185e19 [OPENMP 4.1] Allow to use 'uval' and 'ref' modifiers for reference types only. by Alexey Bataev · 10 years ago
  80. 182227b [OPENMP 4.1] Initial support for modifiers in 'linear' clause. by Alexey Bataev · 10 years ago
  81. e710d54 This patch commits OpenMP 4 target device clauses by Michael Wong · 10 years ago
  82. 10e775f [OPENMP 4.1] Initial support for extended 'ordered' clause. by Alexey Bataev · 10 years ago
  83. 5b0688e [OpenMP] Make target data directive generate unexpected directive diagnostic. by Samuel Antao · 10 years ago
  84. 9aea860 Add missing parentheses to appease -Wlogical-op-parentheses. by Daniel Jasper · 10 years ago
  85. 65f367f Commit for http://reviews.llvm.org/D10765 by Michael Wong · 10 years ago
  86. 8090987 [OPENMP 4.0] Initial support for 'omp cancel' construct. by Alexey Bataev · 10 years ago
  87. 6d4ed05 [OPENMP 4.0] Initial support for 'omp cancellation point' construct. by Alexey Bataev · 10 years ago
  88. 1c2cfbc [OPENMP] Initial support for 'depend' clause (4.0). by Alexey Bataev · 10 years ago
  89. aac108a [OPENMP] Do not emit references to original variables in 'private' clause. by Alexey Bataev · 10 years ago
  90. c30dd2d [OPENMP] Support for '#pragma omp taskgroup' directive. by Alexey Bataev · 10 years ago
  91. 39f915b8 [OPENMP] Code cleanup for capturing of variables in OpenMP regions. by Alexey Bataev · 10 years ago
  92. a8d4a543 [OPENMP] Fix crash on private variables not used in OpenMP region. by Alexey Bataev · 11 years ago
  93. 1586782 Enable ActOnIdExpression to use delayed typo correction for non-C++ code by Kaelyn Takata · 11 years ago
  94. b16e632 Wire up delayed typo correction to DiagnoseEmptyLookup and set up by Kaelyn Takata · 11 years ago
  95. 13314bf [OPENMP] 'omp teams' directive basic support. by Alexey Bataev · 11 years ago
  96. 9804fa5 Revert "[OPENMP] 'omp teams' directive basic support. Includes parsing and semantic analysis for 'omp teams' directive support from OpenMP 4.0. Adds additional analysis to 'omp target' directive with 'omp teams' directive." by Renato Golin · 11 years ago
  97. 941bbec [OPENMP] 'omp teams' directive basic support. by Alexey Bataev · 11 years ago
  98. e4e893b [OPENMP] Parsing/Sema of directive omp parallel for simd by Alexander Musman · 11 years ago
  99. 0bd520b [OPENMP] Initial parsing/sema analysis of 'target' directive. by Alexey Bataev · 11 years ago
  100. f82886e Parsing/Sema of directive omp for simd by Alexander Musman · 11 years ago