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