summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Be more specific about return types of some methods.Alexey Samsonov2014-07-101-5/+4
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-6/+5
* [Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModuleAlexey Samsonov2014-07-071-10/+7
* CodeGen: Refactor RTTI emissionDavid Majnemer2014-07-071-0/+16
* Move the calling of emitTargetMD() later.Robert Lytton2014-07-031-4/+10
* refactor for-loop as range-loop before making changes.Robert Lytton2014-07-031-10/+6
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-021-10/+48
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-261-3/+15
* CodeGen: Remove a stray tab character (NFC)Justin Bogner2014-06-231-1/+1
* Add module flags metadata to record the settings for enum and wchar widthOliver Stannard2014-06-201-0/+17
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-1/+1
* CodeGen: Correct linkage of thread_local for OS XDavid Majnemer2014-06-111-0/+10
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-1/+1
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-33/+37
* Remove the overload of GetAddrOfConstantString methodAlexey Samsonov2014-06-041-23/+8
* Refactor and generalize GetAddrOfConstantString and GetAddrOfConstantStringFr...Alexey Samsonov2014-06-041-95/+84
* This cast is not necessary any more (llvm api change).Rafael Espindola2014-06-041-1/+1
* Update for llvm API change.Rafael Espindola2014-06-031-31/+49
* Eliminate redundant MangleBuffer classAlp Toker2014-06-031-3/+7
* MS ABI: Emit static data members with proper linkageNico Rieck2014-05-291-2/+7
* [ASan] Hoist blacklisting globals from init-order checking to Clang.Alexey Samsonov2014-05-291-6/+5
* Don't dllimport/export destructor variants implemented by thunks.Hans Wennborg2014-05-281-14/+17
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-231-9/+13
* Don't set unnamed_addr in CreateRuntimeVariable.Rafael Espindola2014-05-221-7/+2
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-45/+48
* Demote the "Debug Info Version" module flag to llvm::Module::WarningAdrian Prantl2014-05-191-6/+4
* Update for llvm api change.Rafael Espindola2014-05-171-3/+3
* Update for llvm api change.Rafael Espindola2014-05-171-5/+4
* Use getAliasee instead of getAliasedGlobal.Rafael Espindola2014-05-161-2/+2
* Update for llvm api change.Rafael Espindola2014-05-161-35/+36
* Update for llvm API change.Rafael Espindola2014-05-161-5/+6
* Allow dllimport/dllexport on inline functions and adjust the linkage.Hans Wennborg2014-05-151-12/+3
* Rename CodeGenModule::getLLVMLinkageforDeclarator -> getLLVMLinkageForDeclaratorHans Wennborg2014-05-141-3/+3
* Update for llvm API change.Rafael Espindola2014-05-131-5/+4
* Pacify bots again - turns out my checkout was slightly polluted when I was re...James Molloy2014-05-091-1/+1
* Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...James Molloy2014-05-091-1/+1
* Use auto to avoid duplicating the type.Rafael Espindola2014-05-091-83/+74
* Cleanup setFunctionDefinitionAttributes.Rafael Espindola2014-05-081-10/+5
* Small simplification: Reduce the use of cast<>.Rafael Espindola2014-05-081-24/+24
* [OPENMP] Initial codegen for '#pragma omp parallel'Alexey Bataev2014-05-061-2/+10
* Fix pr19653.Rafael Espindola2014-05-051-11/+23
* Small refactoring, no functionality change.Rafael Espindola2014-05-051-3/+4
* XCore target: fix bug in dereferencing null pointer.Robert Lytton2014-05-021-6/+7
* XCore target: Add TypeString meta data to IR output.Robert Lytton2014-05-021-0/+4
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-1/+2
* CodeGen: Reference temporaries inherit visibilityDavid Majnemer2014-04-291-0/+3
* CodeGen: Fix linkage of reference temporariesDavid Majnemer2014-04-281-85/+94
* CodeGen: Cleanup variable linkage calculationDavid Majnemer2014-04-251-9/+18
* CodeGen: Refactor linkage/visibility calculationDavid Majnemer2014-04-251-33/+27
* Remove some empty statementsAlp Toker2014-04-191-1/+1
OpenPOWER on IntegriCloud