summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/cmov.ll
Commit message (Expand)AuthorAge
* [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ...Daniel Sanders2014-06-12
* [mips] MIPS-IV is broadly the same as MIPS64 so duplicate all -mcpu=mips64 te...Daniel Sanders2014-04-14
* [mips] Fix more incorrect uses of HasMips64 and isMips64()Daniel Sanders2014-04-14
* [mips] Small code generation improvement for conditional operator (select)Matheus Almeida2013-12-05
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* [mips] Remove trailing whitespace.Akira Hatanaka2013-07-12
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-12
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* [mips] Fix inefficient code generation.Akira Hatanaka2013-03-01
* Fix test cases in test/CodeGen/Mips.Akira Hatanaka2012-06-02
* Fix test cases.Akira Hatanaka2012-05-12
* Add another peephole pattern for conditional moves.Akira Hatanaka2012-05-09
* Do not use $gp as a dedicated global register if the target ABI is not O32. Akira Hatanaka2012-04-25
* 64-bit WrapperPICPat patterns.Akira Hatanaka2011-12-07
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-24
* Fix test cases.Akira Hatanaka2011-09-09
* Define a wrapper node for target constant nodes (tglobaladdr, etc.).Akira Hatanaka2011-05-28
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Match a pattern generated by a dag combiner opt where:Bruno Cardoso Lopes2010-12-07