summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/largeimmprinting.ll
Commit message (Expand)AuthorAge
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* Add definitions of two subclasses of MipsFrameLowering, Mips16FrameLowering andAkira Hatanaka2012-07-31
* Eliminate the stack slot used to save the global base register.Akira Hatanaka2012-07-25
* Fix test cases.Akira Hatanaka2012-06-14
* Fix test cases.Akira Hatanaka2012-05-12
* Modify MipsFrameLowering::emitPrologue and emitEpilogue.Akira Hatanaka2012-01-25
* Change names for MIPS "generic" processors defined in Mips.td to match what GNUAkira Hatanaka2011-11-29
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky2011-09-06
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01
* Change the chain input of nodes that load the address of a function. This changeAkira Hatanaka2011-06-24
* Detect FI|cst pattern in MipsDAGToDAGISel::SelectAddr. Patch by Sasa Stankovic.Akira Hatanaka2011-06-02
* Test case for r132003.Akira Hatanaka2011-05-24