llvm-project/llvm/lib/Target/Mips
Bruno Cardoso Lopes 35e43c49b0 Initial Mips support, here we go! =)
- Modifications from the last patch included
  (issues pointed by Evan Cheng are now fixed).
- Added more MipsI instructions.
- Added more patterns to match branch instructions.

llvm-svn: 37461
2007-06-06 07:42:06 +00:00
..
Makefile Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
Mips.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
Mips.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsAsmPrinter.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsCallingConv.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsISelDAGToDAG.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsISelLowering.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsISelLowering.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsInstrFormats.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsInstrInfo.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsInstrInfo.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsInstrInfo.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsRegisterInfo.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsRegisterInfo.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsRegisterInfo.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsSubtarget.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsSubtarget.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsTargetAsmInfo.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsTargetAsmInfo.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsTargetMachine.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsTargetMachine.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00