summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.Peter Collingbourne2019-03-221-13/+4
* [OPENMP]Codegen support for allocate directive on global variables.Alexey Bataev2019-03-211-0/+5
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+2
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+3
* [PGO] Use the explicit parameter in ProfileSummary API. NFCRong Xu2019-03-011-1/+4
* [HIP] change kernel stub nameYaxun Liu2019-02-271-2/+11
* [CodeGen] Fix string literal address space casting.Michael Liao2019-02-211-2/+4
* [CUDA][HIP] Use device side kernel and variable names when registering themYaxun Liu2019-02-141-1/+1
* [AMDGPU] Require at least protected visibility for certain symbolsScott Linder2019-02-121-0/+3
* Fix r350643 to limit COFF emission to <= 32 BYTES instead of BITS.Erich Keane2019-02-071-3/+5
* [opaque pointer types] Pass function types for runtime function calls.James Y Knight2019-02-051-10/+2
* Remove redundant FunctionDecl argument from a couple functions.James Y Knight2019-02-021-4/+2
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-0/+8
* Cleanup: replace uses of CallSite with CallBase.James Y Knight2019-01-301-22/+21
* Add -fapply-global-visibility-to-externs for -cc1Scott Linder2019-01-281-2/+4
* [CodeGen] Implement isTriviallyRecursive with StmtVisitor instead of Recursiv...Reid Kleckner2019-01-251-19/+21
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Emit !callback metadata and introduce the callback attributeJohannes Doerfert2019-01-191-0/+17
* CodeGen: Remove debug printf unintentionally added in r351228.Peter Collingbourne2019-01-151-4/+2
* [MSP430] Provide a toolchain descriptionAnton Korobeynikov2019-01-151-2/+4
* [CodeGen] Clarify comment about COFF common symbol alignmentShoaib Meenai2019-01-091-2/+6
* Limit COFF 'common' emission to <=32 alignment types.Erich Keane2019-01-081-0/+5
* CodeGen: fix autolink emission on ELFSaleem Abdulrasool2019-01-051-5/+15
* 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
OpenPOWER on IntegriCloud