summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/le32-arguments.c
Commit message (Collapse)AuthorAgeFilesLines
* Properly provide alignment of 'byval' arguments down to llvm.James Y Knight2015-08-211-3/+3
| | | | | | | | | This is important in the case that the LLVM-inferred llvm-struct alignment is not the same as the clang-known C-struct alignment. Differential Revision: http://reviews.llvm.org/D12243 llvm-svn: 245719
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when ↵Stephen Lin2013-08-151-9/+9
| | | | | | tests fail. llvm-svn: 188447
* Update the tests.Bill Wendling2013-01-311-1/+1
| | | | | | | This update coincides with r174110. That change ordered the attributes alphabetically. llvm-svn: 174111
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-1/+1
| | | | llvm-svn: 173762
* Use custom ABIInfo for le32/PNaCl argument codegenDerek Schuff2012-09-061-0/+61
This patch uses a new ABIInfo implementation specific to the le32 target, rather than falling back to DefaultABIInfo. Its behavior is basically the same, but it also allows the regparm argument attribute. It also includes basic tests for argument codegen and attributes. llvm-svn: 163333
OpenPOWER on IntegriCloud