aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips
Commit message (Expand)AuthorAgeFilesLines
* Trivial patch to fix two warnings, please pull into llvm 2.2Chris Lattner2008-01-221-0/+3
* This commit changes:Chris Lattner2008-01-172-5/+0
* rename TargetInstrDescriptor -> TargetInstrDesc.Chris Lattner2008-01-072-8/+6
* Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptorChris Lattner2008-01-071-2/+2
* Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflectsChris Lattner2008-01-072-2/+2
* Move even more functionality from MRegisterInfo into TargetInstrInfo.Owen Anderson2008-01-074-41/+42
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-061-1/+1
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-061-1/+0
* Move some more instruction creation methods from RegisterInfo into InstrInfo.Owen Anderson2008-01-014-91/+84
* Fix a problem where lib/Target/TargetInstrInfo.h would include and useChris Lattner2008-01-012-3/+2
* Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of theOwen Anderson2007-12-313-18/+21
* Rename SSARegMap -> MachineRegisterInfo in keeping with the idea Chris Lattner2007-12-312-10/+9
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-303-13/+13
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-303-5/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-2923-46/+46
* remove attribution from lib Makefiles.Chris Lattner2007-12-291-2/+2
* Setting GlobalDirective in TargetAsmInfo by default rather thanGordon Henriksen2007-12-231-1/+0
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-121-0/+1
* Add a argument to storeRegToStackSlot and storeRegToAddr to specify whetherEvan Cheng2007-12-052-5/+6
* Remove redundant foldMemoryOperand variants and other code clean up.Evan Cheng2007-12-022-16/+9
* Allow some reloads to be folded in multi-use cases. Specifically testl r, r -...Evan Cheng2007-12-012-7/+15
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-132-2/+2
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-131-5/+5
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-132-13/+14
* Added JumpTable supportBruno Cardoso Lopes2007-11-126-34/+142
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-113-32/+40
* Better processor definitionBruno Cardoso Lopes2007-11-062-3/+5
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-059-104/+215
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-051-2/+2
* clo/clz aren't supported on mips I. Keep them around for when we'llEric Christopher2007-10-261-105/+107
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-182-4/+4
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-182-8/+8
* Revert 42908 for now.Evan Cheng2007-10-141-1/+1
* Change the names used for internal labels to use the currentDan Gohman2007-10-121-1/+1
* Position Independent Code (PIC) support [3]Bruno Cardoso Lopes2007-10-093-20/+51
* Position Independent Code (PIC) support [2]Bruno Cardoso Lopes2007-10-093-10/+32
* Position Independent Code (PIC) support [1]Bruno Cardoso Lopes2007-10-092-18/+44
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-052-0/+51
* Allow copyRegToReg to emit cross register classes copies.Evan Cheng2007-09-262-3/+10
* More explicit keywords.Dan Gohman2007-09-251-1/+1
* Added "LoadEffective" pattern to handle stack locations.Bruno Cardoso Lopes2007-09-243-6/+25
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-111-2/+4
* Fold the adjust_trampoline intrinsic intoDuncan Sands2007-09-111-2/+0
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-071-1/+2
* Add a variant of foldMemoryOperand to fold any load / store, not just load / ...Evan Cheng2007-08-301-0/+5
* Added method to get Mips register numbersBruno Cardoso Lopes2007-08-283-61/+113
* Changed stack allocation On LowerFORMAL_ARGUMENTS.Bruno Cardoso Lopes2007-08-281-20/+29
* Mask directive completed with CalleeSave infoBruno Cardoso Lopes2007-08-282-73/+111
* Added methods to record SPOffsets from LowerFORMAL_ARGUMENTSBruno Cardoso Lopes2007-08-281-3/+53
* InlineAsm asm support for integer registers addedBruno Cardoso Lopes2007-08-212-0/+81