summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/x86_64-arguments.c
Commit message (Expand)AuthorAgeFilesLines
* Change memcpy/memove/memset to have dest and source alignment attributes.Daniel Neilson2018-01-281-1/+1
* Change memcpy/memove/memset to have dest and source alignment attributes (Ste...Daniel Neilson2018-01-191-1/+1
* CodeGen: Cast temporary variable to proper address spaceYaxun Liu2017-06-191-2/+2
* [CodeGen] Ignore unnamed bitfields before handling vector fieldsDavid Majnemer2016-08-151-0/+9
* [CodeGen] Correctly implement the AVX512 psABI rulesDavid Majnemer2016-08-151-4/+5
* [X86] Pass __m64 types via SSE registers for GCC compatibilityDavid Majnemer2016-03-041-2/+2
* [PowerPC] Fix calculating address of arguments on stack for variadic funcPetar Jovanovic2015-12-041-1/+2
* Revert "Change memcpy/memset/memmove to have dest and source alignments."Pete Cooper2015-11-191-1/+1
* Change memcpy/memset/memmove to have dest and source alignments.Pete Cooper2015-11-181-1/+1
* [CodeGen] Teach X86_64ABIInfo about AVX512.Ahmed Bougacha2015-06-221-2/+78
* [CodeGen] Check x86_64-arguments.c tests on AVX as well. NFC.Ahmed Bougacha2015-05-201-4/+6
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-2/+2
* Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie2015-02-271-5/+5
* Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie2015-02-271-1/+1
* x86-64 ABI: unwrap single element structs / arrays of 256-bit vectors to pass...Sanjay Patel2015-02-161-0/+22
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-36/+36
* Make va_arg and argument passing to varargs functions work correctly withEli Friedman2013-06-121-0/+23
* Fix a very silly mistake in r183590.Eli Friedman2013-06-111-3/+12
* Fix va_arg on x86-64 for a struct containing a single int128_t. PR16248Eli Friedman2013-06-071-0/+10
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-10/+10
* Update the tests.Bill Wendling2013-01-311-12/+12
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-3/+3
* Fix the required args count for variadic blocks.John McCall2012-12-071-0/+18
* ABI: comments from Eli on r168820.Manman Ren2012-11-281-2/+2
* ABI: modify CreateCoercedLoad and CreateCoercedStore to not use load or store ofManman Ren2012-11-281-0/+20
* IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes.Daniel Dunbar2012-03-101-0/+9
* When we're passing a vector with an illegal type through memory on x86-64, us...Eli Friedman2011-12-021-5/+16
* Don't use a varargs convention for calls unprototyped functions where one of ...Eli Friedman2011-12-011-0/+8
* Correct the code generation for function arguments of vec3 types on x86_64 wh...Tanya Lattner2011-11-281-0/+8
* Make va_arg on x86-64 compute alignment the same way as argument passing.Eli Friedman2011-11-181-0/+14
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-3/+3
* Reapply r134946 with fixes. Tested on Benjamin testcase and other test-suite ...Bruno Cardoso Lopes2011-07-131-2/+2
* Revert r134946Bruno Cardoso Lopes2011-07-121-2/+2
* fix an unintended behavior change in the type system rewrite, which caused us...Chris Lattner2011-07-121-1/+1
* Do the same as r134946 for arrays. Add more testcases for avx x86_64 argBruno Cardoso Lopes2011-07-121-3/+15
* Fix one x86_64 abi issue and the test to actually look for the right thing,Bruno Cardoso Lopes2011-07-121-2/+2
* Reapply r134754, which turns out to be working correctly and alsoBruno Cardoso Lopes2011-07-111-0/+30
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-5/+5
* Revert x86_64 ABI changes until I have time to check the items raised by Eli.Bruno Cardoso Lopes2011-07-081-15/+0
* Add support for AVX 256-bit in the x86_64 ABI (as in the 0.99.5 draft)Bruno Cardoso Lopes2011-07-081-0/+15
* Don't use x86_mmx where it isn't necessary.Eli Friedman2011-07-021-0/+3
* Fix x86-64 byval passing to specify the alignment even when the codeChris Lattner2011-05-221-1/+1
* The 0.98 revision of the x86-64 ABI clarified a lot of things, someJohn McCall2011-04-211-4/+18
* vector of long and ulong are also classified as INTEGER in x86-64 abi,Chris Lattner2010-08-261-0/+6
* 1 x ulonglong needs to be classified as INTEGER, just like 1 x longlong,Chris Lattner2010-08-261-0/+5
* tame an assertion, fixing rdar://8357396Chris Lattner2010-08-261-0/+9
* Finally pass "two floats in a 64-bit unit" as a <2 x float> instead ofChris Lattner2010-08-251-3/+8
* fix rdar://8251384, another case where we could access beyond theChris Lattner2010-07-291-0/+10
* handle a case where we could access off the end of a functionChris Lattner2010-07-291-0/+6
* in release mode, irbuilder doesn't add names to instructions,Chris Lattner2010-07-291-2/+2