summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsInstrInfo.h
Commit message (Expand)AuthorAge
* Mips MC object code emission improvements:Bruno Cardoso Lopes2011-11-11
* Simplify and update functions storeRegToStackSlot and loadRegFromStackSlot.Akira Hatanaka2011-10-11
* Add enums and functions for symbols Mips64 uses.Akira Hatanaka2011-09-22
* One more patch towards JIT support for Mips.Bruno Cardoso Lopes2011-09-14
* Lower MachineInstr to MC Inst and print to .s files. Akira Hatanaka2011-07-07
* Hide the call to InitMCInstrInfo into tblgen generated ctor.Evan Cheng2011-07-01
* Improve Mips back-end's handling of DBG_VALUE. Akira Hatanaka2011-07-01
* This patch implements the thread local storage. Implemented are GeneralBruno Cardoso Lopes2011-05-31
* Reverse unnecessary changes made in r129606 and r129608. There is no change i...Akira Hatanaka2011-04-15
* Fix lines that have incorrect indentation or exceed 80 columns. There is no c...Akira Hatanaka2011-04-15
* Simplifies logic for printing target flags.Akira Hatanaka2011-04-01
* Add code for analyzing FP branches. Clean up branch Analysis functions.Akira Hatanaka2011-04-01
* Added support for FP conditional move instructions and fixed bugs in handling...Akira Hatanaka2011-03-31
* Remove (hopefully) all trailing whitespaces from the mips backend. Patch by H...Bruno Cardoso Lopes2011-03-04
* Remove the isMoveInstr() hook.Jakob Stoklund Olesen2010-07-16
* RISC architectures get their memory operand folding for free.Jakob Stoklund Olesen2010-07-11
* Replace copyRegToReg with copyPhysReg for Mips.Jakob Stoklund Olesen2010-07-11
* Add a DebugLoc parameter to TargetInstrInfo::InsertBranch(). ThisStuart Hastings2010-06-17
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.Evan Cheng2010-05-06
* Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor ofDan Gohman2009-12-05
* Remove explicit enum integer values. They don't appear to be needed, andDan Gohman2009-10-05
* Reapply 80278Bruno Cardoso Lopes2009-09-01
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-27
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-27
* Remove unused member functions.Eli Friedman2009-07-24
* 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