summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* IRGen-level lowering for the Swift calling convention.John McCall2016-04-041-8/+79
* [lanai] Add Lanai backend to clang driver.Jacques Pienaar2016-03-281-0/+74
* [OpenCL] Add ocl and spir version for spir targetXiuli Pan2016-03-241-0/+44
* Add -fnative-half-arguments-and-returnsPirama Arumuga Nainar2016-03-181-2/+2
* Add a coerce-and-expand ABIArgInfo as a generalization of someJohn McCall2016-03-111-0/+7
* [X86] Pass __m64 types via SSE registers for GCC compatibilityDavid Majnemer2016-03-041-6/+22
* Default vaarg lowering should support indirect struct types.James Y Knight2016-02-241-12/+68
* [WebAssembly] Lower va_arg in clang.Dan Gohman2016-02-221-0/+11
* Add support for Android Vector calling convention for AArch64Nirav Dave2016-02-221-5/+7
* Fix handling of vaargs on PPC32 when going from regsave to overflow.Roman Divacky2016-02-201-1/+4
* [MCU] Fix assertion failure on function returning empty union.Denis Zobnin2016-02-111-1/+5
* Add an ARC autoreleased-return-value caller marker on i386.John McCall2016-02-051-0/+5
* CodeGen: correct Windows ARM C++ assertionSaleem Abdulrasool2016-02-051-15/+0
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* ARMv7k: select ABI based on v7k Arch rather than watchos OS.Tim Northover2016-01-271-1/+1
* [X86] Support 'interrupt' attribute for x86Alexey Bataev2016-01-151-0/+21
* Update for LLVM function name change.Rui Ueyama2016-01-141-18/+18
* [X86] Better support for the MCU psABI (clang part)Michael Kuperstein2015-12-281-30/+65
* [Power PC] add soft float support for ppc32Petar Jovanovic2015-12-141-9/+15
* LLDB JIT needs android vector passing rules.Stephen Hines2015-12-041-9/+26
* [PowerPC] Fix calculating address of arguments on stack for variadic funcPetar Jovanovic2015-12-041-28/+34
* Fixed default label in fully covered switch warning that was introduced in r2...Daniel Sanders2015-11-271-1/+0
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+21
* Revert r254203: [mips] Interrupt attribute support.Daniel Sanders2015-11-271-21/+0
* [mips] Interrupt attribute support.Daniel Sanders2015-11-271-0/+21
* Remove some legacy mingw-w64 gcc struct infoMartell Malone2015-11-031-4/+0
* Fix va_arg on watchOS.Tim Northover2015-11-021-0/+4
* ARMv7k: implement ABI changes for watchOS from standard iOS.Tim Northover2015-10-301-8/+63
* Fix the calling convention of Mingw64 long double valuesReid Kleckner2015-10-281-11/+22
* Access the right triple field for IAMCU.Michael Kuperstein2015-10-271-2/+2
* [X86] Mark inregs correctly for MCU psABIMichael Kuperstein2015-10-251-5/+18
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* Fix 'will be initialized after' warning.Manuel Klimek2015-10-191-2/+2
* [X86] Enable soft float ABI for x86Michael Kuperstein2015-10-191-11/+16
* Use saner variable names. NFC.Michael Kuperstein2015-10-191-15/+23
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* [CodeGen] [CodeGen] Attach function attributes to functions created inAkira Hatanaka2015-10-081-8/+8
* Support __builtin_ms_va_list.Charles Davis2015-09-171-0/+15
* [WebAssembly] Simplify code by avoiding duplicating the default behavior.Dan Gohman2015-09-141-1/+0
* Compute and preserve alignment more faithfully in IR-generation.John McCall2015-09-081-732/+796
OpenPOWER on IntegriCloud