1. ef57943 [OPENMP] parsing and sema support for 'close' map-type-modifier by Kelvin Li · 7 years ago
  2. 7a2a27c 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 · 7 years ago
  3. 3fe9e39 Add support for 'dynamic_allocators' clause on 'requires' directive. Differential Revision: https://reviews.llvm.org/D53079 by Patrick Lyster · 7 years ago
  4. 6bdf63b [OPENMP] Add reverse_offload clause to requires directive by Patrick Lyster · 7 years ago
  5. 4a370b9 Add support for unified_shared_memory clause on requires directive by Patrick Lyster · 7 years ago
  6. 1408f91 [OPENMP] Add support for OMP5 requires directive + unified_address clause by Kelvin Li · 7 years ago
  7. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
  8. 647dd84 [OPENMP] Initial codegen for `target teams distribute parallel for simd`. by Alexey Bataev · 8 years ago
  9. 8451efa [OPENMP] Add codegen for `depend` clauses on `target` directive. by Alexey Bataev · 8 years ago
  10. 52978c3 [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host by Carlo Bertolli · 8 years ago
  11. fbe17fb [OPENMP] Initial codegen for `target teams distribute simd` directive. by Alexey Bataev · 8 years ago
  12. dfa430f [OPENMP] Initial codegen for `target teams distribute` directive. by Alexey Bataev · 8 years ago
  13. 56a2aa4 [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host by Carlo Bertolli · 8 years ago
  14. 2ba6704 [OPENMP] Generalize capturing of clauses expressions. by Alexey Bataev · 8 years ago
  15. 974acd6 [OPENMP] Codegen for `distribute parallel for simd` directive. by Alexey Bataev · 8 years ago
  16. 7f96c37 [OPENMP] General improvement of code, NFC. by Alexey Bataev · 8 years ago
  17. 7828b25 [OPENMP] Initial support for asynchronous data update, NFC. by Alexey Bataev · 8 years ago
  18. 62fae15 [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for' on host by Carlo Bertolli · 8 years ago
  19. f836537 [OPENMP] Codegen for `target simd` construct. by Alexey Bataev · 8 years ago
  20. 5d7edca [OPENMP] Codegen for `#pragma omp target parallel for simd`. by Alexey Bataev · 8 years ago
  21. 9a5e64f [OPENMP] Treat '#pragma omp target parallel for simd' as simd directive. by Alexey Bataev · 8 years ago
  22. fb0ebec [OPENMP] Codegen for `#pragma omp target parallel for`. by Alexey Bataev · 8 years ago
  23. ba1487b [OpenMP] Initial implementation of teams distribute code generation by Carlo Bertolli · 8 years ago
  24. fa312f3 [OPENMP] Initial support for 'in_reduction' clause. by Alexey Bataev · 8 years ago
  25. 169d96a [OPENMP] Initial support for 'task_reduction' clause. by Alexey Bataev · 8 years ago
  26. ffafe10 [OpenMP] Prepare sema to support combined constructs with omp distribute and omp for by Carlo Bertolli · 8 years ago
  27. 8429d81 [OpenMP] Prepare Sema for initial implementation for pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
  28. 99a1e0e [OpenMP] Codegen support for 'target teams' on the host. by Arpith Chacko Jacob · 9 years ago
  29. 86f9e46 Reverting commit because an NVPTX patch sneaked in. Break up into two patches. by Arpith Chacko Jacob · 9 years ago
  30. 4dbf368 [OpenMP] Codegen support for 'target teams' on the host. by Arpith Chacko Jacob · 9 years ago
  31. 19b911c [OpenMP] Codegen support for 'target parallel' on the host. by Arpith Chacko Jacob · 9 years ago
  32. 42793e0 Revert r292374 to debug Windows buildbot failure. by Arpith Chacko Jacob · 9 years ago
  33. 6801957 [OpenMP] Codegen support for 'target parallel' on the host. by Arpith Chacko Jacob · 9 years ago
  34. da68118 [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 9 years ago
  35. 1851df5 [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma by Kelvin Li · 9 years ago
  36. 80e8f56 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma by Kelvin Li · 9 years ago
  37. 83c451e [OpenMP] Sema and parsing for 'target teams distribute' pragma by Kelvin Li · 9 years ago
  38. bf594a5 [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 9 years ago
  39. 7ade93f [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 9 years ago
  40. 579e41c [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 9 years ago
  41. 4e325f7 Re-apply patch r279045. by Kelvin Li · 9 years ago
  42. 8b44bbc Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" by Diana Picus · 9 years ago
  43. 0e3bde8 [OpenMP] Sema and parsing for 'teams distribute simd’ pragma by Kelvin Li · 9 years ago
  44. 0253287 [OpenMP] Sema and parsing for 'teams distribute' pragma by Kelvin Li · 9 years ago
  45. 986330c [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
  46. a579b91 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
  47. 70594e9 [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_ptr' of target by Carlo Bertolli · 9 years ago
  48. 2404b17 [OpenMP] Initial implementation of parse+sema for clause use_device_ptr of 'target data' by Carlo Bertolli · 9 years ago
  49. 787f3fc [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
  50. 0cd6827 [OpenMP] remove outdated comment (NFC) by Kelvin Li · 9 years ago
  51. 4a39add [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
  52. 9925f15 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
  53. b8503d5 Revert r273705 by Carlo Bertolli · 9 years ago
  54. e77d6e0 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
  55. ec172c6 [OpenMP] Parsing and sema support for the from clause by Samuel Antao · 9 years ago
  56. 661c090 [OpenMP] Parsing and sema support for the to clause by Samuel Antao · 9 years ago
  57. 686c70c [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 9 years ago
  58. 35aaee6 [OPENMP 4.0] Fixed DSA analysis for taskloop directives. by Alexey Bataev · 9 years ago
  59. e48a5fc [OPENMP 4.0] Support for 'uniform' clause in 'declare simd' directive. by Alexey Bataev · 9 years ago
  60. 0b0da29 [OPENMP] Parsing and Sema support for 'omp declare target' directive by Dmitry Polukhin · 9 years ago
  61. 587e1de [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive. by Alexey Bataev · 9 years ago
  62. 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
  63. 05bebb5 [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 10 years ago
  64. 3d58f26 [OpenMP] Prevent nesting of target constructs within target code execution regions. by Arpith Chacko Jacob · 10 years ago
  65. d8da15f Undoing commit r259366 to debug buildbot failure. by Arpith Chacko Jacob · 10 years ago
  66. f195862 [OpenMP] Prevent nesting of target constructs within target code execution regions. by Arpith Chacko Jacob · 10 years ago
  67. e955b3d [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 10 years ago
  68. 3cf8904 [OpenMP] Parsing + sema for defaultmap clause. by Arpith Chacko Jacob · 10 years ago
  69. 7259076 [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 10 years ago
  70. df67fc4 [OpenMP] Parsing + sema for "target enter data" directive. by Samuel Antao · 10 years ago
  71. b4adf55 Add OpenMP dist_schedule clause to distribute directive and related regression tests. by Carlo Bertolli · 10 years ago
  72. 6402bca [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. by Alexey Bataev · 10 years ago
  73. 28c7541 [OPENMP 4.5] Parsing/sema for 'hint' clause of 'critical' directive. by Alexey Bataev · 10 years ago
  74. 6200a3d Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule by Carlo Bertolli · 10 years ago
  75. 2d5c6dd Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." by NAKAMURA Takumi · 10 years ago
  76. 382967a [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. by Alexey Bataev · 10 years ago
  77. b9bfa75 Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule. by Carlo Bertolli · 10 years ago
  78. 1fd4aed [OPENMP 4.5] parsing/sema support for 'grainsize' clause. by Alexey Bataev · 10 years ago
  79. b825de1 [OPENMP 4.5] parsing/sema support for 'nogroup' clause. by Alexey Bataev · 10 years ago
  80. 0a6ed84 [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. by Alexey Bataev · 10 years ago
  81. a056935 [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. by Alexey Bataev · 10 years ago
  82. 49f6e78 [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. by Alexey Bataev · 10 years ago
  83. a15fb1a [OpenMP] Parsing and sema support for thread_limit clause. by Kelvin Li · 10 years ago
  84. 099bb8c [OpenMP] Parsing and sema support for num_teams clause by Kelvin Li · 10 years ago
  85. 0bff7af [OpenMP] Parsing and sema support for map clause by Kelvin Li · 10 years ago
  86. 4be30e9 [OpenMP] Capture global variables in target regions. by Samuel Antao · 10 years ago
  87. d14d1e6 [OPENMP 4.1] Add 'simd' clause for 'ordered' directive. by Alexey Bataev · 10 years ago
  88. 346265e [OPENMP 4.1] Add 'threads' clause for '#pragma omp ordered'. by Alexey Bataev · 10 years ago
  89. 87933c7 [OPENMP 4.0] Add 'if' clause for 'cancel' directive. by Alexey Bataev · 10 years ago
  90. 66b15b5 [OPENMP 4.1] Initial support for 'simdlen' clause. by Alexey Bataev · 10 years ago
  91. 182227b [OPENMP 4.1] Initial support for modifiers in 'linear' clause. by Alexey Bataev · 10 years ago
  92. e710d54 This patch commits OpenMP 4 target device clauses by Michael Wong · 10 years ago
  93. 65f367f Commit for http://reviews.llvm.org/D10765 by Michael Wong · 10 years ago
  94. 8090987 [OPENMP 4.0] Initial support for 'omp cancel' construct. by Alexey Bataev · 10 years ago
  95. 6d4ed05 [OPENMP 4.0] Initial support for 'omp cancellation point' construct. by Alexey Bataev · 10 years ago
  96. 1c2cfbc [OPENMP] Initial support for 'depend' clause (4.0). by Alexey Bataev · 10 years ago
  97. c30dd2d [OPENMP] Support for '#pragma omp taskgroup' directive. by Alexey Bataev · 10 years ago
  98. f56f98c [OPENMP] Codegen for 'copyin' clause in 'parallel' directive. by Alexey Bataev · 10 years ago
  99. 13314bf [OPENMP] 'omp teams' directive basic support. by Alexey Bataev · 11 years ago
  100. 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