summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored dtor sanitizing into EHScopeStackNaomi Musgrave2015-09-031-0/+7
* PR17829: Proper diagnostic of mangled names conflictsAndrey Bokhanko2015-08-311-16/+23
* Wdeprecated: ByrefHelpers are copy constructed by the ::buildByrefHelpers hel...David Blaikie2015-08-131-0/+1
* LLVM API Change: the Module always owns the DataLayoutMehdi Amini2015-07-241-6/+5
* CFI: Emit correct bit set information if RTTI is disabled under MS ABI.Peter Collingbourne2015-07-091-0/+4
* Pass HeaderSearchOptions and PreprocessorOptions into CodeGenModule.Adrian Prantl2015-06-301-1/+12
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-231-0/+5
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* CodeGen: Factor out some of the bitset entry creation code. NFC.Peter Collingbourne2015-06-171-0/+5
* Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer2015-05-291-2/+2
* Get the dll storage class right for structors of classes exported/imported vi...Hans Wennborg2015-05-281-0/+3
* Revert r236879, "Do not emit thunks with available_externally linkage in comd...NAKAMURA Takumi2015-05-091-1/+0
* Do not emit thunks with available_externally linkage in comdatsDerek Schuff2015-05-081-0/+1
* Move the logic to avoid double global emission from Sema to CodeGenReid Kleckner2015-04-151-1/+2
* clang-format my last commitDavid Blaikie2015-04-051-1/+1
* [opaque pointer type] More GEP API migrationsDavid Blaikie2015-04-051-2/+2
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-2/+2
* MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer2015-03-171-1/+2
* WIPDavid Majnemer2015-03-171-0/+2
* Split catch IRgen into ItaniumCXXABI and MicrosoftCXXABIReid Kleckner2015-03-031-0/+3
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+5
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* [pr22293] Don't crash during codegen of a recursive destructor.Rafael Espindola2015-01-231-1/+1
* Use a trivial comdat for inline ctor/dtor when not using C5/D5.Rafael Espindola2015-01-151-0/+1
* Remove ASTConsumer::HandleVTable()'s bool parameter.Nico Weber2015-01-151-1/+1
* 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
OpenPOWER on IntegriCloud