summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
Commit message (Expand)AuthorAgeFilesLines
* PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko2016-01-141-5/+9
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-1/+2
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-4/+10
* Revert "[x86] Exclusion of incorrect include headers paths for MCU target"Reid Kleckner2015-12-051-5/+3
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-011-3/+2
* [x86] Exclusion of incorrect include headers paths for MCU targetAndrey Bokhanko2015-11-271-3/+5
* Preserve exceptions information during calls code generation.Samuel Antao2015-11-231-7/+5
* Extract out a function onto CodeGenModule for getting the map ofEric Christopher2015-11-111-0/+5
* [CodeGen] Call SetInternalFunctionAttributes to attach functionAkira Hatanaka2015-10-311-0/+1
* Unify the ObjC entrypoint caches.John McCall2015-10-211-17/+8
* [DEBUG INFO] Emit debug info for type used in explicit cast only.Alexey Bataev2015-10-201-0/+5
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-15/+0
* Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files;...Hans Wennborg2015-09-291-3/+3
* [WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner2015-09-161-3/+0
* Decorating vptr load & stores with !invariant.groupPiotr Padlewski2015-09-151-3/+7
* Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov2015-09-141-10/+0
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-121-0/+10
* Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov2015-09-111-10/+0
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-111-0/+10
* CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.Peter Collingbourne2015-09-081-0/+11
* Move BlockByrefHelpers back to CodeGenModule.h to placate MSVC.John McCall2015-09-081-1/+30
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-90/+28
* 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
OpenPOWER on IntegriCloud