summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/hf16call32.ll
AgeCommit message (Expand)Author
2016-05-14[mips] Enable IAS by default for 32-bit MIPS targets (O32).Daniel Sanders
2015-11-16[mips][ias] Accept $31 or $ra in hf16call32.ll. IAS prints the latter.Daniel Sanders
2015-10-22[mips][mips16] Fix typo in FileCheck directive.Daniel Sanders
2015-10-21[mips][mips16] Re-work the inline assembly stubs to work with IAS. NFC.Daniel Sanders
2015-10-15[mips][mips16] MIPS16 is not a CPU/Architecture but is an ASE.Daniel Sanders
2015-10-12[mips] Whitespace cleanup in MIPS16 tests to reduce noise in following change...Daniel Sanders
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-11-19[Mips] Adjust float ABI settings in case of MIPS16 mode.Simon Atanasyan
2013-08-22Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'fa...Bill Wendling
2013-08-01Fix some misc. issues with Mips16 fp stubs.Reed Kotler
2013-05-14This is the first of three patches which creates stubs used forReed Kotler