llvm-6502/lib/Target/Mips
Bruno Cardoso Lopes 972f5896e4 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37461 91177308-0d34-0410-b5e6-96231b3b80d8
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
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
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
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