summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add more const qualifiers. This fixes build breakage from r59540.Dan Gohman2008-11-181-2/+2
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-161-2/+2
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-15/+15
* Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...Owen Anderson2008-08-261-6/+10
* Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...Owen Anderson2008-08-141-5/+4
* Improved asm inline for hi,lo resultsBruno Cardoso Lopes2008-08-021-11/+23
* Added floating point lowering for setcc and brcond.Bruno Cardoso Lopes2008-07-281-7/+51
* Added Subtarget support into RegisterInfoBruno Cardoso Lopes2008-07-141-2/+3
* Fixe typos and 80 column size problemsBruno Cardoso Lopes2008-07-091-1/+2
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-6/+6
* Several changes to Mips backend, experimental fp support being the mostBruno Cardoso Lopes2008-07-051-138/+244
* - Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...Evan Cheng2008-07-031-7/+11
* It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...Evan Cheng2008-02-081-1/+2
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-071-7/+5
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-2/+2
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-071-1/+1
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-071-0/+31
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-011-0/+65
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-011-1/+1
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-311-0/+17
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-301-7/+7
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-301-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-1/+2
* Added Branch Analysis support Bruno Cardoso Lopes2007-08-181-5/+234
* Initial Mips support, here we go! =)Bruno Cardoso Lopes2007-06-061-0/+114
OpenPOWER on IntegriCloud