summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [AArch64] Add a FIXME about invalid KILL markers after the ld/st opt pass.Chad Rosier2016-02-091-0/+5
* [AArch64] Remove redundant calls and clang format. NFC.Chad Rosier2016-02-091-42/+40
* [AArch64] Hoist now common logic. NFC.Chad Rosier2016-02-091-13/+9
* [AArch64] Rename variable to make it clear we're merging here, not pairing.Chad Rosier2016-02-091-19/+19
* [AArch64] Separage the codegen logic for widening vs. pairing. NFC.Chad Rosier2016-02-091-38/+94
* [AArch64] Cleanup to simplify logic when widening vs. pairing loads/stores. NFC.Chad Rosier2016-02-091-13/+50
* [AArch64] Rename variable to improve readability. NFC.Chad Rosier2016-02-091-5/+5
* [AArch64] Remove stale comment.Chad Rosier2016-02-091-3/+0
* [AArch64] Refactoring aarch64-ldst-opt. NCF.Jun Bum Lim2016-02-051-25/+38
* Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3)."Renato Golin2016-02-051-76/+21
* [AArch64] Bound the number of instructions we scan when searching for updates.Chad Rosier2016-02-041-14/+26
* [AArch64] Improve load/store optimizer to handle LDUR + LDR (take 3).Chad Rosier2016-02-041-21/+76
* Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."Chad Rosier2016-02-041-77/+22
* [AArch64] Improve load/store optimizer to handle LDUR + LDR.Chad Rosier2016-02-041-22/+77
* [AArch64] Add a FIXME comment.Chad Rosier2016-02-021-0/+2
* [AArch64] Allocate the modified and used regs only once per function.Chad Rosier2016-02-021-12/+17
* Move comments a bit closer to associated code. NFC.Chad Rosier2016-02-011-29/+25
* [AArch64] Set MMOs on pre- and post-index instructions.Chad Rosier2016-01-281-2/+4
* [AArch64] Remove a bunch of useless FIXME comments.Chad Rosier2016-01-191-4/+0
* [AArch64] Remove more dead code after r258093.Chad Rosier2016-01-191-12/+4
* [AArch64] Remove unused arguments. NFC.Chad Rosier2016-01-181-7/+7
* Update to use new name alignTo().Rui Ueyama2016-01-141-1/+1
* Extract helper function to merge MemoryOperand lists [NFC]Philip Reames2016-01-061-22/+4
* [AArch64] Promote loads from storedJun Bum Lim2015-12-221-3/+280
* Revert "[AArch64] Promote loads from stores"Jun Bum Lim2015-12-211-280/+3
* [AArch64] Promote loads from storesJun Bum Lim2015-12-181-3/+280
* [AArch64]Merge narrow zero stores to a wider storeJun Bum Lim2015-11-201-16/+80
* [AArch64] Refactoring aarch64-ldst-opt. NCF.Jun Bum Lim2015-11-191-16/+13
* [AArch64]Extend merging narrow loads into a wider loadJun Bum Lim2015-11-191-26/+107
* [AArch64] Fix halfword load merging for big-endian targetsOliver Stannard2015-11-101-3/+9
* [AArch64]Enable the narrow ld promotion only on profitable microarchitecturesJun Bum Lim2015-11-061-8/+22
* [AArch64]Merge halfword loads into a 32-bit loadJun Bum Lim2015-10-271-45/+216
* Revert "[AArch64]Merge halfword loads into a 32-bit load"James Molloy2015-10-231-215/+45
* [AArch64]Merge halfword loads into a 32-bit loadJun Bum Lim2015-10-191-45/+215
* [AArch64] Deprecate a command-line option used for testing.Chad Rosier2015-10-011-12/+4
* [AArch64] Hoist commonly failing check. NFC.Chad Rosier2015-10-011-6/+6
* [AArch64] Rename variable to improve readability. NFC.Chad Rosier2015-10-011-10/+10
* [AArch64] Update comment to reflect reality.Chad Rosier2015-10-011-2/+2
* [AArch64] Remove an unnecessary restriction on pre-index instructions.Chad Rosier2015-09-301-2/+1
* [AArch64] Use helper function to improve readability. NFC.Chad Rosier2015-09-301-2/+1
* [AArch64] Add support for pre- and post-index LDPSWs.Chad Rosier2015-09-291-5/+7
* [AArch64] Add integer pre- and post-index halfword/byte loads and stores.Chad Rosier2015-09-291-1/+27
* [AArch64] Scale offsets by the size of the memory operation. NFC.Chad Rosier2015-09-291-17/+21
* [AArch64] Remove some redundant cases. NFC.Chad Rosier2015-09-291-23/+15
* [AArch64] Add support for generating pre- and post-index load/store pairs.Chad Rosier2015-09-251-43/+173
* [AArch64] Improve the readability of the ld/st optimization pass. NFC.Chad Rosier2015-09-241-4/+4
* [AArch64] Refactor pre- and post-index merge fuctions into a single function....Chad Rosier2015-09-231-59/+16
* Revert "[AArch64] Improve load/store optimizer to handle LDUR + LDR."Chad Rosier2015-09-031-77/+21
* [AArch64] Improve load/store optimizer to handle LDUR + LDR.Chad Rosier2015-09-031-21/+77
* [AArch64] Reuse MayLoad. NFC.Chad Rosier2015-09-031-1/+1
OpenPOWER on IntegriCloud