index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMInstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg...
Owen Anderson
2008-01-15
1
-3
/
+0
*
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
1
-2
/
+2
*
Only mark instructions that load a single value without extension as isSimple...
Evan Cheng
2008-01-07
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-11
/
+11
*
Rename all the M_* flags to be namespace qualified enums, and switch
Chris Lattner
2008-01-07
1
-1
/
+1
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-3
/
+3
*
remove MachineOpCode typedef.
Chris Lattner
2008-01-07
1
-1
/
+1
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-6
/
+6
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-0
/
+113
*
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.
Chris Lattner
2008-01-06
1
-1
/
+1
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+45
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+128
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-1
/
+1
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-0
/
+38
*
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
1
-12
/
+12
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-10
/
+10
*
use simplified operand addition methods.
Chris Lattner
2007-12-30
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+1
*
Remove isReg, isImm, and isMBB, and change all their users to use
Dan Gohman
2007-09-14
1
-3
/
+3
*
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-09-07
1
-1
/
+2
*
ARM: make branch folder remove unconditional branches
Dale Johannesen
2007-07-12
1
-2
/
+13
*
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-10
1
-5
/
+29
*
Incorrect check.
Evan Cheng
2007-07-06
1
-4
/
+2
*
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-07-05
1
-4
/
+10
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
1
-14
/
+0
*
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
1
-0
/
+14
*
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-19
1
-29
/
+0
*
Instructions with unique labels or embedded jumptables cannot be duplicated d...
Evan Cheng
2007-06-15
1
-0
/
+29
*
Handle blocks with 2 unconditional branches in AnalyzeBranch.
Dale Johannesen
2007-06-13
1
-0
/
+10
*
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
1
-3
/
+3
*
Fix ARM condition code subsumission check.
Evan Cheng
2007-06-08
1
-3
/
+3
*
Stupid cut-n-paste bug caused me soooo much grief. Why wasn't there a compila...
Evan Cheng
2007-06-07
1
-1
/
+1
*
Add missing const qualifiers.
Evan Cheng
2007-05-29
1
-9
/
+11
*
Hooks for predication support.
Evan Cheng
2007-05-23
1
-8
/
+33
*
Fix some -march=thumb regressions. tBR_JTr is not predicable.
Evan Cheng
2007-05-21
1
-1
/
+3
*
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
Evan Cheng
2007-05-21
1
-2
/
+13
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
1
-7
/
+9
*
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
1
-3
/
+7
*
Removed isPredicable().
Evan Cheng
2007-05-16
1
-9
/
+0
*
Hooks for predication support.
Evan Cheng
2007-05-16
1
-0
/
+22
*
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-15
1
-16
/
+21
*
Rewrite of Thumb constant islands handling (exact allowance for padding
Dale Johannesen
2007-04-29
1
-3
/
+4
*
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-26
1
-1
/
+1
*
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-25
1
-1
/
+1
*
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-16
1
-2
/
+2
*
Inverted logic.
Evan Cheng
2007-04-03
1
-1
/
+1
*
findRegisterUseOperand() changed.
Evan Cheng
2007-03-26
1
-2
/
+2
*
Fix naming inconsistencies.
Evan Cheng
2007-03-19
1
-2
/
+2
*
Spill / restore should avoid modifying the condition register.
Evan Cheng
2007-02-07
1
-2
/
+2
*
Copy and paste bug.
Evan Cheng
2007-01-30
1
-1
/
+11
[next]