summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/x86_32-arguments-darwin.c
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie2015-04-161-1/+1
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-51/+51
* IR-gen should not generate an MMX types unless the code is explicitly using MMXChad Rosier2013-03-251-2/+2
* Update testcases due to Attribute sorting improvements.Bill Wendling2013-02-151-23/+23
* Update the tests.Bill Wendling2013-01-311-32/+32
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-9/+9
* Fix a small calling-convention bug for x86-32. PR14453.Eli Friedman2012-11-291-0/+5
* Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.Eli Friedman2012-06-051-0/+13
* Finish r144971, which was an incomplete commit.Eli Friedman2011-11-181-1/+1
* Fix the meaning of an "empty" record for the case of a zero-length array. Us...Eli Friedman2011-11-181-0/+8
* A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...Eli Friedman2011-11-181-0/+24
* Don't try to expand struct arguments containing holes on x86-32. From gcc st...Eli Friedman2011-11-181-0/+4
* Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...Eli Friedman2011-11-181-2/+6
* Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...Eli Friedman2011-11-181-0/+4
* Fix crash in calling convention code expanding an struct with a complex member.Eli Friedman2011-11-151-0/+5
* Track whether an AggValueSlot is potentially aliased, and do notJohn McCall2011-08-251-9/+9
* clang side to match the LLVM IR type system rewrite patch.Chris Lattner2011-07-091-2/+2
* Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman2011-07-081-2/+1
* make the x86-32 backend specify a byval alignment, even when theChris Lattner2011-05-221-3/+3
* Reapply r116684 with fixes. The test cases needed to be updated.Bill Wendling2010-10-181-2/+2
* IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to passDaniel Dunbar2010-09-161-10/+10
* IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get...Daniel Dunbar2010-09-161-0/+278