aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct-passing.c
AgeCommit message (Expand)Author
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Update testcases due to Attribute sorting improvements.Bill Wendling
2013-01-31Update the tests.Bill Wendling
2011-08-15'pure' and 'const' functions should also be marked nounwind. MigrateEric Christopher
2011-05-22make the x86-32 backend specify a byval alignment, even when theChris Lattner
2010-10-19test: FileCheck'ize and document test.Michael J. Spencer
2010-09-02stop looking for #uses comments.Chris Lattner
2010-09-02Correct this test for the fact that the number of uses is now printedDuncan Sands
2010-04-20don't slap noalias attribute on stret result arguments.Chris Lattner
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-18PR3835: Interaction with ABI structure passing can inhibitDaniel Dunbar