summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/fcopysign.ll
AgeCommit message (Expand)Author
2017-12-18Reland "[mips] Fix the target specific instruction verifier"Simon Dardis
2017-12-18Revert "[mips] Fix the target specific instruction verifier"Simon Dardis
2017-12-18[mips] Fix the target specific instruction verifierSimon Dardis
2017-09-14[mips] Pick the right variant of DINS upfront and enable target instruction v...Simon Dardis
2016-02-29[mips] Make isel select the correct DEXT variant up front.Daniel Sanders
2015-02-26Replace obsolete -mattr=n64 command line option with -target-abi=n64. No func...Vladimir Medic
2014-06-12[mips] Use MTHC1 when it is available (MIPS32r2 and later) for both FP32 and ...Daniel Sanders
2014-04-14[mips] Fix fcopysign for MIPS-IV and add the test.Daniel Sanders
2012-04-11Fix bugs in lowering of FCOPYSIGN nodes.Akira Hatanaka
2011-12-19Add patterns for matching immediates whose lower 16-bit is cleared. TheseAkira Hatanaka
2011-12-07Modify LowerFCOPYSIGN to handle Mips64.Akira Hatanaka
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman
2011-09-09Fix test cases.Akira Hatanaka
2011-05-25Custom-lower FCOPYSIGN nodes.Akira Hatanaka