summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* CodeGen: switch iteration to range based for loop (NFC)Saleem Abdulrasool2019-01-051-6/+4
* [CUDA] Treat extern global variable shadows same as regular extern vars.Artem Belevich2018-12-221-10/+5
* Implement -frecord-command-line (-frecord-gcc-switches)Scott Linder2018-12-141-0/+13
* [CUDA] Make all host-side shadows of device-side variables undef.Artem Belevich2018-12-131-2/+9
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* Make CPUDispatch resolver emit dependent functions.Erich Keane2018-12-071-2/+13
* Remove CodeGen dependencies on Sema.Richard Trieu2018-12-061-1/+1
* Correct 'target' default behavior on redecl, allow forward declaration.Erich Keane2018-11-281-2/+4
* [NFC] Move MultIversioning::Type into Decl so that it can be used inErich Keane2018-11-281-2/+9
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-0/+3
* [NFC] Move storage of dispatch-version to GlobalDeclErich Keane2018-11-131-47/+46
* Use the correct address space when emitting the ctor function listDylan McKay2018-11-091-2/+3
* CPU-Dispatch- Fix type of a member function, prevent deferralsErich Keane2018-11-011-2/+8
* CPU-Dispatch-- Fix conflict between 'generic' and 'pentium'Erich Keane2018-11-011-0/+16
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-2/+2
* PR31978: Don't crash if CodeGen sees a top-level BindingDecl.Richard Smith2018-10-261-0/+1
* CodeGen: correct the case for swift 4.2, 5.0Saleem Abdulrasool2018-10-261-4/+4
* Change keep-static-consts to work on static storage duration, notErich Keane2018-10-251-2/+3
* Implement Function Multiversioning for Non-ELF Systems.Erich Keane2018-10-251-34/+65
* CodeGen: alter CFConstantString class name for swift 5.0Saleem Abdulrasool2018-10-251-1/+6
* Driver,CodeGen: introduce support for Swift CFString layoutSaleem Abdulrasool2018-10-241-6/+46
* CodeGen: extract some local variables in CFConstantString creation (NFC)Saleem Abdulrasool2018-10-241-19/+18
* [CodeGen] Attach InlineHint to more functionsRichard Trieu2018-10-231-3/+13
* Give Multiversion-inline functions linkonce linkageErich Keane2018-10-221-0/+4
* NFC: Remove trailing space from CodeGenModule.cppTakuto Ikuta2018-10-171-8/+8
* Add a flag to remap manglings when reading profile data information.Richard Smith2018-10-101-1/+1
* clang: Allow ifunc resolvers to accept argumentsEd Maste2018-10-101-2/+0
* Use the container form llvm::sort(C, ...)Fangrui Song2018-09-301-3/+2
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-1/+1
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+4
* Reland "[Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cf...Kristina Brooks2018-09-251-24/+39
* Revert "rL342883: [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fc...Kristina Brooks2018-09-241-39/+24
* [Clang][CodeGen][ObjC]: Fix CoreFoundation on ELF with `-fconstant-cfstrings`.Kristina Brooks2018-09-241-24/+39
* Add necessary support for storing code-model to module IR.Caroline Tice2018-09-211-0/+16
* [XRay][clang] Emit "never-instrument" attributeDean Michael Berris2018-09-141-3/+0
* [NFC]Refactor MultiVersion Resolver Emission to combine typesErich Keane2018-09-131-11/+36
* [CodeGen] Align rtti and vtable dataDavid Green2018-09-121-4/+5
* Re-land r334417 "[MS] Use mangled names and comdats for string merging with A...Reid Kleckner2018-09-061-7/+5
* [OPENMP] Fix PR38710: static functions are not emitted as implicitlyAlexey Bataev2018-08-301-11/+10
* [MinGW] Don't mark external variables as DSO localMartin Storsjo2018-08-291-0/+8
* Currently clang does not emit unused static constants. GCC emits theseElizabeth Andrews2018-08-221-0/+13
* [OPENMP] Fix crash on the emission of the weak function declaration.Alexey Bataev2018-08-201-9/+11
* [OPENMP] FIx processing of declare target variables.Alexey Bataev2018-08-151-1/+16
* clang-cl: Support /guard:cf,nochecksHans Wennborg2018-08-101-1/+1
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-4/+4
* [OPENMP] Mark variables captured in declare target region as implicitlyAlexey Bataev2018-08-071-0/+4
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [CUDA][HIP] Allow function-scope static const variableYaxun Liu2018-07-281-0/+4
* [HIP] Support -fcuda-flush-denormals-to-zero for amdgcnYaxun Liu2018-07-211-1/+1
* Implement cpu_dispatch/cpu_specific MultiversioningErich Keane2018-07-201-29/+141
OpenPOWER on IntegriCloud