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
...
*
[ARM] Register (existing) ARMLoadStoreOpt pass with LLVM pass manager.
David Gross
2015-07-23
1
-2
/
+12
*
Test commit.
David Gross
2015-07-23
1
-0
/
+1
*
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code
Matthias Braun
2015-07-21
1
-166
/
+186
*
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
Matthias Braun
2015-07-21
1
-31
/
+102
*
Revert "ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2"
Matthias Braun
2015-07-20
1
-96
/
+29
*
Revert "ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code"
Matthias Braun
2015-07-20
1
-186
/
+166
*
Revert "ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920"
Matthias Braun
2015-07-20
1
-3
/
+3
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
Clear kill flags in ARMLoadStoreOptimizer.
Pete Cooper
2015-07-16
1
-1
/
+3
*
Removing several -Wunused-but-set-variable warnings; NFC intended.
Aaron Ballman
2015-07-13
1
-26
/
+0
*
ARM: Use SpecificBumpPtrAllocator to fix leak introduced in r241920
Matthias Braun
2015-07-10
1
-3
/
+3
*
ARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor out common code
Matthias Braun
2015-07-10
1
-166
/
+186
*
ARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
Matthias Braun
2015-07-10
1
-29
/
+96
*
ARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
Matthias Braun
2015-07-10
1
-551
/
+481
*
ARM: add correct kill flags when combining stm instructions
Tim Northover
2015-06-29
1
-0
/
+6
*
ARMLoadStoreOptimizer: Fix errata 602117 handling and make testcase actually ...
Matthias Braun
2015-06-24
1
-107
/
+112
*
[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop on def
John Brawn
2015-06-23
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[ARM] Make helper function static.
Benjamin Kramer
2015-06-05
1
-8
/
+2
*
ARM: Thumb2 LDRD/STRD supports independent input/output regs
Matthias Braun
2015-06-03
1
-20
/
+22
*
Revert "ARM: Thumb2 LDRD/STRD supports independent input/output regs"
Renato Golin
2015-06-02
1
-22
/
+20
*
ARM: Thumb2 LDRD/STRD supports independent input/output regs
Matthias Braun
2015-06-01
1
-20
/
+22
*
ARMLoadStoreOptimizer: Fix doxygen comments; NFC
Matthias Braun
2015-06-01
1
-34
/
+28
*
CodeGen: Use mop_iterator instead of MIOperands/ConstMIOperands
Matthias Braun
2015-05-29
1
-3
/
+3
*
ARMLoadStoreOptimizer: Code cleanup; NFC
Matthias Braun
2015-05-27
1
-15
/
+12
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-15
/
+15
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
In preparation for moving ARM's TargetRegisterInfo to the TargetMachine
Eric Christopher
2015-03-12
1
-1
/
+1
*
Improve handling of stack accesses in Thumb-1
Renato Golin
2015-02-25
1
-9
/
+27
*
Migrate ARM except for TTI, AsmPrinter, and frame lowering
Eric Christopher
2015-01-29
1
-11
/
+8
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-1
/
+1
*
Fix load-store optimizer on thumbv4t
Jonathan Roelofs
2015-01-21
1
-3
/
+14
*
Grab the subtarget info off of the MachineFunction rather than
Eric Christopher
2014-10-14
1
-1
/
+1
*
[Thumb] Make load/store optimizer less conservative.
Moritz Roth
2014-09-24
1
-60
/
+195
*
ARM load/store optimizer: Don't materialize a new base register with
Moritz Roth
2014-09-16
1
-4
/
+15
*
Thumb1 load/store optimizer: Improve code to materialize new base register.
Moritz Roth
2014-08-21
1
-5
/
+13
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
ARM: Fix and re-enable load/store optimizer for Thumb1.
Moritz Roth
2014-08-15
1
-111
/
+8
*
ARM load/store optimizer: Compute BaseKill correctly.
Moritz Roth
2014-08-15
1
-5
/
+11
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-3
/
+3
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+6
*
Fix memory leak of RegScavenger accidentally added in r211037.
James Molloy
2014-06-17
1
-1
/
+3
*
Refactor the disabling of Thumb-1 LDM/STM generation
James Molloy
2014-06-16
1
-0
/
+4
*
Fix a bug in the Thumb1 ARM Load/Store optimizer
Renato Golin
2014-06-10
1
-7
/
+7
*
Fix the Load/Store optimization pass to work with Thumb1.
James Molloy
2014-05-16
1
-34
/
+238
*
Enable the Load/Store optimization pass for Thumb1 but make it return immedia...
James Molloy
2014-05-16
1
-1
/
+10
*
Fix a few comment typos and style issues.
James Molloy
2014-05-16
1
-16
/
+17
[prev]
[next]