summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/mips64-class-return.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini2016-03-131-1/+1
* [mips] Mark aggregate arguments passed in registers with the inreg attributeDaniel Sanders2014-10-241-2/+2
* [mips] Mark aggregates returned in registers with the 'inreg' attribute.Daniel Sanders2014-09-041-3/+3
* CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin2013-08-151-2/+2
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-1/+1
* Coerce byval aggregate arguments to integers whose size matches the integerAkira Hatanaka2012-05-111-1/+1
* Class objects passed by value follow the same rules as structure objects.Akira Hatanaka2012-02-091-0/+15
* Fix bugs in function MipsABIInfo::returnAggregateInRegs. Functions returningAkira Hatanaka2012-02-091-0/+31