summaryrefslogtreecommitdiff
path: root/test/CodeGen/x86_32-arguments-darwin.c
AgeCommit message (Expand)Author
2015-04-16[opaque pointer types] Explicit non-pointer type for call expressionsDavid Blaikie
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-03-25IR-gen should not generate an MMX types unless the code is explicitly using MMXChad Rosier
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
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-29Fix a small calling-convention bug for x86-32. PR14453.Eli Friedman
2012-06-05Fix a bug with va_arg and vectors on Darwin x86-32. <rdar://problem/11592208>.Eli Friedman
2011-11-18Finish r144971, which was an incomplete commit.Eli Friedman
2011-11-18Fix the meaning of an "empty" record for the case of a zero-length array. Us...Eli Friedman
2011-11-18A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structur...Eli Friedman
2011-11-18Don't try to expand struct arguments containing holes on x86-32. From gcc st...Eli Friedman
2011-11-18Simplify code for returning a struct for Darwin x86-32 ABI. Use a better typ...Eli Friedman
2011-11-18Ignore empty unions in argument lowering on x86-32. From gcc struct layout t...Eli Friedman
2011-11-15Fix crash in calling convention code expanding an struct with a complex member.Eli Friedman
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
2011-07-08Change -mno-mmx to be more compatible with gcc. Specifically, -mno-mmx shoul...Eli Friedman
2011-05-22make the x86-32 backend specify a byval alignment, even when theChris Lattner
2010-10-18Reapply r116684 with fixes. The test cases needed to be updated.Bill Wendling
2010-09-16IRgen/ABI/x86-32: Realign indirect arguments when the ABI requires us to passDaniel Dunbar
2010-09-16IRgen/ABI/x86_32/Darwin: On Darwin, only structures with SSE vector types get...Daniel Dunbar