summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* ARM MTE stack sanitizer.Evgeniy Stepanov2019-07-151-2/+4
* [OpenCL][PR41727] Prevent ICE on global dtorsAnastasia Stulova2019-07-151-2/+6
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-4/+12
* [CUDA][HIP] Don't set comdat attribute for CUDA device stub functions.\nDiffe...Konstantin Pyzhov2019-06-241-0/+5
* [OpenMP] Add support for handling declare target to clause when unified memor...Gheorghe-Teodor Bercea2019-06-201-4/+10
* [HIP] Add the interface deriving the stub name of device kernels.Michael Liao2019-06-171-6/+4
* [CodeGen][ObjC] Annotate retain-agnostic ObjC globals with attributeAkira Hatanaka2019-06-141-0/+1
* 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
OpenPOWER on IntegriCloud