summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/arm-arguments.c
Commit message (Expand)AuthorAgeFilesLines
* Apply the same fundamental fix for PR14048 as was applied for PR11905.Chandler Carruth2012-10-101-0/+13
* ARM: enable struct byval for AAPCS.Manman Ren2012-08-101-0/+6
* Fix AAPCS ABI. I can't actually test this, but it restores the behavior from...Eli Friedman2012-08-091-0/+6
* Tests: check for target availability for target-specific tests.Jim Grosbach2012-07-091-0/+1
* Loosen the test from r150238 a bit to make some of our bots happy.Evgeniy Stepanov2012-02-101-4/+4
* Fix function prolog codegen whe coerce-to type is a struct.Evgeniy Stepanov2012-02-101-0/+12
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-14/+14
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Fix tests that I missed from my previous commit.Rafael Espindola2010-06-161-32/+32
* ARM/APCS: Don't respect bit-field types when laying out structures.Daniel Dunbar2010-04-221-1/+1
* don't slap noalias attribute on stret result arguments.Chris Lattner2010-04-201-14/+14
* Revert changes r97693, r97700, and r97718.John McCall2010-03-041-2/+0
* XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall2010-03-041-0/+2
* ARM/APCS: Fix classification of small complex integer types as "integer like".Daniel Dunbar2010-02-011-0/+15
* ARM/APCS: Pass Complex types following llvm-gcc.Daniel Dunbar2010-02-011-0/+19
* ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereadingDaniel Dunbar2010-01-291-0/+27
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'.Daniel Dunbar2009-11-201-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* ARM/[A]APCS: Ignore empty records passed as arguments.Daniel Dunbar2009-09-141-0/+8
* ARM/APCS: Don't treat structs w/ floating point types as "integer like".Daniel Dunbar2009-09-141-0/+14
* Some minor clang/ARM/AAPCS tweaks.Daniel Dunbar2009-09-141-0/+72