summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips64-padding-arg.c
Commit message (Collapse)AuthorAgeFilesLines
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
| | | | llvm-svn: 148138
* Fix test case committed in r147986.Akira Hatanaka2012-01-121-3/+3
| | | | llvm-svn: 147993
* Take into account the pointer to an aggregate that is passed as a hiddenAkira Hatanaka2012-01-121-0/+12
| | | | | | argument when Offset is initialized. llvm-svn: 147986
* Insert padding before unaligned long double arguments.Akira Hatanaka2012-01-091-1/+13
| | | | llvm-svn: 147791
* Add field PaddingType to ABIArgInfo which specifies the type of padding thatAkira Hatanaka2012-01-071-0/+19
is inserted before the real argument. Padding is needed to ensure the backend reads from or writes to the correct argument slots when the original alignment of a byval structure is unavailable due to flattening. llvm-svn: 147699
OpenPOWER on IntegriCloud