summaryrefslogtreecommitdiff
path: root/test/CodeGen/arm-homogenous.c
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* AArch64: simplify PCS mapping.Tim Northover2014-11-271-7/+3
* ARM ABI: simplify decisions on whether args can be expanded.Tim Northover2014-11-071-4/+4
* Move some ARM-specific code from CGCall.cpp to TargetInfo.cppOliver Stannard2014-08-271-1/+1
* Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'...James Molloy2014-05-091-14/+14
* Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...James Molloy2014-05-091-14/+14
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-091-14/+14
* ARM64: make sure HFAs on the stack get properly aligned.Tim Northover2014-04-181-2/+2
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+13
* Fix AAPCS compliance for HFAs containing doubles and long doublesOliver Stannard2014-02-071-0/+11
* [ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions.Amara Emerson2014-01-281-0/+8
* ARM AAPCS-VFP: fix tracking of allocated VFP registers.Manman Ren2012-10-311-0/+7
* ARM AAPCS-VFP: fix handling of homogeneous aggreate.Manman Ren2012-10-301-0/+34
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-1/+2
* Do not use stdint.h, driver might provide invalid location for it. Instead, p...Anton Korobeynikov2012-04-231-1/+3
* First set of tests for ARM homogenous aggregates. C only. C++ will follow.Anton Korobeynikov2012-04-131-0/+158