summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/struct-passing.c
AgeCommit message (Expand)Author
2025-09-23[clang] Add missing readonly/readnone annotations (#158424)Quentin Chateau
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2020-10-16Reapply "OpaquePtr: Add type to sret attribute"Matt Arsenault
2020-09-29Revert "OpaquePtr: Add type to sret attribute"Tres Popp
2020-09-25OpaquePtr: Add type to sret attributeMatt Arsenault
2020-03-24[CodeGen] Add an alignment attribute to all sret parametersErik Pilkington
2019-06-05LLVM IR: Generate new-style byval-with-Type from ClangTim Northover
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