summaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...David Blaikie2015-07-141-1/+1
* Parsing, semantic analysis, and AST for Objective-C type parameters.Douglas Gregor2015-07-071-0/+1
* Switch users of the 'for (StmtRange range = stmt->children(); range; ++range)...Benjamin Kramer2015-07-021-5/+5
* Revert "[DebugInfo] Fix debug info generation for function static variables, ...David Blaikie2015-07-011-9/+2
* [DebugInfo] Fix debug info generation for function static variables, typedefs...Michael Kuperstein2015-07-011-2/+9
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-3/+3
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-3/+3
* [CodeGen] Use IRBuilder to create llvm.lifetime intrinsics.Alexey Samsonov2015-06-121-9/+6
* API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...David Blaikie2015-05-181-1/+1
* Revert r236879, "Do not emit thunks with available_externally linkage in comd...NAKAMURA Takumi2015-05-091-1/+2
* Do not emit thunks with available_externally linkage in comdatsDerek Schuff2015-05-081-2/+1
* Fix for http://llvm.org/PR23392: magick/feature.c from ImageMagick-6.9.1-2 ICEs.Alexey Bataev2015-05-071-0/+2
* Don't emit lifetime markers when msan is enabledReid Kleckner2015-04-231-0/+5
* Revert "Revert r234581, it might have caused a few miscompiles in Chromium."David Majnemer2015-04-221-26/+33
* Revert r234581, it might have caused a few miscompiles in Chromium.Nico Weber2015-04-111-33/+26
* Remove threshold for inserting lifetime markers for named temporariesArnaud A. de Grandmaison2015-04-101-26/+33
* clang-format my last commitDavid Blaikie2015-04-051-3/+3
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-2/+3
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-041-4/+6
* Replace Sema's map of locally-scoped extern "C" declarations with a DeclContextRichard Smith2015-03-071-0/+1
* Address review feedback for r228003.Adrian Prantl2015-02-031-1/+1
* Merge ArtificialLocation into ApplyDebugLocation and make a clearAdrian Prantl2015-02-031-1/+1
* Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat...David Blaikie2015-01-141-9/+8
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-0/+3
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-091-8/+9
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-301-9/+8
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-8/+9
* Reapply "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-291-9/+8
* Revert "DebugInfo: Generalize debug info location handling"David Blaikie2014-12-171-8/+9
* DebugInfo: Generalize debug info location handlingDavid Blaikie2014-12-161-9/+8
* DebugInfo: Correct location of initialization of auto __complexDavid Blaikie2014-12-091-1/+1
* DebugInfo: Correct the location of initializations of auto.David Blaikie2014-12-091-1/+1
* DebugInfo: Correctly identify the location of C++ member initializer list ele...David Blaikie2014-12-091-11/+9
* Revert "Remove threshold for lifetime marker insertion of named temporaries"Arnaud A. de Grandmaison2014-12-011-26/+26
* Remove threshold for lifetime marker insertion of named temporariesArnaud A. de Grandmaison2014-12-011-26/+26
* Emit OpenCL local global variables without zeorinitializerMatt Arsenault2014-11-031-1/+9
* Revert r218865 because it introduced PR21236, a crash in codegen emitting the...Nick Lewycky2014-10-101-52/+14
* Revert "Remove threshold on object size for inserting lifetime begin / end"Arnaud A. de Grandmaison2014-10-081-9/+18
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-1/+1
* Remove threshold on object size for inserting lifetime begin / endArnaud A. de Grandmaison2014-10-081-18/+9
* Revert commit r219297.Alexey Bataev2014-10-081-1/+1
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-1/+1
* Revert back r219295.Alexey Bataev2014-10-081-1/+1
* [OPENMP] Codegen for 'firstprivate' clause.Alexey Bataev2014-10-081-1/+1
* Fix IRGen for referencing a static local before emitting its declReid Kleckner2014-10-081-38/+66
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-10-021-14/+52
* DebugInfo: Blocks: Do not depend on LLVM argument numbering when choosing the...David Blaikie2014-08-081-1/+2
* Remove separator parameter from static local naming codeReid Kleckner2014-08-041-7/+5
* [Sanitizer] Introduce SanitizerMetadata class.Alexey Samsonov2014-08-011-1/+1
* MS ABI: Don't push destructor cleanups for aggregate parameters in thunksReid Kleckner2014-07-251-1/+3