llvm-6502/lib/Target/Mips
Bruno Cardoso Lopes 13d1b7bbb3 InstrItineraryData support on added.
Added Mips3 ISA feature (needed when supporting R4000 machines)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41151 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-18 01:52:27 +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 Don't ignore the return value of AsmPrinter::doInitialization and 2007-07-25 19:33:14 +00:00
MipsCallingConv.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsDelaySlotFiller.cpp A Pass to insert Nops on intructions with DelaySlot 2007-08-18 01:50:47 +00:00
MipsInstrFormats.td Change instruction description to split OperandList into OutOperandList and 2007-07-19 01:14:50 +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 No more noResults. 2007-07-21 00:34:19 +00:00
MipsISelDAGToDAG.cpp Added support for Mips specific GAS directives 2007-07-11 23:24:41 +00:00
MipsISelLowering.cpp Support for trampolines, except for X86 codegen which is 2007-07-27 12:58:54 +00:00
MipsISelLowering.h More explicit keywords. 2007-08-02 21:21:54 +00:00
MipsMachineFunction.h Added MipsMachineFunction class, to hold Mips dinamic stack info when inserting Prologue/Epilog 2007-07-11 22:44:21 +00:00
MipsRegisterInfo.cpp Change instruction description to split OperandList into OutOperandList and 2007-07-19 01:14:50 +00:00
MipsRegisterInfo.h Change instruction description to split OperandList into OutOperandList and 2007-07-19 01:14:50 +00:00
MipsRegisterInfo.td Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsSchedule.td Mips generic fallback instruction schedule support! 2007-08-18 01:46:44 +00:00
MipsSubtarget.cpp Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
MipsSubtarget.h InstrItineraryData support on added. 2007-08-18 01:52:27 +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 Now that stack is represented the right way, LOA starts at 0 2007-07-11 23:17:41 +00:00
MipsTargetMachine.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00