summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-1/+1
* [CodeGen] Emit lifetime.end intrinsic after objects are destructed inAkira Hatanaka2016-04-011-1/+1
* Revert "Recommitted r263425 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-14/+7
* Recommitted r263425 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-7/+14
* Revert "Recommitted r261634 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-14/+7
* Recommitted r261634 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-7/+14
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-3/+8
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+8
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+1
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+1
* Revert r261634 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-14/+7
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-7/+14
* [OPENMP] Rename OMPCapturedFieldDecl to OMPCapturedExprDecl, NFC.Alexey Bataev2016-02-111-1/+1
* Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko2016-02-101-6/+5
* [OPENMP 4.5] Ccapture/codegen of private non-static data members.Alexey Bataev2016-02-081-0/+1
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-5/+5
* Emit calls to objc_unsafeClaimAutoreleasedReturnValue whenJohn McCall2016-01-271-2/+1
* Correctly handle type mismatches in the __weak copy/move-initializationJohn McCall2015-11-161-2/+12
* [Sema] Implement __make_integer_seqDavid Majnemer2015-11-041-0/+1
* In ARC, peephole the initialization of a __weak variable withJohn McCall2015-10-211-0/+47
* [WinEH] Don't use lifetime markers for MS catch parametersReid Kleckner2015-10-071-1/+7
* [OpenCL 2.0] Enable program scope variables, Section 6.5.1.Anastasia Stulova2015-09-301-1/+1
* Fix a nasty bug with the partial destruction of nested arrays;John McCall2015-09-141-2/+2
* clangCodeGen: Fix comments. [-Wdocumentation]NAKAMURA Takumi2015-09-081-1/+1
* When building the alloca for a local variable, set its nameJohn McCall2015-09-081-1/+5
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-144/+134
* Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...David Blaikie2015-08-181-9/+9
* Fix a case where we forgot to make a static local variable comdatReid Kleckner2015-07-201-0/+1
* 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
OpenPOWER on IntegriCloud