summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* [ms-cxxabi] Construct and destroy call arguments in the correct orderReid Kleckner2013-12-041-1/+1
* Add CodeGenABITypes.h for use in LLDB.Mark Lacey2013-10-301-0/+1
* Thread a SourceLocation into the EmitCheck for "load_invalid_value". This occursNick Lewycky2013-10-021-3/+4
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-0/+3
* Simplify linkage code for static local vars.Eli Friedman2013-07-011-49/+3
* Fix mangling for block literals.Eli Friedman2013-07-011-8/+39
* [ms-cxxabi] Destroy temporary record arguments in the calleeReid Kleckner2013-06-211-2/+10
* Compute the visibility of static local variables consistently. Fixes PR16208.Eli Friedman2013-06-171-2/+1
* Cleanup linkage computation for static locals.Rafael Espindola2013-06-171-5/+3
* Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman2013-06-131-3/+21
* Simplify: we don't need any special-case lifetime extension when initializingRichard Smith2013-06-121-1/+1
* PR12086, PR15117Richard Smith2013-06-121-1/+0
* Reapply r183721, reverted in r183776, with a fix for a bug in the former (weRichard Smith2013-06-121-0/+20
* Revert r183721. It caused cleanups to be delayed too long in some cases.Richard Smith2013-06-111-20/+0
* Rework IR emission for lifetime-extended temporaries. Instead of trying to walkRichard Smith2013-06-111-0/+20
* PR12848: When emitting a local variable declared 'constexpr', always initiali...Richard Smith2013-06-021-8/+15
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-1/+4
* Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of...David Blaikie2013-05-201-2/+5
* Let CodeGenFunction::EmitVarDecl query the semantic storage class info.Enea Zaffanella2013-05-161-11/+7
* Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl...David Blaikie2013-05-151-5/+2
* Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type...David Blaikie2013-05-081-2/+5
* Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu...David Blaikie2013-04-221-1/+4
* Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"Eric Christopher2013-04-191-4/+1
* PR14606: Debug info for using directives/DW_TAG_imported_moduleDavid Blaikie2013-04-191-1/+4
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-1/+1
* Sema for Captured StatementsTareq A. Siraj2013-04-161-0/+1
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-1/+1
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-1/+1
* [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop...Alexey Samsonov2013-04-021-0/+3
* Bugfix/Followup for r177086.Adrian Prantl2013-03-291-1/+1
* Remove useGlobalsForAutomaticVariables.Rafael Espindola2013-03-261-92/+80
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-1/+68
* OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev2013-03-221-0/+1
* Allocate stack storage for .block_descriptor and captured self at -O0.Adrian Prantl2013-03-141-3/+13
* Tighten up the rules for precise lifetime and documentJohn McCall2013-03-131-5/+12
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-2/+6
* Change hasAggregateLLVMType, which conflates complex andJohn McCall2013-03-071-5/+13
* [Sema] Semantic analysis for empty-declaration and attribute-declaration.Michael Han2013-02-221-0/+1
* objective-C arc IR-gen. Retaining of strongFariborz Jahanian2013-02-211-8/+17
* Revert r174246, accidentally committed.David Blaikie2013-02-021-6/+2
* BasicsDavid Blaikie2013-02-021-2/+6
* Destroy arrays and ARC fields when throwing out of ctors.John McCall2013-02-011-1/+12
* When we're emitting a constructor or destructor call from a delegatingDouglas Gregor2013-01-311-1/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate toChandler Carruth2013-01-021-4/+4
* CGDecl.cpp: Prune three descriptions in two methods, CodeGenFunction::pushIrr...NAKAMURA Takumi2012-12-241-8/+0
* Don't eagerly emit a global static merged with a local extern.Rafael Espindola2012-12-211-1/+1
OpenPOWER on IntegriCloud