llvm-6502/lib/Target/Mips
2007-12-12 23:12:09 +00:00
..
Makefile Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00
Mips.h Couple of small changes. Delay Slot handle header declared. 2007-08-18 02:05:24 +00:00
Mips.td Better processor definition 2007-11-06 03:15:20 +00:00
MipsAsmPrinter.cpp Added JumpTable support 2007-11-12 19:49:57 +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 Position Independent Code (PIC) support [1] 2007-10-09 02:55:31 +00:00
MipsInstrInfo.cpp Add lengthof and endof templates that hide a lot of sizeof computations. 2007-09-07 04:06:50 +00:00
MipsInstrInfo.h Mask directive completed with CalleeSave info 2007-08-28 05:06:17 +00:00
MipsInstrInfo.td Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materializable and they should not be spilled. 2007-12-12 23:12:09 +00:00
MipsISelDAGToDAG.cpp Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsISelLowering.cpp Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack 2007-11-13 00:44:25 +00:00
MipsISelLowering.h Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsMachineFunction.h Added support for PIC code with "explicit relocations" *only*. 2007-11-05 03:02:32 +00:00
MipsRegisterInfo.cpp Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether 2007-12-05 03:14:33 +00:00
MipsRegisterInfo.h Add a argument to storeRegToStackSlot and storeRegToAddr to specify whether 2007-12-05 03:14:33 +00:00
MipsRegisterInfo.td Use TableGen to emit information for dwarf register numbers. 2007-11-11 19:50:10 +00:00
MipsSchedule.td Mips generic fallback instruction schedule support! 2007-08-18 01:46:44 +00:00
MipsSubtarget.cpp Better processor definition 2007-11-06 03:15:20 +00:00
MipsSubtarget.h InstrItineraryData support on added. 2007-08-18 01:52:27 +00:00
MipsTargetAsmInfo.cpp Added JumpTable support 2007-11-12 19:49:57 +00:00
MipsTargetAsmInfo.h More explicit keywords. 2007-09-25 20:27:06 +00:00
MipsTargetMachine.cpp Added support for PIC code with "explicit relocations" *only*. 2007-11-05 03:02:32 +00:00
MipsTargetMachine.h Initial Mips support, here we go! =) 2007-06-06 07:42:06 +00:00