aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsInstrInfo.h
Commit message (Expand)AuthorAgeFilesLines
...
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-1/+10
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-1/+2
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-0/+78
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-141-1/+1
* Add explicit keywords.Dan Gohman2008-03-251-1/+1
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-101-1/+1
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-2/+4
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-0/+11
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-0/+19
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-2/+1
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-0/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-281-2/+1
* Branch Analysis and InsertNoop inserted into header filesBruno Cardoso Lopes2007-08-181-2/+36
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+63