llvm-6502/lib/Target/Mips
2012-03-11 07:16:55 +00:00
..
AsmParser
InstPrinter Make MCRegisterInfo available to the the MCInstPrinter. 2012-03-05 19:33:20 +00:00
MCTargetDesc Make MCRegisterInfo available to the the MCInstPrinter. 2012-03-05 19:33:20 +00:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
Mips64InstrInfo.td
Mips.h
Mips.td
MipsAnalyzeImmediate.cpp Fix undefined behavior in the Mips backend. 2012-03-09 06:36:45 +00:00
MipsAnalyzeImmediate.h Fix undefined behavior in the Mips backend. 2012-03-09 06:36:45 +00:00
MipsAsmPrinter.cpp Remove unused header files. 2012-03-09 23:28:30 +00:00
MipsAsmPrinter.h
MipsCallingConv.td
MipsCodeEmitter.cpp
MipsCondMov.td
MipsDelaySlotFiller.cpp Use uint16_t to store register overlaps to reduce static data. 2012-03-04 10:43:23 +00:00
MipsEmitGPRestore.cpp
MipsExpandPseudo.cpp Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size. 2012-03-05 05:37:41 +00:00
MipsFrameLowering.cpp Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce static data size. 2012-03-05 05:37:41 +00:00
MipsFrameLowering.h
MipsInstrFormats.td
MipsInstrFPU.td
MipsInstrInfo.cpp
MipsInstrInfo.h
MipsInstrInfo.td
MipsISelDAGToDAG.cpp This patch eliminates redundant instructions that produce 0. 2012-03-08 01:51:59 +00:00
MipsISelLowering.cpp Do not custom lower i64 nodes if i64 is not a legal type. Move lines that set 2012-03-10 00:03:50 +00:00
MipsISelLowering.h Lower SETCC nodes during legalization. Previously, it was lowered in DAG combine pass. 2012-03-09 23:46:03 +00:00
MipsJITInfo.cpp
MipsJITInfo.h
MipsMachineFunction.cpp
MipsMachineFunction.h
MipsMCInstLower.cpp
MipsMCInstLower.h
MipsRegisterInfo.cpp Use uint16_t to store registers and opcode in static tables in the target specific backends. 2012-03-11 07:16:55 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsRelocations.h
MipsSchedule.td
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSubtarget.cpp
MipsSubtarget.h
MipsTargetMachine.cpp
MipsTargetMachine.h
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h