summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMInstrInfo.cpp
Commit message (Expand)AuthorAge
...
* 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
* Add new shorter predicates for testing machine operands for various types: Chris Lattner2007-12-30
* Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...Chris Lattner2007-12-30
* use simplified operand addition methods.Chris Lattner2007-12-30
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Remove isReg, isImm, and isMBB, and change all their users to use Dan Gohman2007-09-14
* Add lengthof and endof templates that hide a lot of sizeof computations.Owen Anderson2007-09-07
* ARM: make branch folder remove unconditional branchesDale Johannesen2007-07-12
* Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...Evan Cheng2007-07-10
* Incorrect check.Evan Cheng2007-07-06
* Reflects the chanegs made to PredicateOperand.Evan Cheng2007-07-05
* Revert the earlier change that removed the M_REMATERIALIZABLE machineDan Gohman2007-06-26
* Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoadDan Gohman2007-06-19
* Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.Evan Cheng2007-06-19
* Instructions with unique labels or embedded jumptables cannot be duplicated d...Evan Cheng2007-06-15
* Handle blocks with 2 unconditional branches in AnalyzeBranch.Dale Johannesen2007-06-13
* Add a utility routine to check for unpredicated terminator instruction.Evan Cheng2007-06-08
* Fix ARM condition code subsumission check.Evan Cheng2007-06-08
* Stupid cut-n-paste bug caused me soooo much grief. Why wasn't there a compila...Evan Cheng2007-06-07
* Add missing const qualifiers.Evan Cheng2007-05-29
* Hooks for predication support.Evan Cheng2007-05-23
* Fix some -march=thumb regressions. tBR_JTr is not predicable.Evan Cheng2007-05-21
* BlockHasNoFallThrough() now returns true if block ends with a return instruct...Evan Cheng2007-05-21
* RemoveBranch() and InsertBranch() now returns number of instructions deleted ...Evan Cheng2007-05-18
* PredicateInstruction returns true if the operation was successful.Evan Cheng2007-05-16
* Removed isPredicable().Evan Cheng2007-05-16
* Hooks for predication support.Evan Cheng2007-05-16
* Add PredicateOperand to all ARM instructions that have the condition field.Evan Cheng2007-05-15
* Rewrite of Thumb constant islands handling (exact allowance for paddingDale Johannesen2007-04-29
* Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.Evan Cheng2007-04-26
* Relex assertions to account for additional implicit def / use operands.Evan Cheng2007-04-25
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* Inverted logic.Evan Cheng2007-04-03
* findRegisterUseOperand() changed.Evan Cheng2007-03-26
* Fix naming inconsistencies.Evan Cheng2007-03-19
* Spill / restore should avoid modifying the condition register.Evan Cheng2007-02-07
* Copy and paste bug.Evan Cheng2007-01-30
* Misseed thumb jumptable branch.Evan Cheng2007-01-30
* Factor GetInstSize() out of constpool island pass.Evan Cheng2007-01-29
* Make LABEL a builtin opcode.Jim Laskey2007-01-26
* ARM backend contribution from Apple.Evan Cheng2007-01-19
* Change MachineInstr ctor's to take a TargetInstrDescriptor reference insteadEvan Cheng2006-11-27
* fix warning about missing newline at end of fileRafael Espindola2006-10-24
* implement uncond branch insertion, mark branches with isBranch.Chris Lattner2006-10-24
* add shifts to addressing mode 1Rafael Espindola2006-09-13
* partial implementation of the ARM Addressing Mode 1Rafael Espindola2006-09-11
* change the addressing mode of the str instruction to reg+immRafael Espindola2006-08-08
* create the raddr addressing mode that matches any register and the frame indexRafael Espindola2006-07-10
* handle the "mov reg1, reg2" case in isMoveInstrRafael Espindola2006-06-27