summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/2010-07-20-Switch.ll
Commit message (Expand)AuthorAge
* [mips] Custom-legalize BR_JT.Akira Hatanaka2013-03-06
* Fix test cases.Akira Hatanaka2012-06-14
* Implement a DAGCombine in MipsISelLowering.cpp which transforms the followingAkira Hatanaka2012-06-13
* Fix test cases.Akira Hatanaka2012-05-12
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-25
* Have TargetLowering::getPICJumpTableRelocBase return a node that points to theAkira Hatanaka2012-04-09
* Add a new MachineJumpTableInfo entry type, EK_GPRel64BlockAddress, which isAkira Hatanaka2012-02-03
* Have LowerJumpTable support Mips64. Modify 2010-07-20-Switch.ll to test N64 andAkira Hatanaka2011-12-05
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-24
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-20