summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Merge GetAddrOfCXXConstructor and GetAddrOfCXXDonstructor. NFC.Rafael Espindola2014-09-111-19/+5
* Remove a parameter that has been unused since r188481. No behavior change.Nico Weber2014-09-081-1/+1
* Handle constructors and destructors a bit more uniformly in CodeGen.Rafael Espindola2014-09-081-0/+7
* Typo fix in comments: definintion -> definitionJames Dennett2014-08-151-1/+1
* Header guard canonicalization, clang part.Benjamin Kramer2014-08-131-2/+2
* Add coverage mapping generation.Alex Lorenz2014-08-041-1/+24
* [Sanitizer] Introduce SanitizerMetadata class.Alexey Samsonov2014-08-011-8/+6
* PR20473: Don't "deduplicate" string literals with the same value but differentRichard Smith2014-07-291-6/+1
* -fms-extensions: Implement half of #pragma init_segReid Kleckner2014-07-221-0/+3
* Make sure globals created by UBSan are not instrumented by ASan.Alexey Samsonov2014-07-181-1/+5
* [ASan] Collect unmangled names of global variables in Clang to print them in ...Alexey Samsonov2014-07-121-1/+3
* Be more specific about return types of some methods.Alexey Samsonov2014-07-101-5/+8
* Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics.Alexey Samsonov2014-07-091-4/+4
* [Sanitizer] Remove brittle cache variable and slightly simplify blacklisting ...Alexey Samsonov2014-07-071-5/+0
* [Sanitizer] Reduce the usage of sanitizer blacklist in CodeGenModuleAlexey Samsonov2014-07-071-3/+4
* CodeGen: Refactor RTTI emissionDavid Majnemer2014-07-071-9/+0
* Move the calling of emitTargetMD() later.Robert Lytton2014-07-031-2/+5
* [ASan] Print exact source location of global variables in error reports.Alexey Samsonov2014-07-021-0/+3
* MS ABI: Reference MSVC RTTI from the VFTableDavid Majnemer2014-07-011-2/+2
* CodeGen: Improve warnings about uninstrumented files when profilingJustin Bogner2014-06-261-3/+27
* Implement -Wframe-larger-than backend diagnosticAlp Toker2014-06-051-4/+7
* Remove the overload of GetAddrOfConstantString methodAlexey Samsonov2014-06-041-16/+2
* Refactor and generalize GetAddrOfConstantString and GetAddrOfConstantStringFr...Alexey Samsonov2014-06-041-0/+3
* Eliminate redundant MangleBuffer classAlp Toker2014-06-031-3/+1
* Don't dllimport/export destructor variants implemented by thunks.Hans Wennborg2014-05-281-2/+1
* Use comdats to avoid double initialization of weak dataReid Kleckner2014-05-231-3/+15
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-2/+11
* Don't set unnamed_addr in CreateRuntimeVariable.Rafael Espindola2014-05-221-2/+1
* [C++11] Use 'nullptr'. CodeGen edition.Craig Topper2014-05-211-23/+25
* Rename CodeGenModule::getLLVMLinkageforDeclarator -> getLLVMLinkageForDeclaratorHans Wennborg2014-05-141-1/+1
* 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
OpenPOWER on IntegriCloud