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
*
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
*
Untabify.
NAKAMURA Takumi
2016-06-20
1
-1
/
+1
*
[AArch64] Move comments closer to relevant check. NFC.
Chad Rosier
2016-06-10
1
-6
/
+4
*
[AArch64] Refactor a check earlier. NFC.
Chad Rosier
2016-06-10
1
-12
/
+18
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-14
/
+2
*
[AArch64] Disable narrow load merge by default
Jun Bum Lim
2016-05-20
1
-1
/
+1
*
[AArch64] Decouple zero store promotion from narrow ld merge. NFC.
Jun Bum Lim
2016-05-06
1
-28
/
+16
*
Add optimization bisect opt-in calls for AArch64 passes
Andrew Kaylor
2016-04-25
1
-0
/
+3
*
Add MachineFunctionProperty checks for AllVRegsAllocated for target passes
Derek Schuff
2016-04-04
1
-0
/
+5
*
[AArch64] Handle missing store pair opportunity
Jun Bum Lim
2016-03-31
1
-22
/
+23
*
[AArch64] Fix warnings pointed out by Hal.
Chad Rosier
2016-03-30
1
-1
/
+5
*
[AArch64] Enable more load clustering in the MI Scheduler.
Chad Rosier
2016-03-18
1
-29
/
+2
*
[AArch64] Move helper functions into TII, so they can be reused elsewhere. NFC.
Chad Rosier
2016-03-09
1
-47
/
+21
*
[AArch64] Add MMOs to unscaled pairs.
Chad Rosier
2016-03-08
1
-3
/
+2
*
[AArch64] Add support for Qualcomm Kryo CPU.
Chad Rosier
2016-02-12
1
-1
/
+1
*
[AArch64] Merge two adjacent str WZR into str XZR
Jun Bum Lim
2016-02-12
1
-15
/
+30
*
[AArch64] Refactoring findMatchingStore() in aarch64-ldst-opt; NFC
Jun Bum Lim
2016-02-11
1
-11
/
+13
*
[AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier
2016-02-11
1
-11
/
+68
*
[AArch64] Refactor is logic into a helper function. NFC.
Chad Rosier
2016-02-10
1
-12
/
+22
*
[AArch64] Update comment to match reality. NFC.
Chad Rosier
2016-02-10
1
-2
/
+2
*
[AArch64] This bit of logic is specific to pairing. NFC.
Chad Rosier
2016-02-10
1
-8
/
+10
*
[AArch64] This check is specific to merging instructions. NFC.
Chad Rosier
2016-02-09
1
-4
/
+4
*
[AArch64] AArch64LoadStoreOptimizer: fix bug in pre-inc check iterator
Geoff Berry
2016-02-09
1
-8
/
+9
*
[AArch64] Bail even earlier if the instructions modifieds the base register. ...
Chad Rosier
2016-02-09
1
-5
/
+6
*
[AArch64] Simplify. NFC.
Chad Rosier
2016-02-09
1
-3
/
+1
*
[AArch64] Add an assert to ensure we don't scale an offset that can't be scaled.
Chad Rosier
2016-02-09
1
-1
/
+3
*
[AArch64] Add a FIXME about invalid KILL markers after the ld/st opt pass.
Chad Rosier
2016-02-09
1
-0
/
+5
*
[AArch64] Remove redundant calls and clang format. NFC.
Chad Rosier
2016-02-09
1
-42
/
+40
*
[AArch64] Hoist now common logic. NFC.
Chad Rosier
2016-02-09
1
-13
/
+9
*
[AArch64] Rename variable to make it clear we're merging here, not pairing.
Chad Rosier
2016-02-09
1
-19
/
+19
*
[AArch64] Separage the codegen logic for widening vs. pairing. NFC.
Chad Rosier
2016-02-09
1
-38
/
+94
[next]