summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Re-commit r289252 and r289285, and fix PR31374Yaxun Liu2016-12-151-1/+35
* Revert 289252 (and follow-up 289285), it caused PR31374Nico Weber2016-12-141-35/+1
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-7/+7
* Add support for non-zero null pointer for C and OpenCLYaxun Liu2016-12-091-1/+35
* [OpenCL] Fix SPIR version generation.Alexey Bader2016-12-071-2/+4
* swiftcc: Add an api to query whether a target ABI stores swifterror in a regi...Arnold Schwaighofer2016-12-011-0/+21
* IRGen: Remove all uses of CreateDefaultAlignedLoad.Peter Collingbourne2016-11-281-5/+7
* Add a little endian variant of TCE.Pekka Jaaskelainen2016-11-161-0/+1
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-26/+125
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* Declare WinX86_64ABIInfo to satisfy SwiftABI infoArnold Schwaighofer2016-10-121-2/+8
* [PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-floatHal Finkel2016-10-021-7/+19
* [AMDGPU] Expose flat work group size, register and wave control attributesKonstantin Zhuravlyov2016-09-261-11/+41
* CodeGen: simplify the logic a slight bitSaleem Abdulrasool2016-09-141-4/+0
* Fix whitespace issuesMatt Arsenault2016-09-071-2/+1
* [PowerPC] Update the DWARF register-size tableHal Finkel2016-08-301-3/+9
* [MS] Win64 va_arg should expect large arguments to be passed indirectlyReid Kleckner2016-08-251-1/+11
* AMDGPU: Handle structs directly in AMDGPUABIInfoMatt Arsenault2016-08-221-1/+41
* [CodeGen] Ignore unnamed bitfields before handling vector fieldsDavid Majnemer2016-08-151-4/+5
* [CodeGen] Correctly implement the AVX512 psABI rulesDavid Majnemer2016-08-151-7/+10
* Revert "[Attr] Add support for the `ms_hook_prologue` attribute."Charles Davis2016-08-081-8/+0
* [Attr] Add support for the `ms_hook_prologue` attribute.Charles Davis2016-08-081-0/+8
* [OpenCL] Fix size of image typeYaxun Liu2016-08-031-9/+0
* Adjust coercion of aggregates on RenderScriptPirama Arumuga Nainar2016-07-271-0/+46
* [OpenCL] AMDGCN target will generate images in constant address spaceYaxun Liu2016-07-201-0/+10
* [OpenCL] Fixes bug of missing OCL version metadata on the AMDGCN targetYaxun Liu2016-07-191-1/+12
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-3/+2
* AMDGPU: Set amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-06-301-0/+13
* Add support for musl-libc on ARM Linux.Rafael Espindola2016-06-241-0/+4
* This patch fixes problem with passing structures and unionsStrahinja Petrovic2016-06-241-1/+2
* CodeGen: support linker options on Windows ARMSaleem Abdulrasool2016-06-231-0/+10
* [Sparc] Complex return value ABI compliance.Chris Dewhurst2016-06-081-0/+45
* Use new triple API to check comdat /NFCXinliang David Li2016-05-251-1/+1
* Fix some typos.Richard Smith2016-05-141-7/+7
* [CodeGen] Clang does not choose aapcs-vfp calling convention for ARM bare met...Oleg Ranevskyy2016-05-131-1/+2
* Revert "AMDGPU/SI: Use amdgpu_kernel calling convention for OpenCL kernels."Nikolay Haustov2016-05-061-8/+0
* AMDGPU/SI: Use amdgpu_kernel calling convention for OpenCL kernels.Nikolay Haustov2016-05-061-0/+8
* AArch64: fixup comment after changeTim Northover2016-05-031-1/+1
* AArch64: simplify illegal vector check. NFC.Tim Northover2016-05-031-1/+1
* Expand aggregate arguments more often on 32-bit WindowsReid Kleckner2016-05-021-83/+89
* [SystemZ] Support Swift calling conventionBryan Chan2016-04-281-2/+8
* [SPIR] Remove an assert mandating SPIR for OpenCL sources only.Anastasia Stulova2016-04-261-1/+0
* trying to fix the windows build broken by r267496Kostya Serebryany2016-04-261-1/+1
* [lanai] Update handling of structs in arguments to be passed in registers.Jacques Pienaar2016-04-261-7/+59
* [CodeGen] Widen non-power-of-2 vector HFA base types.Ahmed Bougacha2016-04-191-1/+12
* [CodeGen] Fix whitespace. NFC.Ahmed Bougacha2016-04-191-1/+1
* [CodeGen] Avoid ctor/dtor boilerplate with some C++11Reid Kleckner2016-04-131-62/+61
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-081-3/+2
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-071-2/+3
* Move class into an anonymous namespace. NFC.Benjamin Kramer2016-04-071-0/+2
OpenPOWER on IntegriCloud