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
/
AArch64
/
AArch64LoadStoreOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64] Add option to enable/disable load-store renaming.
Florian Hahn
2020-02-10
1
-0
/
+7
*
[AArch64] Don't rename registers with pseudo defs in Ld/St opt.
Florian Hahn
2020-01-22
1
-0
/
+13
*
[AArch64] Respect reserved registers while renaming in LdSt opt.
Florian Hahn
2019-12-21
1
-1
/
+4
*
Add parentheses to silence warning
Bill Wendling
2019-12-20
1
-2
/
+2
*
[AArch64] Enable clustering memory accesses to fixed stack objects
Jay Foad
2019-12-18
1
-79
/
+16
*
Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=Off builds after D65958 and...
Fangrui Song
2019-12-11
1
-0
/
+2
*
[AArch64] Be more careful to skip debug operands in LdSt Optimizier.
Florian Hahn
2019-12-11
1
-7
/
+10
*
[AArch64] Skip debug ops with regsOverlap in AArch64 LD/ST opt.
Florian Hahn
2019-12-11
1
-1
/
+1
*
[AArch64] Teach Load/Store optimizier to rename store operands for pairing.
Florian Hahn
2019-12-11
1
-8
/
+322
*
[MTE] Handle MTE instructions in AArch64LoadStoreOptimizer.
Evgeniy Stepanov
2019-09-20
1
-32
/
+98
*
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-17
/
+17
*
[AArch64] Remove scan-build "Value stored during its initialization is never ...
Simon Pilgrim
2019-05-08
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-4
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-39
/
+40
*
[CodeGen] Use RegUnits to track register aliases (NFC)
Jun Bum Lim
2018-04-27
1
-43
/
+52
*
[CodeGen] Add a new pass for PostRA sink
Jun Bum Lim
2018-03-22
1
-36
/
+9
*
[AArch64] Keep track of MIFlags in the LoadStoreOptimizer
Francis Visoiu Mistrih
2018-03-14
1
-7
/
+14
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-2
/
+2
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-2
/
+2
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[AArch64] Refactor the loads and stores optimizer
Evandro Menezes
2017-11-15
1
-143
/
+143
*
[AArch64] Fix an assertion for pre-index generation with unscaled loads/stores.
Chad Rosier
2017-08-04
1
-2
/
+17
*
[AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-25
1
-5
/
+5
*
AArch64: remove all kill flags when extending register liveness.
Tim Northover
2017-06-26
1
-1
/
+7
*
[AArch64] Add early exit to promoteLoadFromStore.
Florian Hahn
2017-06-21
1
-1
/
+4
*
[AArch64] Preserve register flags when promoting a load from store.
Florian Hahn
2017-06-21
1
-3
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[AArch64] Use alias analysis in the load/store optimization pass.
Chad Rosier
2017-03-17
1
-7
/
+14
*
AArch64LoadStoreOptimizer: Correctly clear kill flags
Matthias Braun
2017-02-17
1
-2
/
+4
*
[AArch64] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-25
1
-9
/
+21
*
AArch64LoadStoreOptimizer: Update kill flags when merging stores
Matthias Braun
2017-01-20
1
-2
/
+23
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-11
/
+11
*
[AArch64] Fix over-eager early-exit in load-store combiner
Nirav Dave
2017-01-04
1
-0
/
+3
*
AArch64: Enable post-ra liveness updates
Matthias Braun
2016-12-16
1
-0
/
+3
*
[AArch64LoadStoreOptimizer] Don't treat write to XZR/WZR as a clobber.
Geoff Berry
2016-11-21
1
-2
/
+4
*
[AArch64] Update a FIXME comment to reflect current state. NFC.
Chad Rosier
2016-11-11
1
-2
/
+4
*
[AArch64] Enable merging of adjacent zero stores for all subtargets.
Chad Rosier
2016-11-11
1
-2
/
+1
*
[AArch64] Remove dead store. Found by gcc7.
Davide Italiano
2016-11-07
1
-6
/
+3
*
[AArch64] Removed the narrow load merging code in the ld/st optimizer.
Chad Rosier
2016-11-07
1
-229
/
+42
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...
Matthias Braun
2016-08-25
1
-1
/
+1
*
[AArch64LoadStoreOptimizer] Check aliasing correctly when creating paired loa...
Eli Friedman
2016-08-12
1
-1
/
+4
*
[AArch64LoadStoreOpt] Handle offsets correctly for post-indexed paired loads.
Eli Friedman
2016-08-12
1
-5
/
+5
*
[AArch64] Re-factor code shared by AArch64LoadStoreOpt and AArch64InstrInfo.
Geoff Berry
2016-08-12
1
-37
/
+3
*
[AArch64] Load/store opt: Don't count transient instructions towards search l...
Geoff Berry
2016-07-21
1
-15
/
+14
*
[AArch64] Register AArch64LoadStoreOptimizer so it can be run by llc -run-pas...
Geoff Berry
2016-07-20
1
-4
/
+0
*
AArch64: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-155
/
+155
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-21
/
+21
[next]