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
...
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-1
/
+1
*
Add optimization bisect opt-in calls for ARM passes
Andrew Kaylor
2016-04-25
1
-1
/
+4
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-1
/
+5
*
ARM: Introduce conservative load/store optimization mode
Matthias Braun
2016-03-02
1
-0
/
+34
*
CodeGen: Change MachineInstr to use MachineInstr&, NFC
Duncan P. N. Exon Smith
2016-02-27
1
-3
/
+3
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-9
/
+9
*
Extract helper function to merge MemoryOperand lists [NFC]
Philip Reames
2016-01-06
1
-19
/
+2
*
[Thumb] Fix assembler error 'cannot honor width suffix pop {lr}'
Artyom Skrobov
2015-12-28
1
-0
/
+27
*
Teach ARMLoadStoreOptimizer to ignore DBG_VALUE instructions when merging
Adrian Prantl
2015-12-21
1
-1
/
+5
*
ARMLoadStoreOptimizer: Cleanup isMemoryOp(); NFC
Matthias Braun
2015-11-21
1
-33
/
+33
*
ARM: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-19
1
-3
/
+2
*
[ARM] More care with Thumb1 writeback in ARMLoadStoreOptimizer
Scott Douglass
2015-10-01
1
-3
/
+7
*
[ARM] Register ARMPreAllocLoadStoreOpt pass with LLVM pass manager.
Chad Rosier
2015-09-16
1
-2
/
+14
*
[ARM] Remove an unused reference to MachineRegisterInfo. NFC.
Chad Rosier
2015-08-07
1
-2
/
+1
*
[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
[prev]
[next]