summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AMDGPU] Require at least protected visibility for certain symbolsScott Linder2019-02-121-0/+15
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-091-50/+25
* [opaque pointer types] Cleanup CGBuilder's Create*GEP.James Y Knight2019-02-081-2/+3
* Minor cleanup: remove CGBuild::CreateConst*ByteGEP overloads taking a Value*.James Y Knight2019-02-051-10/+7
* [WebAssembly] Add an import_field function attributeDan Gohman2019-02-011-1/+7
* [WebAssembly] Add an import_module function attributeDan Gohman2019-01-241-0/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MSP430] Improve support of 'interrupt' attributeAnton Korobeynikov2019-01-161-12/+10
* Adopt SwiftABIInfo for WebAssembly.Daniel Dunbar2019-01-031-6/+17
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-111-1/+1
* [clang][ARC] Add ARCTargetInfoTatyana Krasnukha2018-11-271-0/+133
* Re-land r345676 "[Win64] Handle passing i128 by value"Reid Kleckner2018-10-311-11/+33
* Revert r345676 due to test failure.Richard Trieu2018-10-311-33/+11
* [Win64] Handle passing i128 by valueReid Kleckner2018-10-301-11/+32
* [AArch64] Support Windows stack probe command-line arguments.Eli Friedman2018-10-261-0/+11
* [AArch64] Branch Protection and Return Address Signing B Key SupportLuke Cheeseman2018-10-251-6/+14
* [MinGW] Fix passing a sanitizer lib name as dependent libMartin Storsjo2018-10-101-1/+1
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-261-2/+2
* [CodeGen][ARM] Coerce FP16 vectors to integer vectors when neededMikhail Maltsev2018-09-121-32/+60
* [AArch64] - return address signingLuke Cheeseman2018-08-171-0/+17
* Remove trailing spaceFangrui Song2018-07-301-12/+12
* [ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov2018-07-301-5/+14
* [mips64][clang] Provide the signext attribute for i32 return valuesStefan Maksimovic2018-07-301-2/+8
* [RISCV] Add support for interrupt attributeAna Pazos2018-07-261-0/+21
* [Power9] Update fp128 as a valid homogenous aggregate base typeLei Huang2018-07-051-4/+9
* [WebAssembly] Add no-prototype attribute to prototype-less C functionsSam Clegg2018-06-251-0/+9
* [CUDA][HIP] Set kernel calling convention before arrange functionYaxun Liu2018-06-121-3/+4
* Support Swift calling convention for PPC64 targetsBob Wilson2018-05-251-2/+11
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [CUDA] Set LLVM calling convention for CUDA kernelYaxun Liu2018-04-201-0/+6
* Fix __attribute__((force_align_arg_pointer)) misalignment bugErich Keane2018-04-191-20/+5
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-9/+0
* Add helper to determine if a field is a zero-length bitfield.Richard Smith2018-04-021-2/+2
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-0/+9
* Disable emitting static extern C aliases for amdgcn target for CUDAYaxun Liu2018-03-291-0/+10
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-281-2/+2
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-271-2/+2
* [AMDGPU] Update OpenCL to use 48 bytes of implicit arguments for AMDGPU (CLANG)Tony Tye2018-03-231-1/+1
* [AMDGPU] Remove use of OpenCL triple environment and replace with function at...Tony Tye2018-03-231-0/+5
* Delete BuiltinCC. NFC.Rafael Espindola2018-03-201-12/+0
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-191-5/+22
* Revert "[ObjC] Allow declaring __weak pointer fields in C structs inAkira Hatanaka2018-03-121-22/+5
* [ObjC] Allow declaring __weak pointer fields in C structs in ARC.Akira Hatanaka2018-03-101-5/+22
* Support for the mno-stack-arg-probe flagHans Wennborg2018-02-231-10/+9
* [mips] Revert r325872Stefan Maksimovic2018-02-231-8/+0
* [mips] Reland r310704Stefan Maksimovic2018-02-231-0/+8
* Fix for #31362 - ms_abi is implemented incorrectly for values >=16 bytes.Alexander Ivchenko2018-02-081-1/+11
* Don't pass ForDefinition_t in places it is redundant.Rafael Espindola2018-02-071-55/+35
* [CodeGen][va_args] Correct Vector Struct va-arg 'in_reg' code genErich Keane2018-02-021-6/+7
* [ARM] Pass _Float16 as int or floatSjoerd Meijer2018-01-231-8/+10
OpenPOWER on IntegriCloud