summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/arm-aapcs-vfp.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: use ABI-specified alignment for byval parameters.Tim Northover2015-03-091-1/+1
* ARM: Simplify PCS handling.Tim Northover2015-02-241-4/+4
* AArch64: simplify PCS mapping.Tim Northover2014-11-271-5/+5
* This test also requires an aarch64 target.Eric Christopher2014-11-181-0/+1
* ARM ABI: simplify decisions on whether args can be expanded.Tim Northover2014-11-071-7/+7
* [ARM] Fix AAPCS regression caused by r211898Oliver Stannard2014-07-181-0/+5
* [ARM] Fix AAPCS non-compliance caused by very large structsOliver Stannard2014-06-271-0/+6
* ARM: PCS non-compliance when struct is padded to avoid register/stack split, ...Oliver Stannard2014-05-191-3/+8
* Reapply r208417 (olista01 'ARM: HFAs must be passed in consecutive registers'...James Molloy2014-05-091-12/+12
* Revert r208417 (olista01 'ARM: HFAs must be passed in consecutive registers')...James Molloy2014-05-091-12/+12
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-091-12/+12
* ARM: Fix assertion caused by passing bitfield struct using ABIArgInfo::getExp...Oliver Stannard2014-05-071-2/+6
* [ARM64] Allow the disabling of NEON and crypto instructions. Update tests to ...James Molloy2014-04-161-1/+1
* ARM64: initial clang support commit.Tim Northover2014-03-291-0/+17
* ARM: Correct alignment of structs passed as byval pointerOliver Stannard2014-03-121-1/+1
* AAPCS: Do not split structs after CPRC allocated on stackOliver Stannard2014-02-111-0/+10
* [ARM] Fix AAPCS-VFP non-compliance when returning HFA from variadic functions.Amara Emerson2014-01-281-0/+5
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-1/+1
* Properly factor Native Client defines to support NaCl as an OSDerek Schuff2012-10-111-0/+6
* ARM: enable struct byval for AAPCS-VFP.Manman Ren2012-08-131-0/+4
* Add "long double" to permitted list of ARM complex homogeneous aggregates.Tim Northover2012-07-201-0/+7
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
* Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI.Bob Wilson2011-11-021-4/+4
* Handle "homogeneous aggregates" as required by the ARM AAPCS-VFP ABI.Bob Wilson2011-08-031-0/+82