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
*
Simplify RegScavenger::FindUnusedReg.
Jakob Stoklund Olesen
2009-08-18
1
-6
/
+2
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+4
*
Whitespace cleanup. Remove trailing whitespace.
Jim Grosbach
2009-08-11
1
-2
/
+2
*
Code refactoring. No functionality change.
Evan Cheng
2009-08-08
1
-22
/
+9
*
It turns out most of the thumb2 instructions are not allowed to touch SP. The...
Evan Cheng
2009-08-07
1
-4
/
+16
*
Enable load / store multiple pass for Thumb2. It's not using ldrd / strd yet.
Evan Cheng
2009-08-04
1
-6
/
+9
*
Thumb2 does not have ib (increment before) and da (decrement after) forms of ...
Evan Cheng
2009-08-04
1
-4
/
+10
*
Load / store multiple pass fixes for Thumb2. Not enabled yet.
Evan Cheng
2009-08-04
1
-76
/
+85
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-3
/
+3
*
Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies...
Evan Cheng
2009-07-11
1
-1
/
+1
*
Remove a bogus assertion.
Evan Cheng
2009-07-10
1
-2
/
+0
*
Initial support for load / store multiple opt pass Thumb2 support (post-alloc...
Evan Cheng
2009-07-09
1
-55
/
+158
*
Change how so_imm and t2_so_imm are handled. At instruction selection time, t...
Evan Cheng
2009-07-08
1
-3
/
+2
*
Implement changes from Chris's feedback.
Edwin Török
2009-07-08
1
-3
/
+3
*
Start converting to new error handling API.
Edwin Török
2009-07-08
1
-3
/
+4
*
Enable arm pre-allocation load / store multiple optimization pass.
Evan Cheng
2009-06-19
1
-16
/
+36
*
Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr.
Evan Cheng
2009-06-19
1
-15
/
+20
*
- Update register allocation hint after coalescing. This is done by the targe...
Evan Cheng
2009-06-18
1
-18
/
+48
*
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
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+750