summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...Peter Collingbourne2019-06-071-4/+5
* [OpenCL] Fix OpenCL/SPIR version metadata in C++ mode.Anastasia Stulova2019-05-301-4/+9
* [CUDA][HIP] Skip setting `externally_initialized` for static device variables.Michael Liao2019-05-291-1/+2
* [CUDA][HIP] Emit dependent libs for host onlyYaxun Liu2019-05-281-1/+6
* Refactor: split Uninitialized state on APValue into an "Absent" stateRichard Smith2019-05-211-1/+1
* [OpenMP] Add support for registering requires directives with the runtimeGheorghe-Teodor Bercea2019-05-211-0/+4
* [OPENMP]Use the attributes for dso locality when building for device.Alexey Bataev2019-05-211-1/+1
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-12/+21
* make -ftime-trace also print template argumentsLubos Lunak2019-05-121-2/+7
* [OpenCL] Make global ctor init function a kernelAnastasia Stulova2019-05-091-0/+206
* [SPIR] Simplified target checking.Anastasia Stulova2019-05-091-2/+1
* [COFF] Use COFF stubs for extern_weak functionsReid Kleckner2019-05-071-0/+7
* Re-land r359250, [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-291-3/+7
* Revert [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-7/+3
* [COFF] Statically link certain runtime library functionsReid Kleckner2019-04-251-3/+7
* Use llvm::stable_sortFangrui Song2019-04-241-4/+3
* Move setTargetAttributes after setGVProperties in SetFunctionAttributesScott Linder2019-04-231-5/+5
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+4
* 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
OpenPOWER on IntegriCloud