summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the -fhidden-weak-vtables -cc1 option. It was dead,John McCall2014-02-081-15/+0
* CodeGen: Initial instrumentation based PGO implementationJustin Bogner2014-01-061-1/+7
* Tidy up CGCXXABI creationAlp Toker2013-12-281-2/+2
* Save another call to GetAddrOfFunction.Rafael Espindola2013-12-091-2/+2
* When we decide to output a deferred decl, remember the llvm GlobalValue.Rafael Espindola2013-12-091-1/+11
* Avoid adding some decls to DeferredDeclsToEmit.Rafael Espindola2013-12-091-11/+12
* ubsan: Only emit constants for filenames and type descriptors once.Will Dietz2013-11-081-0/+10
* Produce direct calls instead of alias to linkonce_odr functions.Rafael Espindola2013-11-051-0/+6
* Fix vbtable indices when a class shares the vbptr with a non-virtual baseTimur Iskhodzhanov2013-11-051-4/+4
* Use aliases for more constructors and destructors.Rafael Espindola2013-11-041-1/+2
* New fix for pr17535.Rafael Espindola2013-10-221-0/+6
* Revert "This patch causes clang to reject alias attributes that point to unde...Rafael Espindola2013-10-221-1/+0
* This patch causes clang to reject alias attributes that point to undefinedRafael Espindola2013-10-221-0/+1
* Emit a .ident saying that clang produced this file.Rafael Espindola2013-10-161-0/+3
* Code cleanup: rename VTableContext to ItaniumVTableContext, VTableBuilder to ...Timur Iskhodzhanov2013-10-091-1/+3
* Abstract out the emission of vtables, add basic support for vtable emission w...Timur Iskhodzhanov2013-09-271-5/+4
* Abstract out virtual calls and virtual function prologue code generation; imp...Timur Iskhodzhanov2013-08-211-0/+5
* PR16933: Don't try to codegen things after we've seen errors.David Blaikie2013-08-191-8/+2
* Use new llvm::SpecialCaseList API in CodeGenModuleAlexey Samsonov2013-08-121-2/+2
* Emit the constructor for abstract classes when using -cxx-abi microsoft, fixe...Timur Iskhodzhanov2013-08-041-4/+0
* [ms-cxxabi] Emit linkonce complete dtors in TUs that need themReid Kleckner2013-07-221-9/+6
* Apply BlackList -> SpecialCaseList rename in Clang.Peter Collingbourne2013-07-091-3/+3
* Simplify linkage code for static local vars.Eli Friedman2013-07-011-1/+0
* Fix mangling for block literals.Eli Friedman2013-07-011-2/+1
* Fix the linkage of static locals inside a CapturedStmt. (Found in theEli Friedman2013-06-131-0/+1
* PR12086, PR15117Richard Smith2013-06-121-2/+0
* [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.Peter Collingbourne2013-06-051-5/+4
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-051-2/+8
* Fix typo in comment. Found by -Wdocumentation.Benjamin Kramer2013-06-041-1/+1
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-041-0/+3
* Debug Info: Fix a problem that resulted in missing DW_AT_specificationsAdrian Prantl2013-05-091-0/+1
* Forward #pragma comment(lib/linker) through as flags metadataReid Kleckner2013-05-081-0/+9
* Allow targets to define minimum alignment for global variablesUlrich Weigand2013-05-061-2/+2
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-051-2/+1
* Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin syste...Richard Smith2013-04-301-11/+0
* Emit the TLS intialization functions into a list.Bill Wendling2013-04-291-0/+11
* Implement CodeGen for C++11 thread_local, following the Itanium ABI specifica...Richard Smith2013-04-191-0/+11
* Don't propagate around TargetOptions in IR-gen; we don't use it.John McCall2013-04-161-3/+2
* Standardize accesses to the TargetInfo in IR-gen.John McCall2013-04-161-21/+27
* Objective-C IRGen. Use llvm::WeakVHFariborz Jahanian2013-04-161-2/+2
* Use MapVector rather than simulating it.Richard Smith2013-04-131-3/+2
* Struct-path aware TBAA: uniformize scalar tag and path tag.Manman Ren2013-04-111-2/+7
* Remove nondeterminism introduced in r178950.Richard Smith2013-04-061-0/+1
* When an internal-linkage function or variable is declared within an extern "C"Richard Smith2013-04-061-0/+16
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+5
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-5/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+5
* Make clang to mark static stack allocations with lifetime markers to enable a...Nadav Rotem2013-03-231-0/+9
* Under ARC, when we're passing the address of a strong variableJohn McCall2013-03-231-0/+3
* Promote atomic type sizes up to a power of two, capped byJohn McCall2013-03-071-0/+4
OpenPOWER on IntegriCloud