summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/fast-isel-call.ll
AgeCommit message (Expand)Author
2017-12-18[PPC] Also disable the pre-emit version of reg+reg to reg+imm transformation.Benjamin Kramer
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-09-23[PowerPC] Eliminate compares - add i32 sext/zext handling for SETULE/SETUGENemanja Ivanovic
2016-09-04[PowerPC] Zero-extend constants in FastISelHal Finkel
2015-07-24Clean up function attributes on PPC fast-isel tests.Eric Christopher
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-19[PowerPC] Temporarily disable VSX for PowerPC fast-isel testsBill Schmidt
2014-08-19Reapply [FastISel] Let the target decide first if it wants to materialize a c...Juergen Ributzka
2014-08-14Revert several FastISel commits to track down a buildbot error.Juergen Ributzka
2014-08-13[FastISel] Let the target decide first if it wants to materialize a constant.Juergen Ributzka
2013-08-30[PowerPC] Call support for fast-isel.Bill Schmidt