summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Update for llvm API change.Rafael Espindola2014-05-131-1/+1
* Don't repeat function name in comment.Rafael Espindola2014-05-091-192/+149
* Don't indent in namespaces.Rafael Espindola2014-05-091-108/+105
* Cleanup setFunctionDefinitionAttributes.Rafael Espindola2014-05-081-3/+3
* Use more specific type.Rafael Espindola2014-05-081-2/+2
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-0/+9
* Fix pr19653.Rafael Espindola2014-05-051-0/+2
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-5/+10
* CodeGen: Use LLVM's InstrProfReader in -fprofile-instr-use=Justin Bogner2014-04-181-9/+4
* CodeGen: Emit warnings for out of date profile data during PGOJustin Bogner2014-04-151-0/+14
* ObjC: allow targets to decide when to use stret for blocks.Tim Northover2014-03-291-0/+4
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-1/+4
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-4/+1
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-231-1/+4
* Revert "CodeGen: Use a binary format for instrumentation based profiling"Justin Bogner2014-03-121-4/+4
* CodeGen: Use a binary format for instrumentation based profilingJustin Bogner2014-03-121-4/+4
* Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-071-2/+2
* Use llvm.compiler.used instead of llvm.used for objc symbols.Rafael Espindola2014-03-061-7/+8
* [Modules] Update to reflect ValueHandle moving to the IR library in LLVMChandler Carruth2014-03-041-1/+1
* [C++11] Simplify compare operators with std::tie.Benjamin Kramer2014-03-031-4/+2
* 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
OpenPOWER on IntegriCloud