index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMLoadStoreOptimizer.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-21
Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when merging
Adrian Prantl
1
-1
/
+5
2015-11-21
ARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
Matthias Braun
1
-33
/
+33
2015-10-19
ARM: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
1
-3
/
+2
2015-10-01
[ARM] More care with Thumb1 writeback in ARMLoadStoreOptimizer
Scott Douglass
1
-3
/
+7
2015-09-16
[ARM] Register ARMPreAllocLoadStoreOpt pass with LLVM pass manager.
Chad Rosier
1
-2
/
+14
2015-08-07
[ARM] Remove an unused reference to MachineRegisterInfo. NFC.
Chad Rosier
1
-2
/
+1
2015-07-23
[ARM] Register (existing) ARMLoadStoreOpt pass with LLVM pass manager.
David Gross
1
-2
/
+12
2015-07-23
Test commit.
David Gross
1
-0
/
+1
2015-07-21
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code
Matthias Braun
1
-166
/
+186
2015-07-21
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
Matthias Braun
1
-31
/
+102
2015-07-20
Revert "ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2"
Matthias Braun
1
-96
/
+29
2015-07-20
Revert "ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code"
Matthias Braun
1
-186
/
+166
2015-07-20
Revert "ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920"
Matthias Braun
1
-3
/
+3
2015-07-16
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
1
-1
/
+1
2015-07-16
Clear kill flags in ARMLoadStoreOptimizer.
Pete Cooper
1
-1
/
+3
2015-07-13
Removing several -Wunused-but-set-variable warnings; NFC intended.
Aaron Ballman
1
-26
/
+0
2015-07-10
ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920
Matthias Braun
1
-3
/
+3
2015-07-10
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code
Matthias Braun
1
-166
/
+186
2015-07-10
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
Matthias Braun
1
-29
/
+96
2015-07-10
ARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
Matthias Braun
1
-551
/
+481
2015-06-29
ARM: add correct kill flags when combining stm instructions
Tim Northover
1
-0
/
+6
2015-06-24
ARMLoadStoreOptimizer: Fix errata 602117 handling and make testcase actually ...
Matthias Braun
1
-107
/
+112
2015-06-23
[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on def
John Brawn
1
-1
/
+1
2015-06-23
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
1
-2
/
+2
2015-06-19
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
1
-2
/
+2
2015-06-05
[ARM] Make helper function static.
Benjamin Kramer
1
-8
/
+2
2015-06-03
ARM: Thumb2 LDRD/STRD supports independent input/output regs
Matthias Braun
1
-20
/
+22
2015-06-02
Revert "ARM: Thumb2 LDRD/STRD supports independent input/output regs"
Renato Golin
1
-22
/
+20
2015-06-01
ARM: Thumb2 LDRD/STRD supports independent input/output regs
Matthias Braun
1
-20
/
+22
2015-06-01
ARMLoadStoreOptimizer: Fix doxygen comments; NFC
Matthias Braun
1
-34
/
+28
2015-05-29
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
1
-3
/
+3
2015-05-27
ARMLoadStoreOptimizer: Code cleanup; NFC
Matthias Braun
1
-15
/
+12
2015-05-18
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
1
-15
/
+15
2015-03-23
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
1
-0
/
+1
2015-03-12
In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
1
-1
/
+1
2015-02-25
Improve handling of stack accesses in Thumb-1
Renato Golin
1
-9
/
+27
2015-01-29
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
1
-11
/
+8
2015-01-26
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
1
-1
/
+1
2015-01-21
Fix load-store optimizer on thumbv4t
Jonathan Roelofs
1
-3
/
+14
2014-10-14
Grab the subtarget info off of the MachineFunction rather than
Eric Christopher
1
-1
/
+1
2014-09-24
[Thumb] Make load/store optimizer less conservative.
Moritz Roth
1
-60
/
+195
2014-09-16
ARM load/store optimizer: Don't materialize a new base register with
Moritz Roth
1
-4
/
+15
2014-08-21
Thumb1 load/store optimizer: Improve code to materialize new base register.
Moritz Roth
1
-5
/
+13
2014-08-21
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
1
-1
/
+1
2014-08-18
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
1
-1
/
+1
2014-08-17
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
1
-1
/
+1
2014-08-15
ARM: Fix and re-enable load/store optimizer for Thumb1.
Moritz Roth
1
-111
/
+8
2014-08-15
ARM load/store optimizer: Compute BaseKill correctly.
Moritz Roth
1
-5
/
+11
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-3
/
+3
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-6
/
+6
[next]