index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMLoadStoreOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-3
/
+3
*
rename MachineInstr::setInstrDescriptor -> setDesc
Chris Lattner
2008-01-11
1
-1
/
+1
*
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
1
-2
/
+2
*
Move a bunch more accessors from TargetInstrInfo to TargetInstrDescriptor
Chris Lattner
2008-01-07
1
-1
/
+1
*
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-07
1
-1
/
+1
*
Use MachineOperand::getImm instead of MachineOperand::getImmedValue. Likewis...
Chris Lattner
2007-12-30
1
-1
/
+1
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Avoid referencing deleted instruction.
Evan Cheng
2007-09-19
1
-5
/
+26
*
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-10
1
-1
/
+1
*
Reflects the chanegs made to PredicateOperand.
Evan Cheng
2007-07-05
1
-41
/
+65
*
Add missing const qualifiers.
Evan Cheng
2007-05-29
1
-2
/
+3
*
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-05-15
1
-36
/
+60
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-26
1
-1
/
+1
*
findRegisterUseOperand() changed.
Evan Cheng
2007-03-26
1
-1
/
+1
*
Bug fix. Not advancing the register scavenger iterator correctly.
Evan Cheng
2007-03-08
1
-8
/
+21
*
Only safe to use a call-clobbered or spilled callee-saved register as scratch...
Evan Cheng
2007-03-07
1
-2
/
+8
*
Fix some brittle code. Watch out for cases where register scavenger is pointi...
Evan Cheng
2007-03-07
1
-41
/
+39
*
Make load / store optimizer use register scavenger.
Evan Cheng
2007-03-06
1
-21
/
+58
*
Code clean up. Prepare to use register scavenger.
Evan Cheng
2007-03-06
1
-22
/
+37
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-0
/
+628