llvm-6502/lib/Target/Mips
Reed Kotler 50d3b27f43 Mostly finish up constant islands port for Mips for load constants.
Still need to finish the branch part. Still lots more review of the code,
clean up and testing. 



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194337 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-10 00:09:26 +00:00
..
AsmParser Implement gpword directive for mips, test case added. Stype changes using clang-format are also included. 2013-11-06 11:27:05 +00:00
Disassembler Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
InstPrinter
MCTargetDesc Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Makefile
MicroMipsInstrFormats.td Support for microMIPS trap instructions 1. 2013-11-07 14:35:24 +00:00
MicroMipsInstrInfo.td Support for microMIPS trap instructions 1. 2013-11-07 14:35:24 +00:00
Mips16FrameLowering.cpp
Mips16FrameLowering.h
Mips16HardFloat.cpp
Mips16HardFloat.h
Mips16InstrFormats.td
Mips16InstrInfo.cpp
Mips16InstrInfo.h
Mips16InstrInfo.td Fix r194019 as requested by Eric Christopher. 2013-11-05 08:14:14 +00:00
Mips16ISelDAGToDAG.cpp
Mips16ISelDAGToDAG.h
Mips16ISelLowering.cpp
Mips16ISelLowering.h
Mips16RegisterInfo.cpp
Mips16RegisterInfo.h
Mips64InstrInfo.td Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
Mips.h
Mips.td [mips] Compute stack alignment on the fly. 2013-10-30 02:29:43 +00:00
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp
MipsAsmPrinter.h
MipsCallingConv.td
MipsCodeEmitter.cpp Support for microMIPS branch instructions. 2013-11-04 14:53:22 +00:00
MipsCondMov.td
MipsConstantIslandPass.cpp Mostly finish up constant islands port for Mips for load constants. 2013-11-10 00:09:26 +00:00
MipsDelaySlotFiller.cpp
MipsDSPInstrFormats.td
MipsDSPInstrInfo.td
MipsFrameLowering.cpp
MipsFrameLowering.h
MipsInstrFormats.td Support for microMIPS trap instructions 1. 2013-11-07 14:35:24 +00:00
MipsInstrFPU.td
MipsInstrInfo.cpp
MipsInstrInfo.h
MipsInstrInfo.td Support for microMIPS trap instructions 1. 2013-11-07 14:35:24 +00:00
MipsISelDAGToDAG.cpp [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) 2013-10-30 14:45:14 +00:00
MipsISelDAGToDAG.h [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) 2013-10-30 14:45:14 +00:00
MipsISelLowering.cpp [mips] Make sure there is a chain edge dependency between loads that read 2013-11-09 02:38:51 +00:00
MipsISelLowering.h
MipsJITInfo.cpp
MipsJITInfo.h
MipsLongBranch.cpp
MipsMachineFunction.cpp
MipsMachineFunction.h
MipsMCInstLower.cpp
MipsMCInstLower.h
MipsModuleISelDAGToDAG.cpp
MipsModuleISelDAGToDAG.h
MipsMSAInstrFormats.td
MipsMSAInstrInfo.td [mips][msa] Update encoding of LDI instruction. 2013-11-08 10:43:11 +00:00
MipsOs16.cpp
MipsOs16.h
MipsRegisterInfo.cpp
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsRelocations.h
MipsSchedule.td
MipsSEFrameLowering.cpp
MipsSEFrameLowering.h
MipsSEInstrInfo.cpp
MipsSEInstrInfo.h
MipsSEISelDAGToDAG.cpp [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) 2013-10-30 14:45:14 +00:00
MipsSEISelDAGToDAG.h [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. not intrinsics) 2013-10-30 14:45:14 +00:00
MipsSEISelLowering.cpp Add #include of raw_ostream.h to MipsSEISelLowering.cpp 2013-10-30 16:10:10 +00:00
MipsSEISelLowering.h
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSERegisterInfo.cpp
MipsSERegisterInfo.h
MipsSubtarget.cpp [mips] Compute stack alignment on the fly. 2013-10-30 02:29:43 +00:00
MipsSubtarget.h [mips] Compute stack alignment on the fly. 2013-10-30 02:29:43 +00:00
MipsTargetMachine.cpp
MipsTargetMachine.h
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
MipsTargetStreamer.h
MSA.txt [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal IR (i.e. not intrinsics) 2013-10-30 15:20:38 +00:00