summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/le32-regparm.c
Commit message (Collapse)AuthorAgeFilesLines
* RegParmMax must be 0 for AArch64, as the regparm function attribute is not ↵Kristof Beyls2015-07-281-0/+1
| | | | | | supported on AArch64. llvm-svn: 243417
* The PNaCl target no longer permits __attribute__((regparm)).Eli Bendersky2013-04-081-39/+2
| | | | | | | Remove the custom lowering code dealing with it, disallow it in PNaclTargetInfo and adjust tests accordingly. llvm-svn: 179059
* Update the tests.Bill Wendling2013-01-311-1/+1
| | | | | | | This update coincides with r174110. That change ordered the attributes alphabetically. llvm-svn: 174111
* Use custom ABIInfo for le32/PNaCl argument codegenDerek Schuff2012-09-061-0/+41
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