summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.h
Commit message (Expand)AuthorAge
...
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert Alpha and Mips to use a MachineFunctionInfo subclass toDan Gohman2009-06-03
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-09
* Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...Evan Cheng2009-01-20
* Split foldMemoryOperand into public non-virtual and protected virtualDan Gohman2008-12-03
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-18
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-26
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-14
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-28
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-09
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-05
* Change target-specific classes to use more precise static types.Dan Gohman2008-05-14
* Add explicit keywords.Dan Gohman2008-03-25
* Rename MRegisterInfo to TargetRegisterInfo.Dan Gohman2008-02-10
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-08
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-07
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-01
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-01
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-31
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-28
* Branch Analysis and InsertNoop inserted into header filesBruno Cardoso Lopes2007-08-18
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-06