1. 3cabf73 [OPENMP] Fix incomplete type check for array reductions by Joel E. Denny · 7 years ago
  2. e0e7a8a Revert r335907: [OPENMP] Fix incomplete type check for array reductions by Joel E. Denny · 7 years ago
  3. 82e9ea5 [OPENMP] Fix incomplete type check for array reductions by Joel E. Denny · 7 years ago
  4. 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 8 years ago
  5. 354df2e [OPENMP] Analyze the type of the mapped entity instead of its base. by Alexey Bataev · 8 years ago
  6. dcc815d [OPENMP] Do not emit warning for implicitly declared target functions. by Alexey Bataev · 8 years ago
  7. d0df36a [OPENMP] Do not emit warning about non-declared target function params. by Alexey Bataev · 8 years ago
  8. 16fe49a [OPENMP] Fix -Wunused-lambda-capture. NFC by Fangrui Song · 8 years ago
  9. e372710 [OPENMP] Code cleanup and code improvements. by Alexey Bataev · 8 years ago
  10. 43a919f [OPENMP] Replace push_back by emplace_back, NFC. by Alexey Bataev · 8 years ago
  11. 97d18bf [OPENMP] Code cleanup, NFC. by Alexey Bataev · 8 years ago
  12. c0f879b [OPENMP] Additional attributes for the pointer parameters. by Alexey Bataev · 8 years ago
  13. 92327c5 [OPENMP] Codegen for declare target with link clause. by Alexey Bataev · 8 years ago
  14. 63cc8e9 [OPENMP, NVPTX] Globalization of the private redeclarations. by Alexey Bataev · 8 years ago
  15. 4f4bf7c [OPENMP] Codegen for `omp declare target` construct. by Alexey Bataev · 8 years ago
  16. 87a3180 Re-land "[Sema] Make getCurFunction() return null outside function parsing" by Reid Kleckner · 8 years ago
  17. 8d485b8 Revert "[Sema] Make getCurFunction() return null outside function parsing" by Reid Kleckner · 8 years ago
  18. c2fd352 [Sema] Make getCurFunction() return null outside function parsing by Reid Kleckner · 8 years ago
  19. 852525d [OPENMP] Treat local variables in CUDA mode as thread local. by Alexey Bataev · 8 years ago
  20. 00f70bd Remove redundant casts. NFC by George Burgess IV · 8 years ago
  21. 95c23e7 [OPENMP] Emit warning for non-trivial types in map clauses. by Alexey Bataev · 8 years ago
  22. 2819260b [OPENMP] Allow multiple mappings for member expressions for pointers. by Alexey Bataev · 8 years ago
  23. 8e39c34 [OPENMP] Do not emit messages for templates in declare target constructs. by Alexey Bataev · 8 years ago
  24. 9a75738 [OPENMP] Fix PR35873: Fix data-sharing attributes for const variables. by Alexey Bataev · 8 years ago
  25. 17daedf [OPENMP] Fix PR38398: compiler crash on standalone pragma ordered with depend sink|source clause. by Alexey Bataev · 8 years ago
  26. a9b9cc0 [OPENMP] Remove more empty SourceLocations() from the code. by Alexey Bataev · 8 years ago
  27. 9350fc3 [OPENMP] Add support for `depend` clauses on `target teams distribute by Alexey Bataev · 8 years ago
  28. 9f9fb0b [OPENMP] Add support for `depend` on `target teams distribute parallel by Alexey Bataev · 8 years ago
  29. d60d1ba [OPENMP] Add support for `depend` clauses on `target parallel for simd` by Alexey Bataev · 8 years ago
  30. 8ed89551 [OPENMP] Add support for `depend` clauses on `target parallel for` directives. by Alexey Bataev · 8 years ago
  31. 8d16a43 [OPENMP] Add support for `depend` clauses on `target teams distribute by Alexey Bataev · 8 years ago
  32. 79df756 [OPENMP] Add support for `depend` clause on `target teams distribute`. by Alexey Bataev · 8 years ago
  33. 54d5c7d [OPENMP] Add support for `depend` clauses on `target parallel` directive. by Alexey Bataev · 8 years ago
  34. 0c869ef [OPENMP] Add support for `depend` clauses on `target teams`. by Alexey Bataev · 8 years ago
  35. f41c88f [OPENMP] Add support for `depend` clauses on `target simd`. by Alexey Bataev · 8 years ago
  36. 647dd84 [OPENMP] Initial codegen for `target teams distribute parallel for simd`. by Alexey Bataev · 8 years ago
  37. 8451efa [OPENMP] Add codegen for `depend` clauses on `target` directive. by Alexey Bataev · 8 years ago
  38. fd9b2af [OPENMP] Fix capturing of expressions in clauses. by Alexey Bataev · 8 years ago
  39. 52978c3 [OpenMP] Initial implementation of code generation for pragma 'target teams distribute parallel for' on host by Carlo Bertolli · 8 years ago
  40. fab20e4 [OPENMP] Support for `depend` clauses on `target enter|exit data`. by Alexey Bataev · 8 years ago
  41. d2202ca [OPENMP] Support for `depend` clauses on `target data update`. by Alexey Bataev · 8 years ago
  42. 8e769ee [OPENMP] Captured arguments of the capturable clauses by value. by Alexey Bataev · 8 years ago
  43. c70f1d6 [c++20] P0515R3: Parsing support and basic AST construction for operator <=>. by Richard Smith · 8 years ago
  44. fbe17fb [OPENMP] Initial codegen for `target teams distribute simd` directive. by Alexey Bataev · 8 years ago
  45. 3f96fe6 [OPENMP] Support `reduction` clause on target-based directives. by Alexey Bataev · 8 years ago
  46. 3f82cfc [OPENMP] Fix handling of clauses in clause parsing mode. by Alexey Bataev · 8 years ago
  47. 1ce87c7 [OpenMP] Diagnose function name on the link clause by Kelvin Li · 8 years ago
  48. dfa430f [OPENMP] Initial codegen for `target teams distribute` directive. by Alexey Bataev · 8 years ago
  49. 999277a [OPENMP] Initial codegen for `teams distribute simd` directive. by Alexey Bataev · 8 years ago
  50. b7a9b74 [OPENMP] Fix implicit mapping analysis. by Alexey Bataev · 8 years ago
  51. 4650627 [OPENMP] Remove non-required parameters for distribute simd outlined by Alexey Bataev · 8 years ago
  52. 27041fa [OPENMP] Fix assert fail after target implicit map checks. by Alexey Bataev · 8 years ago
  53. 56a2aa4 [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for simd' on host by Carlo Bertolli · 8 years ago
  54. 617db5f [OPENMP] Codegen for `distribute simd` directive. by Alexey Bataev · 8 years ago
  55. b358f99 [OPENMP] Do not allow variables to be first|last-privates in by Alexey Bataev · 8 years ago
  56. d30b23d [c++2a] P0515R3: Support for overloaded operator<=>. by Richard Smith · 8 years ago
  57. 59e3d19 [OpenMP] Diagnose undeclared variables on declare target clause by Kelvin Li · 8 years ago
  58. ceabd41 [OPENMP] Fix possible assert for target regions with incorrect inner by Alexey Bataev · 8 years ago
  59. 2b86f21 [OPENMP] Allow only loop control variables in distribute simd directives. by Alexey Bataev · 8 years ago
  60. 95c6dd4 [OPENMP] General improvement of handling of `teams distribute` directive, NFC. by Alexey Bataev · 8 years ago
  61. 2ba6704 [OPENMP] Generalize capturing of clauses expressions. by Alexey Bataev · 8 years ago
  62. 974acd6 [OPENMP] Codegen for `distribute parallel for simd` directive. by Alexey Bataev · 8 years ago
  63. 16e7988 [OPENMP] Add support for cancel constructs in `target teams distribute by Alexey Bataev · 8 years ago
  64. dcb4b8fb [OPENMP] Add support for cancel constructs in [teams] distribute by Alexey Bataev · 8 years ago
  65. 438388c [OPENMP] Added missed checks for for [simd] based directives. by Alexey Bataev · 8 years ago
  66. 7f96c37 [OPENMP] General improvement of code, NFC. by Alexey Bataev · 8 years ago
  67. f9fc42e [OPENMP] Codegen for `target teams` directive. by Alexey Bataev · 8 years ago
  68. 7828b25 [OPENMP] Initial support for asynchronous data update, NFC. by Alexey Bataev · 8 years ago
  69. 62fae15 [OpenMP] Initial implementation of code generation for pragma 'teams distribute parallel for' on host by Carlo Bertolli · 8 years ago
  70. 87d4426 [OpenMP] Show error if VLAs are not supported by Jonas Hahnfeld · 8 years ago
  71. f836537 [OPENMP] Codegen for `target simd` construct. by Alexey Bataev · 8 years ago
  72. 817d7f3 [OPENMP] Fix DSA analysis for threadprivates after deserialization. by Alexey Bataev · 8 years ago
  73. 5d7edca [OPENMP] Codegen for `#pragma omp target parallel for simd`. by Alexey Bataev · 8 years ago
  74. fb0ebec [OPENMP] Codegen for `#pragma omp target parallel for`. by Alexey Bataev · 8 years ago
  75. 96087f3 [OpenMP] Extend "Avoid VLAs for reduction" optimization to VLAs as base by Jonas Hahnfeld · 8 years ago
  76. d070a58 [OPENMP] Improve debug info for taskgroup implicitly generated expressions. by Alexey Bataev · 8 years ago
  77. c551406 [OPENMP] Constify function parameters, NFC. by Alexey Bataev · 8 years ago
  78. 4525c82 [OpenMP] Avoid VLAs for some reductions on array sections by Jonas Hahnfeld · 8 years ago
  79. c95a698 Revert "[OpenMP] Avoid VLAs for some reductions on array sections" by Jonas Hahnfeld · 8 years ago
  80. b6229be [OpenMP] Avoid VLAs for some reductions on array sections by Jonas Hahnfeld · 8 years ago
  81. becb92d [Modules TS] Module ownership semantics for redeclarations. by Richard Smith · 8 years ago
  82. f01516d Revert "[Modules TS] Module ownership semantics for redeclarations." by Eric Liu · 8 years ago
  83. b87720b [Modules TS] Module ownership semantics for redeclarations. by Richard Smith · 8 years ago
  84. afe5057 [OPENMP] Do not capture local static variables. by Alexey Bataev · 8 years ago
  85. 2fd0cb2 [OPENMP] Fix mapping|privatization of implicitly captured variables. by Alexey Bataev · 8 years ago
  86. ba1487b [OpenMP] Initial implementation of teams distribute code generation by Carlo Bertolli · 8 years ago
  87. 502ec49 [OPENMP] Allow use of declare target directive inside struct declaration. by Alexey Bataev · 8 years ago
  88. 931e19b [OPENMP] Capture argument of `device` clause for target-based directives. by Alexey Bataev · 8 years ago
  89. 5ec3893 [OPENMP] Fix handling of implicit mapping of array sections. by Alexey Bataev · 8 years ago
  90. f47c4b4 [OPENMP] Generate implicit map|firstprivate clauses for target-based directives. by Alexey Bataev · 8 years ago
  91. 0dce2ea [OPENMP] Use canonical declarations for redeclarations checks. by Alexey Bataev · 8 years ago
  92. 1cf49e4 [OpenMP] fix seg-faults printing diagnostics with invalid ordered(n) values by Rachel Craik · 8 years ago
  93. ed94bd9 [OPENMP] Allow all classes as mappable types. by Alexey Bataev · 8 years ago
  94. 070f43a [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in by Alexey Bataev · 8 years ago
  95. 5372fb8 [OPENMP] Fix for PR34398: assert with random access iterator if the step>1. by Alexey Bataev · 8 years ago
  96. 61498fb [OPENMP] Capture global variables in all target executable regions. by Alexey Bataev · 8 years ago
  97. f32ec1a [OPENMP] Remove unused header files, NFC. by Alexey Bataev · 8 years ago
  98. fdc2035 [OPENMP] Fix for PR34321: ustom OpenMP reduction in C++ template causes by Alexey Bataev · 8 years ago
  99. 3b8d558 [OPENMP][DEBUG] Set proper address space info if required by target. by Alexey Bataev · 8 years ago
  100. 4aa1905 Revert "[OPENMP][DEBUG] Set proper address space info if required by target." by Alexey Bataev · 8 years ago