1. 0ed11a9 Revert "[DebugInfo] Generate debug information for labels. (Fix PR37395)" by Shiva Chen · 7 years ago
  2. c50fbb9 [DebugInfo] Generate debug information for labels. (Fix PR37395) by Shiva Chen · 7 years ago
  3. 404f414 Patch to fix pragma metadata for do-while loops by Bjorn Pettersson · 7 years ago
  4. ef2f694 Revert r331843 "[DebugInfo] Generate debug information for labels." by Hans Wennborg · 8 years ago
  5. 667fbe2 [DebugInfo] Generate debug information for labels. by Shiva Chen · 8 years ago
  6. 2a8c18d Fix typos in clang by Alexander Kornienko · 8 years ago
  7. e78fac5 PR36992: do not store beyond the dsize of a class object unless we know by Richard Smith · 8 years ago
  8. ac1263c [AMDGPU] Fix codegen for inline assembly by Yaxun Liu · 8 years ago
  9. a8e2bb3 Fix codegen for structured binding binding in conditions by Zhihao Yuan · 8 years ago
  10. b75a3f0 [WinEH] Put funclet bundles on inline asm calls by Reid Kleckner · 8 years ago
  11. 1860b52 [CodeGen] Decorate aggregate accesses with TBAA tags by Ivan A. Kosarev · 8 years ago
  12. a8a9153a [OPENMP] Support for -fopenmp-simd option with compilation of simd loops only. by Alexey Bataev · 8 years ago
  13. 989a65c Fix some -Wunused-variable warnings by Hans Wennborg · 8 years ago
  14. a5888a7 OpenCL: Assume inline asm is convergent by Matt Arsenault · 8 years ago
  15. bbef124e [MS-InlineAsm] Fix cast assertion with vector spills (PR34021) by Simon Pilgrim · 8 years ago
  16. 33e205a Debug info: Fixed faulty debug locations for attributed statements by Karl-Johan Karlsson · 8 years ago
  17. c34d343 [ubsan] Improve diagnostics for return value checks (clang) by Vedant Kumar · 8 years ago
  18. 61e14d8 [CodeGen] Use preincrement version of APInt::operator++ instead of postincrement to avoid creating and immediately discarding a temporary APInt. by Craig Topper · 9 years ago
  19. de86482 Update Clang for LLVM rename AttributeSet -> AttributeList by Reid Kleckner · 9 years ago
  20. 90be121 [coroutines] Add co_return statement emission by Gor Nishanov · 9 years ago
  21. da68118 [OpenMP] Sema and parsing for 'target teams distribute simd’ pragma by Kelvin Li · 9 years ago
  22. 1851df5 [OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ pragma by Kelvin Li · 9 years ago
  23. 80e8f56 [OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma by Kelvin Li · 9 years ago
  24. 83c451e [OpenMP] Sema and parsing for 'target teams distribute' pragma by Kelvin Li · 9 years ago
  25. bf594a5 [OpenMP] Sema and parsing for 'target teams' pragma by Kelvin Li · 9 years ago
  26. 30e304e Remove custom handling of array copies in lambda by-value array capture and by Richard Smith · 9 years ago
  27. 7ade93f [OpenMP] Sema and parsing for 'teams distribute parallel for' pragma by Kelvin Li · 9 years ago
  28. 579e41c [OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma by Kelvin Li · 9 years ago
  29. 08ebbce [MS] Mangle a unique ID into all MS inline asm labels by Reid Kleckner · 9 years ago
  30. 652795d Add the loop end location to the loop metadata. This additional information by Amara Emerson · 9 years ago
  31. 8df64e9 [coroutines] Add allocation and deallocation substatements. by Gor Nishanov · 9 years ago
  32. 4e325f7 Re-apply patch r279045. by Kelvin Li · 9 years ago
  33. d8e3ac3 Fix a couple of wrong-code bugs in switch-on-constant optimization: by Richard Smith · 9 years ago
  34. 8b44bbc Revert "[OpenMP] Sema and parsing for 'teams distribute simd’ pragma" by Diana Picus · 9 years ago
  35. 0e3bde8 [OpenMP] Sema and parsing for 'teams distribute simd’ pragma by Kelvin Li · 9 years ago
  36. 0253287 [OpenMP] Sema and parsing for 'teams distribute' pragma by Kelvin Li · 9 years ago
  37. 24e0334 Reverting r275115 which caused PR28634. by Wolfgang Pieb · 9 years ago
  38. 1ac8adf [CodeGen] Fix a crash when constant folding switch statement by Erik Pilkington · 9 years ago
  39. 986330c [OpenMP] Sema and parsing for 'target simd' pragma by Kelvin Li · 9 years ago
  40. a579b91 [OpenMP] Sema and parsing for 'target parallel for simd' pragma by Kelvin Li · 9 years ago
  41. a547eb2 P0305R0: Semantic analysis and code generation for C++17 init-statement for 'if' and 'switch': by Richard Smith · 9 years ago
  42. 5675c96 Prevent the creation of empty (forwarding) blocks resulting from nested ifs. by Wolfgang Pieb · 9 years ago
  43. 787f3fc [OpenMP] Sema and parsing for 'distribute simd' pragma by Kelvin Li · 9 years ago
  44. 4a39add [OpenMP] Sema and parse for 'distribute parallel for simd' by Kelvin Li · 9 years ago
  45. 9925f15 Resubmission of http://reviews.llvm.org/D21564 after fixes. by Carlo Bertolli · 9 years ago
  46. b8503d5 Revert r273705 by Carlo Bertolli · 9 years ago
  47. e77d6e0 [OpenMP] Initial implementation of parse and sema for composite pragma 'distribute parallel for' by Carlo Bertolli · 9 years ago
  48. b130fe7 Implement p0292r2 (constexpr if), a likely C++1z feature. by Richard Smith · 9 years ago
  49. 61deb4d Revert accidential "[MSVC] Late parsing of in-class defined member functions in template" by Alexey Bataev · 9 years ago
  50. 86e786b [MSVC] Late parsing of in-class defined member functions in template classes. by Alexey Bataev · 9 years ago
  51. f179364 [CUDA] Conservatively mark inline asm as convergent. by Justin Lebar · 10 years ago
  52. 686c70c [OpenMP] Parsing and sema support for target update directive by Samuel Antao · 10 years ago
  53. c07e19b Add a loop's debug location to its llvm.loop metadata by Hal Finkel · 10 years ago
  54. 341890a reduce indentation; NFCI by Sanjay Patel · 10 years ago
  55. 01694c3 P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loops to differ. by Richard Smith · 10 years ago
  56. c56a8b3 Preserve ExtParameterInfos into CGFunctionInfo. by John McCall · 10 years ago
  57. 9837ef5 [PGO] cc1 option name change for profile instrumentation by Rong Xu · 10 years ago
  58. 05bebb5 [OpenMP] Parsing + sema for target parallel for directive. by Arpith Chacko Jacob · 10 years ago
  59. b0dd911 Fix strange indent. by Nico Weber · 10 years ago
  60. e955b3d [OpenMP] Parsing + sema for target parallel directive. by Arpith Chacko Jacob · 10 years ago
  61. 7259076 [OpenMP] Parsing + sema for "target exit data" directive. by Samuel Antao · 10 years ago
  62. df67fc4 [OpenMP] Parsing + sema for "target enter data" directive. by Samuel Antao · 10 years ago
  63. 229158c [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm by Michael Zuckerman · 10 years ago
  64. 6200a3d Add parse and sema of OpenMP distribute directive with all clauses except dist_schedule by Carlo Bertolli · 10 years ago
  65. 2edb8fc Mark MS inline ASM 'nodplicate' it it has labels (PR23715) by Hans Wennborg · 10 years ago
  66. efb116f PR25416: Improve performance of processing inline assembly consisting of many by Richard Smith · 10 years ago
  67. 2d5c6dd Revert r255001, "Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule." by NAKAMURA Takumi · 10 years ago
  68. b9bfa75 Add parse and sema for OpenMP distribute directive and all its clauses excluding dist_schedule. by Carlo Bertolli · 10 years ago
  69. 3a56145 [PGO] Instrument only base constructors and destructors. by Serge Pavlov · 10 years ago
  70. 0a6ed84 [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. by Alexey Bataev · 10 years ago
  71. 49f6e78 [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. by Alexey Bataev · 10 years ago
  72. 9f5260a CodeGen: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  73. 9f690bd [coroutines] Creation of promise object, lookup of operator co_await, building by Richard Smith · 10 years ago
  74. 55765ca Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC by Craig Topper · 10 years ago
  75. daf34e9 convert builtin_unpredictable on a switch into metadata for LLVM by Sanjay Patel · 10 years ago
  76. 7f416cc Compute and preserve alignment more faithfully in IR-generation. by John McCall · 10 years ago
  77. 54c020d Use CGLoopInfo to emit metadata for loop hint pragmas. by Tyler Nowicki · 10 years ago
  78. 65f367f Commit for http://reviews.llvm.org/D10765 by Michael Wong · 10 years ago
  79. 53c7616 Fix alignment issues in Clang. by James Y Knight · 10 years ago
  80. 10bdb2b [inlineasm] Attach readonly and readnone to inline-asm instructions. by Akira Hatanaka · 10 years ago
  81. 8090987 [OPENMP 4.0] Initial support for 'omp cancel' construct. by Alexey Bataev · 10 years ago
  82. 6d4ed05 [OPENMP 4.0] Initial support for 'omp cancellation point' construct. by Alexey Bataev · 10 years ago
  83. d157d47 Proper changing/restoring for CapturedStmtInfo, NFC. by Alexey Bataev · 10 years ago
  84. c30dd2d [OPENMP] Support for '#pragma omp taskgroup' directive. by Alexey Bataev · 10 years ago
  85. f6a9f0e [CodeGen] Don't evaluate immediate inlineasm arguments using isICE(). by Ahmed Bougacha · 10 years ago
  86. 9d268e1 Add assume_safety option for pragma loop vectorize and interleave. by Tyler Nowicki · 10 years ago
  87. ff75f3d [CodeGen] Emit Constants for immediate inlineasm arguments. by Ahmed Bougacha · 10 years ago
  88. 6551264 InstrProf: Cede ownership of createProfileWeights to CGF by Justin Bogner · 11 years ago
  89. 66242d6 InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) by Justin Bogner · 11 years ago
  90. ebaf28d Reland r234613 (and follow-ups 234614, 234616, 234618) by Reid Kleckner · 11 years ago
  91. ad10833 Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. by Nico Weber · 11 years ago
  92. f2a39a7 Revert r234786, it contained a bunch of stuff I did not mean to commit. by Nico Weber · 11 years ago
  93. b31abb0 Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. by Nico Weber · 11 years ago
  94. 11859af [SEH] Re-land r234532, but use internal linkage for all SEH helpers by Reid Kleckner · 11 years ago
  95. bd51a6a Revert r234532 for a bit, it very likely caused http://crbug.com/475768 by Nico Weber · 11 years ago
  96. 0dbecf2 [SEH] Outline finally blocks using the new variable capture support by Reid Kleckner · 11 years ago
  97. 36bf011 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  98. eb26ddf Revert "[OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope Patch adds proper generation of debug info for all OpenMP regions. Also, all OpenMP regions are generated in a termination scope, because standard does not allow to throw exceptions out of structured blocks, associated with the OpenMP regions Differential Revision: http://reviews.llvm.org/D7935" by Rafael Espindola · 11 years ago
  99. 7ab2cc1 [OPENMP] Improved code for generating debug info + generation of all OpenMP regions in termination scope by Alexey Bataev · 11 years ago
  100. 5779f84 [ms] Implement codegen for __leave. by Nico Weber · 11 years ago