summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Started implementing variable templates. Top level declarations should be ful...Larisse Voufo2013-08-061-1/+7
* Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov2013-08-041-1/+1
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-1/+15
* Rename D to GD to match the type, which is GlobalDeclReid Kleckner2013-07-221-8/+10
* Tighten up the set of operator new/operator delete calls we're permitted toRichard Smith2013-07-211-0/+6
* Get rid of dead/useless code for block mangling.Eli Friedman2013-07-101-3/+0
* Simplify linkage code for static local vars.Eli Friedman2013-07-011-5/+1
* Fix mangling for block literals.Eli Friedman2013-07-011-4/+3
* Restore r184205 and associated commits (after commit of r185290)Stephen Lin2013-06-301-0/+8
* Revert r184205 and associated patches while investigating issue with broken b...Stephen Lin2013-06-191-8/+0
* Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-06-191-2/+2
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-0/+5
* CodeGen: Have 'this'-returning constructors and destructors to take advantage...Stephen Lin2013-06-181-0/+8
* Emit initializers for static-storage-duration temporaries as constants whereRichard Smith2013-06-141-15/+26
* Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman2013-06-131-1/+5
* PR12086, PR15117Richard Smith2013-06-121-129/+2
* [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.Peter Collingbourne2013-06-051-6/+8
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-0/+57
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+7
* [PATCH] Generate cold attribute for functions marked __atribute__((cold))Diego Novillo2013-05-241-2/+3
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-1/+4
* Implement __declspec(selectany) under -fms-extensionsReid Kleckner2013-05-201-1/+7
* Cleanup handling of UniqueExternalLinkage.Rafael Espindola2013-05-131-1/+1
* CodeGen: Refactor SetLLVMFunctionAttributesForDefinition to use an AttrBuilder.Benjamin Kramer2013-05-111-27/+31
* Debug Info: Fix a problem that resulted in missing DW_AT_specificationsAdrian Prantl2013-05-091-0/+18
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-15/+30
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-061-1/+9
* Make all 'is in extern "C"' tests use the lexical context.Rafael Espindola2013-05-051-2/+2
* In VarDecl nodes, store the thread storage class specifier as written.Enea Zaffanella2013-05-041-1/+1
* Use the Itanium ABI for thread_local on Darwin.Bill Wendling2013-05-021-1/+7
* Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith2013-04-301-26/+0
* Emit the TLS intialization functions into a list.Bill Wendling2013-04-291-0/+26
* Support debug info for using directives at global/namespace scope.David Blaikie2013-04-261-1/+4
* Don't emit _ZTW wrappers for TLS variables which don't use the C++ thread_loc...Richard Smith2013-04-221-1/+2
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-1/+4
* Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall2013-04-161-3/+1
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-15/+9
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-1/+1
* Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian2013-04-161-10/+15
* CodeGen support for function-local static thread_local variables withRichard Smith2013-04-141-0/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-3/+3
* Use MapVector rather than simulating it.Richard Smith2013-04-131-5/+5
* Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren2013-04-111-2/+11
* Remove nondeterminism introduced in r178950.Richard Smith2013-04-061-11/+13
* When an internal-linkage function or variable is declared within an extern "C"Richard Smith2013-04-061-0/+53
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+14
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-14/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+14
* Add 178663 back.Rafael Espindola2013-04-031-1/+1
* Revert 178663.Rafael Espindola2013-04-031-1/+1
OpenPOWER on IntegriCloud