summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fast-isel-addressing-modes.ll
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Prefer "mov" over "orr" to materialize constants.Eli Friedman2019-03-251-4/+4
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-45/+45
* Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini2015-02-271-1/+1
* [FastISel][AArch64] Fix load/store with frame indices.Juergen Ributzka2014-10-271-0/+26
* [AArch64]Select wide immediate offset into [Base+XReg] addressing modeHao Liu2014-10-141-8/+14
* [FastIsel][AArch64] Fix a think-o in address computation.Juergen Ributzka2014-09-191-0/+39
* [FastISel][AArch64] Followup commit for 218031 to handle negative offsets too.Juergen Ributzka2014-09-181-12/+6
* [FastISel][AArch64] Try to fold the offset into the add instruction when simp...Juergen Ributzka2014-09-181-25/+13
* [FastISel][AArch64] Fold 'AND' instruction during the address computation.Juergen Ributzka2014-09-181-2/+45
* [FastISel][AArch64] Fold mul into the address computation of memory operations.Juergen Ributzka2014-09-171-0/+41
* [FastISel][AArch64] Use the target-dependent selection code for shifts first.Juergen Ributzka2014-09-021-3/+3
* [FastISel]Juergen Ributzka2014-08-281-0/+10
* Revert "[FastISel][AArch64] Don't fold instructions too aggressively into the...Juergen Ributzka2014-08-271-130/+0
* [FastISel][AArch64] Don't fold instructions too aggressively into the memory ...Juergen Ributzka2014-08-271-0/+130
* [FastISel][AArch64] Fix simplify address when the address comes from a shift.Juergen Ributzka2014-08-271-0/+21
* [FastISel][AArch64] Use the zero register for stores.Juergen Ributzka2014-08-271-6/+13
* [FastISel][AArch64] Fix address simplification.Juergen Ributzka2014-08-271-0/+27
* [FastISel][AArch64] Use the correct register class to make the MI verifier ha...Juergen Ributzka2014-08-211-2/+2
* Reapply [FastISel][AArch64] Add support for more addressing modes (r215597).Juergen Ributzka2014-08-191-0/+425
* Revert "[FastISel][AArch64] Add support for more addressing modes."Juergen Ributzka2014-08-141-425/+0
* [FastISel][AArch64] Add support for more addressing modes.Juergen Ributzka2014-08-131-0/+425
OpenPOWER on IntegriCloud