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