llvm-6502/test/CodeGen/Mips/Fast-ISel
Reed Kotler dd190243ee Add basic conditional branches in mips fast-isel
Summary: Implement the most basic form of conditional branches in Mips fast-isel.

Test Plan:
br1.ll
run 4 flavors of test-suite. mips32 r1/r2 and at -O0/O2

Reviewers: dsanders

Reviewed By: dsanders

Subscribers: llvm-commits, rfuhler

Differential Revision: http://reviews.llvm.org/D5583

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@219556 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-11 00:55:18 +00:00
..
br1.ll Add basic conditional branches in mips fast-isel 2014-10-11 00:55:18 +00:00
fpcmpa.ll Implement floating point compare for mips fast-isel 2014-10-10 20:46:28 +00:00
fpext.ll Add numeric extend, trunctate to mips fast-isel 2014-09-30 16:30:13 +00:00
fpintconv.ll Implement floating point to integer conversion in mips fast-isel 2014-10-10 17:00:46 +00:00
fptrunc.ll Add fptrunc to mips fast-sel 2014-10-01 18:47:02 +00:00
icmpa.ll implement integer compare in mips fast-isel 2014-10-10 17:39:51 +00:00
loadstore2.ll Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00
loadstoreconv.ll Add numeric extend, trunctate to mips fast-isel 2014-09-30 16:30:13 +00:00
loadstrconst.ll Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00
nullvoid.ll Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00
simplestore.ll Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00
simplestorefp1.ll Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00
simplestorei.ll Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00