summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/mips64-padding-arg.c
Commit message (Expand)AuthorAgeFilesLines
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-3/+3
* [mips] Mark aggregate arguments passed in registers with the inreg attributeDaniel Sanders2014-10-241-3/+3
* [mips] Promote all integral/enumeration types to the GPR widthDaniel Sanders2014-10-241-9/+9
* [mips] Partially revert r193640. Stack alignment should not be determined byAkira Hatanaka2013-11-111-3/+1
* [mips] Align the stack to 16-bytes for -mfp64.Akira Hatanaka2013-10-291-0/+18
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-4/+4
* Update the tests.Bill Wendling2013-01-311-1/+1
* Modify the tests for the (sorted) order that the attributes come out as now.Bill Wendling2013-01-291-1/+1
* [mips] Do not emit i32 padding if target ABI is O32. This was causing backendAkira Hatanaka2013-01-241-10/+22
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* Fix test case committed in r147986.Akira Hatanaka2012-01-121-3/+3
* Take into account the pointer to an aggregate that is passed as a hiddenAkira Hatanaka2012-01-121-0/+12
* Insert padding before unaligned long double arguments.Akira Hatanaka2012-01-091-1/+13
* Add field PaddingType to ABIArgInfo which specifies the type of padding thatAkira Hatanaka2012-01-071-0/+19