summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGDeclCXX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-1/+2
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-4/+5
* Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka2019-12-031-5/+4
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-4/+5
* Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...Alexandre Ganea2019-11-151-9/+3
* re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-11-151-3/+9
* [HIP] Add option -fgpu-allow-device-initYaxun (Sam) Liu2019-10-221-1/+6
* Fix Calling Convention through aliasesErich Keane2019-10-071-2/+2
* For P0784R7: compute whether a variable has constant destruction if itRichard Smith2019-09-291-7/+4
* Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...Alexandre Ganea2019-09-051-9/+3
* [DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...Alexandre Ganea2019-09-051-3/+9
* Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"Hans Wennborg2019-08-221-2/+0
* [DebugInfo] Add debug location to dynamic atexit destructorAlexandre Ganea2019-08-201-0/+2
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-0/+4
* [OpenCL][PR41727] Prevent ICE on global dtorsAnastasia Stulova2019-07-151-3/+17
* [OpenMP] Add support for handling declare target to clause when unified memor...Gheorghe-Teodor Bercea2019-06-201-1/+1
* PR42111: Use guarded initialization for thread-local variables withRichard Smith2019-06-051-1/+7
* [OpenCL] Make global ctor init function a kernelAnastasia Stulova2019-05-091-0/+13
* Fix bug 37903:MS ABI: handle inline static data member and inline variable as...Jennifer Yu2019-04-251-1/+7
* [codeview] Fix symbol names for dynamic initializers and atexit stubsReid Kleckner2019-04-241-6/+6
* Revert r357610, it caused PR41471Nico Weber2019-04-111-6/+0
* Bug-40323: MS ABI adding template static member in the linker directive secti...Jennifer Yu2019-04-031-0/+6
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-1/+1
* [opaque pointer types] Pass through function types for TLSJames Y Knight2019-02-071-11/+13
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-2/+2
* [opaque pointer types] Trivial changes towards CallInst requiringJames Y Knight2019-02-031-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-1/+4
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-4/+1
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-1/+4
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* [CodeGen][CXX]: Fix no_destroy CG bug under specific circumstancesKristina Brooks2018-11-121-0/+9
* [clang]: Fix misapplied patch in 346582.Kristina Brooks2018-11-101-1/+1
* Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.Kristina Brooks2018-11-101-16/+17
* Part of PR39508: Emit an @llvm.invariant.start after storing toRichard Smith2018-10-311-9/+19
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-251-1/+11
* [AArch64] Enable return address signing for static ctorsOliver Stannard2018-09-131-0/+6
* [MSan] add KMSAN support to Clang driverAlexander Potapenko2018-09-071-0/+4
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-2/+2
* Remove trailing spaceFangrui Song2018-07-301-7/+7
* Add a command line option 'fregister_global_dtors_with_atexit' toAkira Hatanaka2018-04-171-0/+3
* hwasan: add -fsanitize=kernel-hwaddress flagAndrey Konovalov2018-04-131-0/+4
* PR36992: do not store beyond the dsize of a class object unless we knowRichard Smith2018-04-051-1/+2
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-0/+4
* [OPENMP] Codegen for ctor|dtor of declare target variables.Alexey Bataev2018-03-281-0/+4
* Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.Rafael Espindola2018-02-281-1/+1
* [ObjC] Allow declaring __strong pointer fields in structs in Objective-CAkira Hatanaka2018-02-281-0/+1
* [OPENMP] Support for -fopenmp-simd option with compilation of simd loopsAlexey Bataev2017-12-291-1/+3
* Hardware-assisted AddressSanitizer (clang part).Evgeniy Stepanov2017-12-091-0/+4
* Allow specifying sanitizers in blacklistsVlad Tsyrklevich2017-09-251-11/+19
OpenPOWER on IntegriCloud