1. 19b911c [OpenMP] Codegen support for 'target parallel' on the host. by Arpith Chacko Jacob · 9 years ago
  2. 42793e0 Revert r292374 to debug Windows buildbot failure. by Arpith Chacko Jacob · 9 years ago
  3. 6801957 [OpenMP] Codegen support for 'target parallel' on the host. by Arpith Chacko Jacob · 9 years ago
  4. 43a8b7b [OpenMP] Refactor code that calls codegen for target regions on the device. by Arpith Chacko Jacob · 9 years ago
  5. da68118 [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 9 years ago
  6. fe5e5af [ubsan] Minimize size of data for type_mismatch (Redo of D19667) by Filipe Cabecinhas · 9 years ago
  7. d2ad9df [Win64] Don't widen integer literal zero arguments to unprototyped function calls by Reid Kleckner · 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. e376337 Add the alloc_size attribute to clang, attempt 2. by George Burgess IV · 9 years ago
  12. d7738fe Revert r290149: Add the alloc_size attribute to clang. by Chandler Carruth · 9 years ago
  13. a747027 Add the alloc_size attribute to clang. by George Burgess IV · 9 years ago
  14. bf594a5 [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 9 years ago
  15. 30e304e Remove custom handling of array copies in lambda by-value array capture and by Richard Smith · 9 years ago
  16. 322ecd9 [clang] Version support for UBSan handlers by Filipe Cabecinhas · 9 years ago
  17. 410306b Add two new AST nodes to represent initialization of an array in terms of by Richard Smith · 9 years ago
  18. 7ade93f [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 9 years ago
  19. 579e41c [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 9 years ago
  20. 957d856 [OPENMP] Fixed codegen for 'omp cancel' construct. by Alexey Bataev · 9 years ago
  21. 2d15858 Revert "[OPENMP] Fixed codegen for 'omp cancel' construct." by Vitaly Buka · 9 years ago
  22. 473a3e7 [OPENMP] Fixed codegen for 'omp cancel' construct. by Alexey Bataev · 9 years ago
  23. 652795d Add the loop end location to the loop metadata. This additional information by Amara Emerson · 9 years ago
  24. 8df64e9 [coroutines] Add allocation and deallocation substatements. by Gor Nishanov · 9 years ago
  25. b92ab1a Refactor call emission to package the function pointer together with by John McCall · 9 years ago
  26. 64c80b4 [CodeGen] Don't emit lifetime intrinsics for some local variables by Vitaly Buka · 9 years ago
  27. 1c94332 [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place by Vitaly Buka · 9 years ago
  28. 4e325f7 Re-apply patch r279045. by Kelvin Li · 9 years ago
  29. c3f8925 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
  30. 642f799 [CodeGen][ObjC] Do not call objc_storeStrong when initializing a by Akira Hatanaka · 9 years ago
  31. 2a0621e Implement MS _BitScan intrinsics by Albert Gutowski · 9 years ago
  32. b2f0f05 Re-commit r283722, reverted in r283750, with a fix for a CUDA-specific use of by Richard Smith · 9 years ago
  33. e9abe64 Revert "P0035R4: Semantic analysis and code generation for C++17 overaligned allocation." by Daniel Jasper · 9 years ago
  34. 189e52f P0035R4: Semantic analysis and code generation for C++17 overaligned allocation. by Richard Smith · 9 years ago
  35. 97e3b6d [coroutines] Adding builtins for coroutine intrinsics and backendutil support. by Gor Nishanov · 9 years ago
  36. a560ccf Switch to a different workaround for unimplementability of P0145R3 in MS ABIs. by Richard Smith · 9 years ago
  37. 762672a Re-commit r282556, reverted in r282564, with a fix to CallArgList::addFrom to by Richard Smith · 9 years ago
  38. 4499145 Revert r282556. This change made several bots unhappy. by Richard Smith · 9 years ago
  39. 97a616d P0145R3 (C++17 evaluation order tweaks): evaluate the right-hand side of by Richard Smith · 9 years ago
  40. d8e3ac3 Fix a couple of wrong-code bugs in switch-on-constant optimization: by Richard Smith · 9 years ago
  41. eeb56ab Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.") by Peter Collingbourne · 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. cc10b85 [OpenMP] Codegen for use_device_ptr clause. by Samuel Antao · 9 years ago
  46. 986330c [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
  47. a579b91 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
  48. 7d2aecb Add XRay flags to Clang. We implement two flags to control the XRay behaviour: by Aaron Ballman · 9 years ago
  49. 787f3fc [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
  50. 4a39add [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
  51. 421119f [Temporary, Lifetime] Add lifetime marks for temporaries by Tim Shen · 9 years ago
  52. 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
  53. 9925f15 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
  54. 0ca0363 CodeGen: Start emitting checked loads when both trapping CFI and -fwhole-program-vtables are enabled. by Peter Collingbourne · 9 years ago
  55. 8dd14da CodeGen: Update Clang to use the new type metadata. by Peter Collingbourne · 9 years ago
  56. b8503d5 Revert r273705 by Carlo Bertolli · 9 years ago
  57. e77d6e0 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
  58. b130fe7 Implement p0292r2 (constexpr if), a likely C++1z feature. by Richard Smith · 9 years ago
  59. 6d00426 Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. by Samuel Antao · 9 years ago
  60. b1f9501 Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. by Samuel Antao · 9 years ago
  61. 4951617 [OpenMP] Cast captures by copy when passed to fork call so that they are compatible to what the runtime library expects. by Samuel Antao · 9 years ago
  62. 686c70c [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 10 years ago
  63. a38c9f1 [MS Volatile] Don't make volatile loads/stores to underaligned objects atomic by David Majnemer · 10 years ago
  64. 7ace49d [OPENMP] Pass scalar firstprivate vars by value. by Alexey Bataev · 10 years ago
  65. 9ebd742 [OPENMP 4.5] Add codegen support in runtime for '[non]monotonic' by Alexey Bataev · 10 years ago
  66. e7545b3 Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev. by Alexey Bataev · 10 years ago
  67. 24b5bae [OPENMP] Simplified interface for codegen of tasks, NFC. by Alexey Bataev · 10 years ago
  68. 4ba78a4 [OPENMP] Fix for codegen of captured variables in inlined directives. by Alexey Bataev · 10 years ago
  69. 7292c29 [OPENMP 4.5] Codegen for 'taskloop' directive. by Alexey Bataev · 10 years ago
  70. 5dff95c [OPENMP] Fix for LCV in simd directives in explicit clauses. by Alexey Bataev · 10 years ago
  71. 10a4972 revert SVN r265702, r265640 by Saleem Abdulrasool · 10 years ago
  72. 94cfc60 Basic: move CodeGenOptions from Frontend by Saleem Abdulrasool · 10 years ago
  73. 92f4ef1 NFC: make AtomicOrdering an enum class by JF Bastien · 10 years ago
  74. 12f2352 IRGen-level lowering for the Swift calling convention. by John McCall · 10 years ago
  75. 14fa1c6 [OPENMP] Allow runtime insert its own code inside OpenMP regions. by Alexey Bataev · 10 years ago
  76. f539faa Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions." by Alexey Bataev · 10 years ago
  77. 424be92 [OPENMP] Allow runtime insert its own code inside OpenMP regions. by Alexey Bataev · 10 years ago
  78. f662b59 Revert "[OPENMP] Allow runtime insert its own code inside OpenMP regions." by Alexey Bataev · 10 years ago
  79. b8c425c [OPENMP] Allow runtime insert its own code inside OpenMP regions. by Alexey Bataev · 10 years ago
  80. 9486771 Revert "Convert some ObjC msgSends to runtime calls." by Pete Cooper · 10 years ago
  81. be6c750 Convert some ObjC msgSends to runtime calls. by Pete Cooper · 10 years ago
  82. ae81bbb EmitCXXStructorCall -> EmitCXXDestructorCall. NFC. by Alexey Samsonov · 10 years ago
  83. ef549a8 [OPENMP 4.5] Codegen for data members in 'linear' clause by Alexey Bataev · 10 years ago
  84. fc35ad2 Reapply r262741 [OPENMP] Codegen for distribute directive by Carlo Bertolli · 10 years ago
  85. bf4d18d Revert r262741 - [OPENMP] Codegen for distribute directive by Samuel Antao · 10 years ago
  86. 4a56e38 [OPENMP] Codegen for distribute directive by Carlo Bertolli · 10 years ago
  87. 430d8ec Add code generation for teams directive inside target region by Carlo Bertolli · 10 years ago
  88. 25eb165 [MSVC Compat] Correctly handle finallys nested within finallys by David Majnemer · 10 years ago
  89. fb532b9 Add whole-program vtable optimization feature to Clang. by Peter Collingbourne · 10 years ago
  90. 3392d76 [OPENMP] Improved handling of pseudo-captured expressions in OpenMP. by Alexey Bataev · 10 years ago
  91. 9837ef5 [PGO] cc1 option name change for profile instrumentation by Rong Xu · 10 years ago
  92. 31300ed [OPENMP 4.0] Fixed support of array sections/array subscripts. by Alexey Bataev · 10 years ago
  93. 05bebb5 [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 10 years ago
  94. e399e5b Emit calls to objc_unsafeClaimAutoreleasedReturnValue when by John McCall · 10 years ago
  95. e955b3d [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 10 years ago
  96. 1189bd0 [OPENMP 4.5] Allow arrays in 'reduction' clause. by Alexey Bataev · 10 years ago
  97. 3fd61df [cfi] Cross-DSO CFI diagnostic mode (clang part) by Evgeniy Stepanov · 10 years ago
  98. 3039a59 [CUDA] Make printf work. by Justin Lebar · 10 years ago
  99. 8524d15 [OPENMP] Fix crash on reduction for complex variables. by Alexey Bataev · 10 years ago
  100. 7259076 [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 10 years ago