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][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-14
1
-10
/
+17
*
Reverting, broke some bots. Need further investigation.
Diogo Sampaio
2020-01-10
1
-17
/
+10
*
[ARM][Thumb2] Fix ADD/SUB invalid writes to SP
Diogo Sampaio
2020-01-10
1
-10
/
+17
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-16
/
+16
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[ARM] Add missing memory operands to a bunch of instructions.
Eli Friedman
2019-03-25
1
-20
/
+46
*
[ARM] Be super conservative about atomics
Philip Reames
2019-02-26
1
-2
/
+5
*
[ARM] LoadStoreOptimizer: reoder limit
Sjoerd Meijer
2019-02-11
1
-1
/
+6
*
[ARM] LoadStoreOptimizer: just a clean-up. NFC.
Sjoerd Meijer
2019-02-11
1
-35
/
+25
*
[ARM] Add OptMinSize to ARMSubtarget
Sam Parker
2019-02-08
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-8
/
+7
*
[ARM][ARMLoadStoreOptimizer]
Luke Cheeseman
2018-09-24
1
-0
/
+14
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-4
/
+4
*
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
[next]