summaryrefslogtreecommitdiff
path: root/test/CodeGen/arm-arguments.c
AgeCommit message (Expand)Author
2018-07-30[ARM, AArch64]: Use unadjusted alignment when passing composites as argumentsMomchil Velikov
2018-01-28Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson
2018-01-19Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson
2015-11-19Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper
2015-11-18Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper
2015-09-08Compute and preserve alignment more faithfully in IR-generation.John McCall
2015-03-09ARM: use ABI-specified alignment for byval parameters.Tim Northover
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2014-11-07ARM ABI: simplify decisions on whether args can be expanded.Tim Northover
2014-03-12ARM: Correct alignment of structs passed as byval pointerOliver Stannard
2013-09-16Add error checking to reject neon_vector_type attribute on targets without NEON.Amara Emerson
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-01-31Update the tests.Bill Wendling
2013-01-29Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling
2012-11-06ARM byval: when type alignment is bigger than ABI alignment, instead ofManman Ren
2012-10-10Apply the same fundamental fix for PR14048 as was applied for PR11905.Chandler Carruth
2012-08-10ARM: enable struct byval for AAPCS.Manman Ren
2012-08-09Fix AAPCS ABI. I can't actually test this, but it restores the behavior from...Eli Friedman
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2012-02-10Loosen the test from r150238 a bit to make some of our bots happy.Evgeniy Stepanov
2012-02-10Fix function prolog codegen whe coerce-to type is a struct.Evgeniy Stepanov
2011-08-25Track whether an AggValueSlot is potentially aliased, and do notJohn McCall
2011-07-09clang side to match the LLVM IR type system rewrite patch.Chris Lattner
2010-06-16Fix tests that I missed from my previous commit.Rafael Espindola
2010-04-22ARM/APCS: Don't respect bit-field types when laying out structures.Daniel Dunbar
2010-04-20don't slap noalias attribute on stret result arguments.Chris Lattner
2010-03-04Revert changes r97693, r97700, and r97718.John McCall
2010-03-04XFAIL these tests on win32, since the win32 buildbot apparently disables allJohn McCall
2010-02-01ARM/APCS: Fix classification of small complex integer types as "integer like".Daniel Dunbar
2010-02-01ARM/APCS: Pass Complex types following llvm-gcc.Daniel Dunbar
2010-01-29ARM/APCS ABI: Fix some problems with bit-fields in structures. After rereadingDaniel Dunbar
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-20Driver: Use '-target-abi' 'FOO' instead of '-target-abi=FOO'.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-09-14ARM/[A]APCS: Ignore empty records passed as arguments.Daniel Dunbar
2009-09-14ARM/APCS: Don't treat structs w/ floating point types as "integer like".Daniel Dunbar
2009-09-14Some minor clang/ARM/AAPCS tweaks.Daniel Dunbar