summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-101-3/+9
* Add a public accessor for GlobalCtors in CodeGenModuleKeno Fischer2014-12-301-0/+5
* IR: Update clang for Metadata/Value split in r223802Duncan P. N. Exon Smith2014-12-091-4/+2
* Fix invalid calling convention used for libcalls on ARM.Anton Korobeynikov2014-12-021-0/+7
* [OPENMP] Codegen for threadprivate variablesAlexey Bataev2014-11-111-0/+5
* CodeGen: Virtual dtor thunks shouldn't have this marked as 'returned'David Majnemer2014-11-011-4/+3
* [ASan] Improve blacklisting of global variables.Alexey Samsonov2014-10-171-0/+4
* SanitizerBlacklist: blacklist functions by their source location.Alexey Samsonov2014-10-171-6/+5
* CodeGen: Don't drop thread_local when emitting __thread aliasesDavid Majnemer2014-10-151-2/+2
* Move SanitizerBlacklist object from CodeGenModule to ASTContext.Alexey Samsonov2014-10-151-3/+1
* Move SanitizerBlacklist to clangBasic. NFC.Alexey Samsonov2014-10-151-1/+1
* Fix for bug http://llvm.org/PR17427.Alexey Bataev2014-10-091-1/+2
* Fix IRGen for referencing a static local before emitting its declReid Kleckner2014-10-081-0/+4
* MS ABI: Implement thread_local for global variablesDavid Majnemer2014-10-051-2/+7
* Revert "Don't use comdats for initializers on platforms that don't support it"Reid Kleckner2014-09-231-1/+0
* Don't use comdats for initializers on platforms that don't support itReid Kleckner2014-09-231-0/+1
* Fix ctor/dtor aliases losing 'dllexport' (for Itanium ABI)Dario Domizioli2014-09-191-0/+6
* Don't use the third field of llvm.global_ctors for MachO.Rafael Espindola2014-09-191-0/+3
* Revert "Put more stuff in the comdat used for variables with static init."Rafael Espindola2014-09-191-3/+0
* Put more stuff in the comdat used for variables with static init.Rafael Espindola2014-09-181-0/+3
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-7/+9
* Reduce code duplication a bit more. NFC.Rafael Espindola2014-09-151-0/+6
* Move emitCXXStructor to CGCXXABI.Rafael Espindola2014-09-151-4/+0
* Create a emitCXXStructor function and make the existing emitCXXConstructor andRafael Espindola2014-09-151-13/+11
* 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
OpenPOWER on IntegriCloud