summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Emit lifetime.start / lifetime.end markers for unnamed temporary obje...Arnaud A. de Grandmaison2014-07-181-16/+24
* Emit lifetime.start / lifetime.end markers for unnamed temporary objects.Arnaud A. de Grandmaison2014-07-181-24/+16
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-1/+1
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-021-0/+2
* Inherit dll attributes to static localsHans Wennborg2014-06-181-0/+7
* Remove top-level Clang -fsanitize= flags for optional ASan features.Alexey Samsonov2014-06-131-3/+0
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-10/+8
* Eliminate redundant MangleBuffer classAlp Toker2014-06-031-5/+2
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-10/+10
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-10/+4
* Fix type mismatch assertion related to inalloca and PR19287Reid Kleckner2014-04-021-2/+5
* Proper handling of static local variables with address space qualifiers.Eli Bendersky2014-03-241-8/+14
* [C++11] Replacing CompoundStmt iterators body_begin() and body_end() with ite...Aaron Ballman2014-03-171-4/+3
* [C++11] Replacing BlockDecl iterators capture_begin() and capture_end() with ...Aaron Ballman2014-03-141-6/+4
* [C++11] Replacing DeclStmt iterators decl_begin() and decl_end() with iterato...Aaron Ballman2014-03-141-4/+3
* Objective-C++ IRGen. Due to change to AST for initialization of c++11’s Fariborz Jahanian2014-03-141-1/+4
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-121-9/+9
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-1/+1
* [C++11] Replace llvm::tie with std::tie.Benjamin Kramer2014-03-021-1/+1
* [ms-cxxabi] Use inalloca on win32 when passing non-trivial C++ objectsReid Kleckner2014-02-011-20/+26
* 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
OpenPOWER on IntegriCloud