summaryrefslogtreecommitdiff
path: root/test/CodeGen/AArch64/fast-isel-shift.ll
AgeCommit message (Expand)Author
2015-02-27Change the fast-isel-abort option from bool to int to enable "levels"Mehdi Amini
2014-11-18[FastISel][AArch64] Also allow folding of sign-/zero-extend and arithmeticChad Rosier
2014-11-18[FastISel][AArch64] Also allow folding of sign-/zero-extend and logicalChad Rosier
2014-11-18[FastISel][AArch64] Follow-up fix for "Fix shift-immediate emission for "zero...Juergen Ributzka
2014-11-18[FastISel][AArch64] Fix shift-immediate emission for "zero" shifts.Juergen Ributzka
2014-09-22[FastISel][AArch64] Also allow folding of sign-/zero-extend and shift-left fo...Juergen Ributzka
2014-09-02[FastISel][AArch64] Use the target-dependent selection code for shifts first.Juergen Ributzka
2014-08-27[FastISel][AArch64] Fold Sign-/Zero-Extend into the shift immediate instruction.Juergen Ributzka
2014-08-21[FastISel][AArch64] Add support for variable shift.Juergen Ributzka
2014-08-21[FastISel][AArch64] Use the correct register class to make the MI verifier ha...Juergen Ributzka
2014-08-04[FastISel][AArch64] Fix shift lowering for i8 and i16 value types.Juergen Ributzka
2014-07-30[FastISel][AArch64] Add support for shift-immediate.Juergen Ributzka