summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* [HIP] Add option --gpu-max-threads-per-block=nYaxun (Sam) Liu2020-01-071-2/+5
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-0/+4
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+6
* Avoid Attr.h includes, CodeGen editionReid Kleckner2019-12-091-1/+2
* [Attr] Move ParsedTargetAttr out of the TargetAttr classCraig Topper2019-12-091-1/+1
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-1/+1
* Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"Akira Hatanaka2019-12-031-1/+1
* [NFC] Pass a reference to CodeGenFunction to methods of LValue andAkira Hatanaka2019-12-031-1/+1
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-151-6/+21
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-121-12/+26
* [hip] Enable pointer argument lowering through coercing type.Michael Liao2019-11-051-3/+47
* [hip] Allow the declaration of functions with variadic arguments in HIP.Michael Liao2019-10-251-0/+7
* Remove an useless allocation (from by clang-analyzer/scan-build)Sylvestre Ledru2019-10-081-1/+1
* Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-071-1/+1
* Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.Simon Pilgrim2019-10-031-4/+4
* [Alignment][NFC] Remove AllocaInst::setAlignment(unsigned)Guillaume Chatelet2019-09-301-1/+1
* [X86] Prevent passing vectors of __int128 as <X x i128> in llvm IRCraig Topper2019-09-061-2/+40
* Add -m(no)-spe to clangJustin Hibbits2019-09-051-1/+2
* [AMDGPU] Set default flat work group size to (1,256) for HIPYaxun Liu2019-09-031-3/+4
* AMDGPU: Always emit amdgpu-flat-work-group-sizeMatt Arsenault2019-08-271-2/+8
* [WebAssembly] Correctly handle va_arg of zero-sized structuresGuanzhong Chen2019-08-151-2/+3
* [WebAssembly] Make clang emit correct va_arg code for structsGuanzhong Chen2019-08-131-2/+4
* [NFC] Remove unused variableDenis Bakhvalov2019-07-191-1/+1
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-181-13/+276
* Revert "[RISCV] Hard float ABI support" r366450Alex Bradbury2019-07-181-272/+13
* [RISCV] Hard float ABI supportAlex Bradbury2019-07-181-13/+272
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-1/+1
* [clang] Preserve names of addrspacecast'ed values.Vyacheslav Zakharin2019-07-101-1/+3
* [AMDGPU] Increased the number of implicit argument bytes for both OpenCL and ...Christudasan Devadasan2019-07-101-1/+1
* [HIP] Support attribute hip_pinned_shadowYaxun Liu2019-06-261-2/+14
* Fix passing structs and AVX vectors through sysv_abiReid Kleckner2019-06-201-8/+18
* Revert r363116 "[X86] [ABI] Fix i386 ABI "__m64" type bug"Hans Wennborg2019-06-191-36/+20
* [OPENMP][NVPTX]Correct codegen for 128 bit long double.Alexey Bataev2019-06-181-1/+3
* [CodeGen][ARM] Fix FP16 vector coercionMikhail Maltsev2019-06-181-3/+33
* [AMDGPU] Enable the implicit arguments for HIP (CLANG)Yaxun Liu2019-06-141-1/+2
* [X86] [ABI] Fix i386 ABI "__m64" type bugPengfei Wang2019-06-121-20/+36
* Revert "[X86] Fix i386 struct and union parameter alignment"Pengfei Wang2019-05-311-11/+2
* [X86] Fix i386 struct and union parameter alignmentPengfei Wang2019-05-291-2/+11
* [ARM][AArch64] Fix incorrect handling of alignment in va_arg code generationJohn Brawn2019-05-221-14/+14
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-171-18/+0
* [HIP] Fix visibility of `__constant__` variables.Michael Liao2019-04-261-1/+2
* AMDGPU: Add support for cross address space synchronization scopes (clang)Konstantin Zhuravlyov2019-03-251-9/+24
* [ARM] Fix bug 39982 - pcs("aapcs-vfp") is not consistentCarey Williams2019-03-221-16/+36
* [CodeGen][ObjC] Annotate calls to objc_retainAutoreleasedReturnValueAkira Hatanaka2019-03-211-0/+6
* AMDGPU: Fix the mapping of sub group sync scopeKonstantin Zhuravlyov2019-03-061-1/+1
* [OPENMP]Delay emission of the error for unsupported types.Alexey Bataev2019-02-271-0/+46
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-4/+16
* [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
OpenPOWER on IntegriCloud