summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+8
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-1/+1
* Use the correct alignment for uuid descriptorsDavid Majnemer2016-03-271-2/+2
* Improve the representation of CXXUuidofExprDavid Majnemer2016-03-271-1/+1
* Attach profile summary information to Module.Easwaran Raman2016-03-241-0/+1
* CodeGen: Mark functions used in vtables as unnamed_addr.Peter Collingbourne2016-03-141-6/+6
* [OPENMP 4.0] Codegen for 'declare reduction' construct.Alexey Bataev2016-03-041-4/+11
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-0/+4
* [PGO] Change profile use cc1 option to handle IR level profilesRong Xu2016-03-021-4/+4
* Serialize `#pragma detect_mismatch`.Nico Weber2016-03-021-0/+6
* [CUDA] Emit host-side 'shadows' for device-side global variablesArtem Belevich2016-03-021-12/+52
* Serialize `#pragma comment`.Nico Weber2016-03-021-0/+19
* Add whole-program vtable optimization feature to Clang.Peter Collingbourne2016-02-241-1/+3
* Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow special...Samuel Antao2016-02-081-1/+15
* Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code...Renato Golin2016-02-071-15/+1
* Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generat...Samuel Antao2016-02-061-1/+15
* Revert r259977 - [OpenMP] Reorganize code to allow specialized code generatio...Samuel Antao2016-02-061-15/+1
* [OpenMP] Reorganize code to allow specialized code generation for different d...Samuel Antao2016-02-061-1/+15
* [cfi] Safe handling of unaddressable vtable pointers (clang).Evgeniy Stepanov2016-02-031-0/+25
* [CUDA] Do not allow dynamic initialization of global device side variables.Artem Belevich2016-02-021-11/+6
* Move DebugInfoKind into its own header to cut the cyclic dependency edge from...Benjamin Kramer2016-02-021-6/+5
* Use a consistent spelling for vtables.Eric Christopher2016-01-291-3/+3
* [MS ABI] Allow a member pointers' converted type to changeDavid Majnemer2016-01-261-0/+5
* [cfi] Cross-DSO CFI diagnostic mode (clang part)Evgeniy Stepanov2016-01-251-0/+2
* [CUDA] Don't generate aliases for static extern "C" functions.Justin Lebar2016-01-251-0/+4
* Introduce -fsanitize-stats flag.Peter Collingbourne2016-01-161-0/+9
* 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
OpenPOWER on IntegriCloud