summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/TargetInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [WebAssembly] Initial WebAssembly support in clangDan Gohman2015-09-031-0/+81
* [ARM] Allow passing/returning of __fp16 argumentsOliver Stannard2015-09-031-0/+20
* Revert 246755 as it breaks buildbotsOliver Stannard2015-09-031-18/+0
* [ARM] Allow passing/returning of __fp16 argumentsOliver Stannard2015-09-031-0/+18
* Remove raw_svector_ostream::resync and users. It's no-op after r244870.Yaron Keren2015-08-131-2/+0
* Correct x86_64 fp128 calling conventionChih-Hung Hsieh2015-08-101-12/+27
* Fix -Wextra-semi warnings.Hans Wennborg2015-07-221-3/+3
* Fix quoting of #pragma comment for PS4.Yunzhong Gao2015-07-201-1/+5
* [CodeGen, X86] Classify vectors <= 32 bits as INTEGERDavid Majnemer2015-07-171-6/+8
OpenPOWER on IntegriCloud