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
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-2
/
+2
*
[DebugInfo] Examine all uses of isDebugValue() for debug instructions.
Shiva Chen
2018-05-09
1
-8
/
+8
*
[ARM] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-05
1
-8
/
+8
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-5
/
+5
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-1
/
+1
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-3
/
+3
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
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
[next]