summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko2016-01-141-27/+86
* [MS ABI] Complete and base constructor GlobalDecls must have the same nameDavid Majnemer2016-01-081-1/+14
* [Driver] Add support for -fno-builtin-foo options.Chad Rosier2016-01-061-1/+2
* [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...Samuel Antao2016-01-061-0/+12
* [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...Samuel Antao2016-01-051-12/+0
* [OpenMP] Offloading descriptor registration and device codegen.Samuel Antao2016-01-051-0/+12
* Attach maximum function count to Module when using PGO mode.Easwaran Raman2015-12-171-2/+5
* Cross-DSO control flow integrity (Clang part).Evgeniy Stepanov2015-12-151-18/+84
* [WinEH] Update clang to use operand bundles on call sitesDavid Majnemer2015-12-151-2/+7
* Revert r254647.Easwaran Raman2015-12-121-3/+0
* Attach maximum function count to Module when using PGO modeEaswaran Raman2015-12-121-0/+3
* Revert "[x86] Exclusion of incorrect include headers paths for MCU target"Reid Kleckner2015-12-051-52/+17
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-2/+5
* Fix use-after-free when a C++ thread_local variable gets replaced (because itsRichard Smith2015-12-011-2/+2
* [x86] Exclusion of incorrect include headers paths for MCU targetAndrey Bokhanko2015-11-271-17/+52
* [TLS on Darwin] treat all Darwin platforms in the same way.Manman Ren2015-11-111-1/+1
* Extract out a function onto CodeGenModule for getting the map ofEric Christopher2015-11-111-0/+29
* [TLS on Darwin] change how we handle globals with linkonce or weak linkage.Manman Ren2015-11-111-4/+9
* CodeGen: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-061-1/+2
* Fix crash in EmitDeclMetadata modeKeno Fischer2015-11-051-2/+4
* Watch and TV OS: wire up basic ABI choicesTim Northover2015-10-301-0/+2
* Unify the ObjC entrypoint caches.John McCall2015-10-211-7/+5
* [CodeGen] Remove dead code. NFC.Benjamin Kramer2015-10-151-6/+0
* [CodeGen] [CodeGen] Attach function attributes to functions created inAkira Hatanaka2015-10-081-4/+5
* [CodeGen] Check if the Decl pointer passed is null, and if so, returnAkira Hatanaka2015-10-081-7/+15
* [MSVC Compat] Enable ABI impacting non-conforming behavior independently of -...David Majnemer2015-10-081-1/+1
* Replace double-negated !SourceLocation.isInvalid() with SourceLocation.isVali...Yaron Keren2015-10-031-1/+1
* Use llvm::makeArrayRef. NFC.Craig Topper2015-09-271-1/+1
* Remove attributes minsize and optsize, which conflict with optnone.Akira Hatanaka2015-09-211-4/+2
* Using MD_invariant_groupPiotr Padlewski2015-09-171-1/+1
* [WinEH] Pass the catch adjectives to catchpad directlyReid Kleckner2015-09-161-6/+0
* Decorating vptr load & stores with !invariant.groupPiotr Padlewski2015-09-151-3/+13
* Added llvm.module flag for strict vtable pointersPiotr Padlewski2015-09-151-0/+16
* Revert "Always_inline codegen rewrite" and 2 follow-ups.Evgeniy Stepanov2015-09-141-108/+1
* [opaque pointer type] Fix a few uses of PointerType::getElementType in favor ...David Blaikie2015-09-141-2/+1
* Revert "[opaque pointer type] update for LLVM API change"David Blaikie2015-09-141-1/+1
* [CodeGen] Remove wrapper-free always_inline functions from COMDATsDavid Majnemer2015-09-121-1/+5
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-121-1/+104
* Revert "Specify target triple in alwaysinline tests."Evgeniy Stepanov2015-09-111-98/+1
* Always_inline codegen rewrite.Evgeniy Stepanov2015-09-111-1/+98
* [CUDA] Allow trivial constructors as initializer for __shared__ variables.Artem Belevich2015-09-101-2/+4
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-5/+15
* CodeGen: Introduce CodeGenModule::CreateMetadataIdentifierForType.Peter Collingbourne2015-09-081-0/+19
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-41/+53
* Don't crash on a self-alias declarationHal Finkel2015-09-041-0/+5
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-3/+9
* PR17829: Proper diagnostic of mangled names conflictsAndrey Bokhanko2015-08-311-71/+123
* Allow TLS vars in dllimport/export functions; only inline dllimport functions...Hans Wennborg2015-08-281-0/+38
* [CUDA] Change initializer for CUDA device code based on CUDA documentation.Jingyue Wu2015-08-221-1/+21
* [modules] Don't eagerly deserialize so many ImportDecls. CodeGen basically ig...Richard Smith2015-08-191-5/+2
OpenPOWER on IntegriCloud