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
/
ARMLoadStoreOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo.
Evan Cheng
2009-06-15
1
-1
/
+1
*
Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.
Evan Cheng
2009-06-15
1
-59
/
+73
*
Silence a warning.
Evan Cheng
2009-06-15
1
-1
/
+1
*
Part 1.
Evan Cheng
2009-06-15
1
-6
/
+197
*
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-06-13
1
-22
/
+314
*
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...
Evan Cheng
2009-06-05
1
-5
/
+5
*
When merging multiple load / store instructions. Use the DebugLoc of the firs...
Evan Cheng
2009-06-05
1
-11
/
+16
*
Code clean up: return vector by reference rather than by value. No functional...
Evan Cheng
2009-06-05
1
-21
/
+21
*
Re-apply 72756 with fixes. One of those was introduced by we changed MachineI...
Evan Cheng
2009-06-04
1
-1
/
+8
*
Temporarily revert 72756 for now.
Evan Cheng
2009-06-03
1
-7
/
+0
*
Fold preceding / trailing base inc / dec into the single load / store as well.
Evan Cheng
2009-06-03
1
-2
/
+9
*
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-05-13
1
-9
/
+10
*
Remove refs to non-DebugLoc versions of BuildMI from ARM.
Dale Johannesen
2009-02-13
1
-7
/
+13
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-3
/
+3
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
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