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] Promote loads from stores
Jun Bum Lim
2015-12-18
1
-3
/
+280
*
[AArch64]Merge narrow zero stores to a wider store
Jun Bum Lim
2015-11-20
1
-16
/
+80
*
[AArch64] Refactoring aarch64-ldst-opt. NCF.
Jun Bum Lim
2015-11-19
1
-16
/
+13
*
[AArch64]Extend merging narrow loads into a wider load
Jun Bum Lim
2015-11-19
1
-26
/
+107
*
[AArch64] Fix halfword load merging for big-endian targets
Oliver Stannard
2015-11-10
1
-3
/
+9
*
[AArch64]Enable the narrow ld promotion only on profitable microarchitectures
Jun Bum Lim
2015-11-06
1
-8
/
+22
*
[AArch64]Merge halfword loads into a 32-bit load
Jun Bum Lim
2015-10-27
1
-45
/
+216
*
Revert "[AArch64]Merge halfword loads into a 32-bit load"
James Molloy
2015-10-23
1
-215
/
+45
*
[AArch64]Merge halfword loads into a 32-bit load
Jun Bum Lim
2015-10-19
1
-45
/
+215
*
[AArch64] Deprecate a command-line option used for testing.
Chad Rosier
2015-10-01
1
-12
/
+4
*
[AArch64] Hoist commonly failing check. NFC.
Chad Rosier
2015-10-01
1
-6
/
+6
*
[AArch64] Rename variable to improve readability. NFC.
Chad Rosier
2015-10-01
1
-10
/
+10
*
[AArch64] Update comment to reflect reality.
Chad Rosier
2015-10-01
1
-2
/
+2
*
[AArch64] Remove an unnecessary restriction on pre-index instructions.
Chad Rosier
2015-09-30
1
-2
/
+1
*
[AArch64] Use helper function to improve readability. NFC.
Chad Rosier
2015-09-30
1
-2
/
+1
*
[AArch64] Add support for pre- and post-index LDPSWs.
Chad Rosier
2015-09-29
1
-5
/
+7
*
[AArch64] Add integer pre- and post-index halfword/byte loads and stores.
Chad Rosier
2015-09-29
1
-1
/
+27
*
[AArch64] Scale offsets by the size of the memory operation. NFC.
Chad Rosier
2015-09-29
1
-17
/
+21
*
[AArch64] Remove some redundant cases. NFC.
Chad Rosier
2015-09-29
1
-23
/
+15
*
[AArch64] Add support for generating pre- and post-index load/store pairs.
Chad Rosier
2015-09-25
1
-43
/
+173
*
[AArch64] Improve the readability of the ld/st optimization pass. NFC.
Chad Rosier
2015-09-24
1
-4
/
+4
*
[AArch64] Refactor pre- and post-index merge fuctions into a single function....
Chad Rosier
2015-09-23
1
-59
/
+16
*
Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."
Chad Rosier
2015-09-03
1
-77
/
+21
*
[AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier
2015-09-03
1
-21
/
+77
*
[AArch64] Reuse MayLoad. NFC.
Chad Rosier
2015-09-03
1
-1
/
+1
*
[AArch64] Remove a use-after-free when collecting stats.
Chad Rosier
2015-08-26
1
-4
/
+4
*
Revert "[AArch64] Simplify/refactor code to ease code review. NFC."
Renato Golin
2015-08-19
1
-32
/
+18
*
[AArch64] Simplify/refactor code to ease code review. NFC.
Chad Rosier
2015-08-19
1
-18
/
+32
*
[AArch64] Simplify the logic for computing in bounds offset. NFC.
Chad Rosier
2015-08-18
1
-10
/
+6
*
[AArch64] Convert a conditional check that will always be true to an assert. ...
Chad Rosier
2015-08-10
1
-6
/
+4
*
Typo. Move comment closer to relevant code. NFC.
Chad Rosier
2015-08-10
1
-3
/
+4
*
[AArch64][LoadStoreOptimizer] Turn a test into an assert. NFC.
Quentin Colombet
2015-08-07
1
-2
/
+2
*
[AArch64] Use a static function and other minor cleanup for readability. NFC.
Chad Rosier
2015-08-06
1
-11
/
+12
*
[AArch64] Improve the readability of the ld/st optimization pass. NFC.
Chad Rosier
2015-08-06
1
-37
/
+48
*
[AArch64] Register (existing) AArch64LoadStoreOpt pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+13
*
Update comment. NFC.
Chad Rosier
2015-08-05
1
-2
/
+2
*
Convert some AArch64 code to foreach loops. NFC.
Pete Cooper
2015-08-03
1
-3
/
+2
*
Simplify switch as all cases other than default return true. NFC.
Chad Rosier
2015-07-22
1
-10
/
+0
*
Follow up to r242810. NFC.
Chad Rosier
2015-07-21
1
-1
/
+1
*
[AArch64] Simplify the passing of arguments. NFC.
Chad Rosier
2015-07-21
1
-23
/
+37
*
[AArch64] Remove an overly conservative check when generating store pairs.
Chad Rosier
2015-06-09
1
-2
/
+3
*
[AArch64] Enhance the load/store optimizer with target-specific alias analysis.
Chad Rosier
2015-05-21
1
-20
/
+51
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-2
/
+2
*
[AArch64][LoadStoreOptimizer] Generate LDP + SXTW instead of LD[U]R + LD[U]RSW.
Quentin Colombet
2015-03-06
1
-11
/
+116
*
Migrate AArch64 except for TTI and AsmPrinter away from getSubtargetImpl.
Eric Christopher
2015-01-28
1
-4
/
+2
*
[AArch64][LoadStoreOptimizer] Form LDPSW when possible.
Quentin Colombet
2015-01-24
1
-1
/
+15
*
Add missing closing namespace comment.
Jim Grosbach
2014-08-11
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+4
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-4
/
+4
*
[AArch64] clang-format the load/store optimizer.
Tilmann Scheller
2014-06-04
1
-16
/
+25
[prev]
[next]