1. bc49120 Add an explicit derived class of FunctionDecl to model deduction guides rather by Richard Smith · 9 years ago
  2. fdcd18b [CodeGen] Suppress emission of lifetime markers if a label has been seen by Akira Hatanaka · 9 years ago
  3. 44bfe03 CGDecl: Skip static variable initializers in unreachable code by Matthias Braun · 9 years ago
  4. 151c456 [c++1z] P0195R2: Support pack-expansion of using-declarations. by Richard Smith · 9 years ago
  5. 9949ead Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations." by Daniel Jasper · 9 years ago
  6. 22a250c [c++1z] P0195R2: Support pack-expansion of using-declarations. by Richard Smith · 9 years ago
  7. 402804b Re-commit r289252 and r289285, and fix PR31374 by Yaxun Liu · 9 years ago
  8. 7849eeb Revert 289252 (and follow-up 289285), it caused PR31374 by Nico Weber · 9 years ago
  9. 8f66b4b Add support for non-zero null pointer for C and OpenCL by Yaxun Liu · 9 years ago
  10. e4a1c38 [OpenCL] Prevent generation of globals in non-constant AS for OpenCL. by Anastasia Stulova · 9 years ago
  11. abdcfc1 [OpenCL] Setting constant address space for array initializers by Alexey Bader · 9 years ago
  12. b92ab1a Refactor call emission to package the function pointer together with by John McCall · 9 years ago
  13. 64c80b4 [CodeGen] Don't emit lifetime intrinsics for some local variables by Vitaly Buka · 9 years ago
  14. 1c94332 [CodeGen] Move shouldEmitLifetimeMarkers into more convenient place by Vitaly Buka · 9 years ago
  15. 642f799 [CodeGen][ObjC] Do not call objc_storeStrong when initializing a by Akira Hatanaka · 9 years ago
  16. 8df390f C++ Modules TS: Add parsing and some semantic analysis support for by Richard Smith · 9 years ago
  17. e5a321b [MS] Fix prologue this adjustment when 'this' is passed indirectly by Reid Kleckner · 9 years ago
  18. da38363 P0217R3: code generation support for decomposition declarations. by Richard Smith · 9 years ago
  19. bdb84f3 P0217R3: Parsing support and framework for AST representation of C++1z by Richard Smith · 9 years ago
  20. 421119f [Temporary, Lifetime] Add lifetime marks for temporaries by Tim Shen · 9 years ago
  21. 5179eb7 P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: by Richard Smith · 9 years ago
  22. bcf909d Update clang for D20348 by Peter Collingbourne · 9 years ago
  23. 9d4eb6f [asan] Added -fsanitize-address-use-after-scope flag by Vitaly Buka · 10 years ago
  24. 4d430ba [CUDA] Restrict init of local __shared__ variables to empty constructors only. by Artem Belevich · 10 years ago
  25. dc4531e Reverting 268055 as it caused PR27579. by Amjad Aboud · 10 years ago
  26. 0ccbfa3 Recommitted r264281 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 10 years ago
  27. 10a4972 revert SVN r265702, r265640 by Saleem Abdulrasool · 10 years ago
  28. 94cfc60 Basic: move CodeGenOptions from Frontend by Saleem Abdulrasool · 10 years ago
  29. 8af7bb2 [CodeGen] Emit lifetime.end intrinsic after objects are destructed in by Akira Hatanaka · 10 years ago
  30. 00381aa Revert "Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26942 (the fix is included in this commit)." by Reid Kleckner · 10 years ago
  31. abb0495 Recommitted r263425 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 10 years ago
  32. 35bc38a Revert "Recommitted r261634 "Supporting all entities declared in lexical scope in LLVM debug info." After fixing PR26715 at r263379." by Benjamin Kramer · 10 years ago
  33. 22c997d Recommitted r261634 "Supporting all entities declared in lexical scope in LLVM debug info." by Amjad Aboud · 10 years ago
  34. c5b1d32 [OPENMP 4.0] Codegen for 'declare reduction' construct. by Alexey Bataev · 10 years ago
  35. 94a4f0c [OPENMP 4.0] Initial support for 'omp declare reduction' construct. by Alexey Bataev · 10 years ago
  36. cbbaeb1 Serialize `#pragma detect_mismatch`. by Nico Weber · 10 years ago
  37. 6622029 Serialize `#pragma comment`. by Nico Weber · 10 years ago
  38. 8a118b6 Revert r261634 "Supporting all entities declared in lexical scope in LLVM debug info." and r261657 by Hans Wennborg · 10 years ago
  39. 30e7a8f Supporting all entities declared in lexical scope in LLVM debug info. by Amjad Aboud · 10 years ago
  40. 4244be2 [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC. by Alexey Bataev · 10 years ago
  41. 0a4f3f4 Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. by Eugene Zelenko · 10 years ago
  42. 90c228f [OPENMP 4.5] Ccapture/codegen of private non-static data members. by Alexey Bataev · 10 years ago
  43. 8c30592 Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. by Benjamin Kramer · 10 years ago
  44. e399e5b Emit calls to objc_unsafeClaimAutoreleasedReturnValue when by John McCall · 10 years ago
  45. 0204e34 Correctly handle type mismatches in the __weak copy/move-initialization by John McCall · 10 years ago
  46. d9b1a4f [Sema] Implement __make_integer_seq by David Majnemer · 10 years ago
  47. f8a9b66 In ARC, peephole the initialization of a __weak variable with by John McCall · 10 years ago
  48. 1f88e93 [WinEH] Don't use lifetime markers for MS catch parameters by Reid Kleckner · 10 years ago
  49. bcea696 [OpenCL 2.0] Enable program scope variables, Section 6.5.1. by Anastasia Stulova · 10 years ago
  50. f0f0b7a Fix a nasty bug with the partial destruction of nested arrays; by John McCall · 10 years ago
  51. ff7a925 clangCodeGen: Fix comments. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  52. 999110f When building the alloca for a local variable, set its name by John McCall · 10 years ago
  53. 7f416cc Compute and preserve alignment more faithfully in IR-generation. by John McCall · 10 years ago
  54. 7e70d68 Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymorphically by David Blaikie · 10 years ago
  55. eab97d3 Fix a case where we forgot to make a static local variable comdat by Reid Kleckner · 10 years ago
  56. 4ba525b Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg functions by David Blaikie · 10 years ago
  57. 85f3f95 Parsing, semantic analysis, and AST for Objective-C type parameters. by Douglas Gregor · 10 years ago
  58. 642f173 Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)‘ pattern to range for loops. by Benjamin Kramer · 10 years ago
  59. be822ed Revert "[DebugInfo] Fix debug info generation for function static variables, typedefs, and records" by David Blaikie · 10 years ago
  60. def554d [DebugInfo] Fix debug info generation for function static variables, typedefs, and records by Michael Kuperstein · 10 years ago
  61. ab9db51 Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). by Alexander Kornienko · 10 years ago
  62. 3d9d929 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  63. d918ff6 [CodeGen] Use IRBuilder to create llvm.lifetime intrinsics. by Alexey Samsonov · 10 years ago
  64. 43f9bb7 API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/initializer_list+braced init by David Blaikie · 11 years ago
  65. c7da6da Revert r236879, "Do not emit thunks with available_externally linkage in comdats" by NAKAMURA Takumi · 11 years ago
  66. 2312bd3 Do not emit thunks with available_externally linkage in comdats by Derek Schuff · 11 years ago
  67. 43f7439 Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs. by Alexey Bataev · 11 years ago
  68. 1ef4921 Don't emit lifetime markers when msan is enabled by Reid Kleckner · 11 years ago
  69. dc012fa Revert "Revert r234581, it might have caused a few miscompiles in Chromium." by David Majnemer · 11 years ago
  70. 1c565c3 Revert r234581, it might have caused a few miscompiles in Chromium. by Nico Weber · 11 years ago
  71. 047a686 Remove threshold for inserting lifetime markers for named temporaries by Arnaud A. de Grandmaison · 11 years ago
  72. 2e80428 clang-format my last commit by David Blaikie · 11 years ago
  73. 1ed728c [opaque pointer type] More GEP API migrations by David Blaikie · 11 years ago
  74. 17ea266 [opaque pointer type] More GEP API migrations by David Blaikie · 11 years ago
  75. f19e127 Replace Sema's map of locally-scoped extern "C" declarations with a DeclContext by Richard Smith · 11 years ago
  76. 95b24e9 Address review feedback for r228003. by Adrian Prantl · 11 years ago
  77. 39428e7 Merge ArtificialLocation into ApplyDebugLocation and make a clear by Adrian Prantl · 11 years ago
  78. 66e4197 Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info location handling (and follow-up commits). by David Blaikie · 11 years ago
  79. 0d4fb98 [patch][pr19848] Produce explicit comdats in clang. by Rafael Espindola · 11 years ago
  80. f353d3e Revert "DebugInfo: Generalize debug info location handling" and related commits by David Blaikie · 11 years ago
  81. 84fe79c Reapply "DebugInfo: Generalize debug info location handling" by David Blaikie · 11 years ago
  82. 608a245 Revert "DebugInfo: Generalize debug info location handling" by David Blaikie · 11 years ago
  83. 3945d1b Reapply "DebugInfo: Generalize debug info location handling" by David Blaikie · 11 years ago
  84. 06b2c54 Revert "DebugInfo: Generalize debug info location handling" by David Blaikie · 11 years ago
  85. bf22a4e DebugInfo: Generalize debug info location handling by David Blaikie · 11 years ago
  86. 00de22f DebugInfo: Correct location of initialization of auto __complex by David Blaikie · 11 years ago
  87. 7f13881 DebugInfo: Correct the location of initializations of auto. by David Blaikie · 11 years ago
  88. 73ca569 DebugInfo: Correctly identify the location of C++ member initializer list elements by David Blaikie · 11 years ago
  89. f3470cc Revert "Remove threshold for lifetime marker insertion of named temporaries" by Arnaud A. de Grandmaison · 11 years ago
  90. f2730e2 Remove threshold for lifetime marker insertion of named temporaries by Arnaud A. de Grandmaison · 11 years ago
  91. 3f6469b Emit OpenCL local global variables without zeorinitializer by Matt Arsenault · 11 years ago
  92. 5d1159e Revert r218865 because it introduced PR21236, a crash in codegen emitting the try block. by Nick Lewycky · 11 years ago
  93. e69ec55 Revert "Remove threshold on object size for inserting lifetime begin / end" by Arnaud A. de Grandmaison · 11 years ago
  94. 4a5bb77 [OPENMP] Codegen for 'firstprivate' clause. by Alexey Bataev · 11 years ago
  95. 1b175e4 Remove threshold on object size for inserting lifetime begin / end by Arnaud A. de Grandmaison · 11 years ago
  96. 8068b64 Revert commit r219297. by Alexey Bataev · 11 years ago
  97. 3854f63 [OPENMP] Codegen for 'firstprivate' clause. by Alexey Bataev · 11 years ago
  98. bdef50e Revert back r219295. by Alexey Bataev · 11 years ago
  99. e7a5517 [OPENMP] Codegen for 'firstprivate' clause. by Alexey Bataev · 11 years ago
  100. 453e056 Fix IRGen for referencing a static local before emitting its decl by Reid Kleckner · 11 years ago