summaryrefslogtreecommitdiff
path: root/test/CodeGen/mips-vector-arg.c
AgeCommit message (Expand)Author
2016-06-14Update clang for D20348Peter Collingbourne
2016-03-13Remove compile time PreserveName in favor of a runtime cc1 -discard-value-nam...Mehdi Amini
2014-10-24[mips] Mark aggregate arguments passed in registers with the inreg attributeDaniel Sanders
2014-10-24[mips] Promote all integral/enumeration types to the GPR widthDaniel Sanders
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-26Fix testcases to not rely upon target-* attributes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-07-03Make the following changes in the way Mips handles vector arguments and returnAkira Hatanaka