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: Fix cases where CSI Restored bit is not cleared
Matthias Braun
2017-09-28
1
-0
/
+11
*
[ARM] Fix some Clang-tidy modernize-use-using and Include What You Use warnin...
Eugene Zelenko
2017-09-20
1
-25
/
+58
*
Fix ARMv4 support
Joerg Sonnenberger
2017-08-28
1
-0
/
+1
*
[ARM] Fix bug in ARMLoadStoreOptimizer when kill flags are missing.
Geoff Berry
2017-08-28
1
-30
/
+19
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ARM] Use alias analysis in ARMPreAllocLoadStoreOpt.
Eli Friedman
2017-03-17
1
-16
/
+14
*
[ARM] Fix insert point for store rescheduling.
Eli Friedman
2017-03-02
1
-12
/
+19
*
Revert r296708; causing test failures on ARM hosts.
Eli Friedman
2017-03-02
1
-18
/
+12
*
[ARM] Fix insert point for store rescheduling.
Eli Friedman
2017-03-01
1
-12
/
+18
*
[ARM] Check correct instructions for load/store rescheduling.
Eli Friedman
2017-03-01
1
-1
/
+1
*
[ARM] Don't generate deprecated T1 STM.
Eli Friedman
2017-02-28
1
-4
/
+3
*
[ARM] Use helpers for adding pred / CC operands. NFC
Diana Picus
2017-01-20
1
-16
/
+28
*
[ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC. NFC
Diana Picus
2017-01-13
1
-9
/
+18
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-6
/
+4
*
[ARM] CodeGen: Remove AddDefaultPred. NFC.
Diana Picus
2017-01-13
1
-2
/
+3
*
LivePhysReg: Use reference instead of pointer in init(); NFC
Matthias Braun
2016-12-08
1
-1
/
+1
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-4
/
+2
*
Handle empty functions with debug info in load/store opt pass
Pablo Barrio
2016-08-26
1
-1
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-1
/
+1
*
ARM: Initialize LoadStore passes in TargetMachine
Matthias Braun
2016-07-16
1
-16
/
+5
*
ARM: Remove implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-46
/
+46
*
[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCI
Diana Picus
2016-07-06
1
-1
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-30
/
+33
*
[ARM] Transform LDMs into writeback form to save code size
James Molloy
2016-06-07
1
-3
/
+23
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-1
/
+1
*
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
[next]