aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrFPU.td
AgeCommit message (Expand)Author
2011-05-12Fix setting of isCommutable flag.Akira Hatanaka
2011-05-09Fix td file comments for Mips.Eric Christopher
2011-04-15Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka
2011-04-15Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka
2011-04-15Add pass that expands pseudo instructions into target instructions after regi...Akira Hatanaka
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-03-31Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka
2011-03-04Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes
2010-12-23Flag -> Glue, the ongoing sagaChris Lattner
2010-08-17fix emacs language spec's, patch by Edmund Grimley-Evans!Chris Lattner
2010-03-28the FPCmp node returns an i32.Chris Lattner
2010-01-30Fix mov.d out register by using the FFR register class directlyBruno Cardoso Lopes
2009-11-16Disable ldc1/sdc1 instructions for mips1 targets. Bruno Cardoso Lopes
2009-11-11A real solution for the first part of PR5445Bruno Cardoso Lopes
2009-11-10Fix PR5445Bruno Cardoso Lopes
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-05-27Added support for fround, fextend and FP_TO_SINTBruno Cardoso Lopes
2009-03-21Removed AFGR32 register classBruno Cardoso Lopes
2008-08-04Handle i32->f32 bitconvert results.Bruno Cardoso Lopes
2008-07-30Added pattern for floating point zero immediate (avoiding a constant poolBruno Cardoso Lopes
2008-07-29Added floating point lowering for select.Bruno Cardoso Lopes
2008-07-28Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes
2008-07-09Fixe typos and 80 column size problemsBruno Cardoso Lopes
2008-07-07fixed 32-bit fp_to_sint patternBruno Cardoso Lopes
2008-07-05Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes