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 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
*
[AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC.
Chad Rosier
2016-02-09
1
-13
/
+50
*
[AArch64] Rename variable to improve readability. NFC.
Chad Rosier
2016-02-09
1
-5
/
+5
*
[AArch64] Remove stale comment.
Chad Rosier
2016-02-09
1
-3
/
+0
*
[AArch64] Refactoring aarch64-ldst-opt. NCF.
Jun Bum Lim
2016-02-05
1
-25
/
+38
*
Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3)."
Renato Golin
2016-02-05
1
-76
/
+21
*
[AArch64] Bound the number of instructions we scan when searching for updates.
Chad Rosier
2016-02-04
1
-14
/
+26
*
[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).
Chad Rosier
2016-02-04
1
-21
/
+76
*
Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."
Chad Rosier
2016-02-04
1
-77
/
+22
*
[AArch64] Improve load/store optimizer to handle LDUR + LDR.
Chad Rosier
2016-02-04
1
-22
/
+77
*
[AArch64] Add a FIXME comment.
Chad Rosier
2016-02-02
1
-0
/
+2
*
[AArch64] Allocate the modified and used regs only once per function.
Chad Rosier
2016-02-02
1
-12
/
+17
*
Move comments a bit closer to associated code. NFC.
Chad Rosier
2016-02-01
1
-29
/
+25
*
[AArch64] Set MMOs on pre- and post-index instructions.
Chad Rosier
2016-01-28
1
-2
/
+4
*
[AArch64] Remove a bunch of useless FIXME comments.
Chad Rosier
2016-01-19
1
-4
/
+0
*
[AArch64] Remove more dead code after r258093.
Chad Rosier
2016-01-19
1
-12
/
+4
*
[AArch64] Remove unused arguments. NFC.
Chad Rosier
2016-01-18
1
-7
/
+7
*
Update to use new name alignTo().
Rui Ueyama
2016-01-14
1
-1
/
+1
*
Extract helper function to merge MemoryOperand lists [NFC]
Philip Reames
2016-01-06
1
-22
/
+4
*
[AArch64] Promote loads from stored
Jun Bum Lim
2015-12-22
1
-3
/
+280
*
Revert "[AArch64] Promote loads from stores"
Jun Bum Lim
2015-12-21
1
-280
/
+3
*
[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
[prev]
[next]