summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/fast-isel-addressing-modes.ll
AgeCommit message (Expand)Author
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini
2014-10-27[FastISel][AArch64] Fix load/store with frame indices.Juergen Ributzka
2014-10-14[AArch64]Select wide immediate offset into [Base+XReg] addressing modeHao Liu
2014-09-19[FastIsel][AArch64] Fix a think-o in address computation.Juergen Ributzka
2014-09-18[FastISel][AArch64] Followup commit for 218031 to handle negative offsets too.Juergen Ributzka
2014-09-18[FastISel][AArch64] Try to fold the offset into the add instruction when simp...Juergen Ributzka
2014-09-18[FastISel][AArch64] Fold 'AND' instruction during the address computation.Juergen Ributzka
2014-09-17[FastISel][AArch64] Fold mul into the address computation of memory operations.Juergen Ributzka
2014-09-02[FastISel][AArch64] Use the target-dependent selection code for shifts first.Juergen Ributzka
2014-08-28[FastISel]Juergen Ributzka
2014-08-27Revert "[FastISel][AArch64] Don't fold instructions too aggressively into the...Juergen Ributzka
2014-08-27[FastISel][AArch64] Don't fold instructions too aggressively into the memory ...Juergen Ributzka
2014-08-27[FastISel][AArch64] Fix simplify address when the address comes from a shift.Juergen Ributzka
2014-08-27[FastISel][AArch64] Use the zero register for stores.Juergen Ributzka
2014-08-27[FastISel][AArch64] Fix address simplification.Juergen Ributzka
2014-08-21[FastISel][AArch64] Use the correct register class to make the MI verifier ha...Juergen Ributzka
2014-08-19Reapply [FastISel][AArch64] Add support for more addressing modes (r215597).Juergen Ributzka
2014-08-14Revert "[FastISel][AArch64] Add support for more addressing modes."Juergen Ributzka
2014-08-13[FastISel][AArch64] Add support for more addressing modes.Juergen Ributzka