llvm-6502/lib/Target/Mips
2014-09-19 23:30:42 +00:00
..
AsmParser [mips] Add assembler support for the .set nodsp directive. 2014-09-17 09:01:54 +00:00
Disassembler Fix left shifts of negative values in MipsDisassembler. 2014-09-02 17:49:16 +00:00
InstPrinter
MCTargetDesc [mips] Add assembler support for the .set nodsp directive. 2014-09-17 09:01:54 +00:00
TargetInfo
CMakeLists.txt Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
LLVMBuild.txt
Makefile Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MicroMipsInstrFormats.td [mips][microMIPS] Implement JRADDIUSP instruction 2014-09-12 14:29:54 +00:00
MicroMipsInstrFPU.td
MicroMipsInstrInfo.td [mips][microMIPS] Implement JRADDIUSP instruction 2014-09-12 14:29:54 +00:00
Mips16FrameLowering.cpp
Mips16FrameLowering.h
Mips16HardFloat.cpp
Mips16HardFloat.h
Mips16HardFloatInfo.cpp
Mips16HardFloatInfo.h
Mips16InstrFormats.td
Mips16InstrInfo.cpp
Mips16InstrInfo.h
Mips16InstrInfo.td Fix typos in comments, NFC 2014-08-29 21:53:01 +00:00
Mips16ISelDAGToDAG.cpp
Mips16ISelDAGToDAG.h
Mips16ISelLowering.cpp constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
Mips16ISelLowering.h constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
Mips16RegisterInfo.cpp
Mips16RegisterInfo.h
Mips32r6InstrFormats.td
Mips32r6InstrInfo.td
Mips64InstrInfo.td [mips] Move 32-bit ADDiu instruction alias from Mips64InstrInfo.td to MipsInstrInfo.td. 2014-09-16 10:19:03 +00:00
Mips64r6InstrInfo.td
Mips.h Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
Mips.td
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp
MipsAsmPrinter.h
MipsCallingConv.td [mips] Remove custom versions of CCState::AnalyzeReturn() and CCState::AnalyzeCallReturn(). 2014-09-18 08:28:39 +00:00
MipsCondMov.td
MipsConstantIslandPass.cpp Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsDelaySlotFiller.cpp
MipsDSPInstrFormats.td
MipsDSPInstrInfo.td
MipsFastISel.cpp Add mips32 r1 to the list of supported targets for Mips fast-isel 2014-09-15 20:30:25 +00:00
MipsFrameLowering.cpp
MipsFrameLowering.h
MipsInstrFormats.td Revert: r215698 - Current implementation of c.cond.fmt instructions only accept default cc0 register... 2014-08-17 19:47:47 +00:00
MipsInstrFPU.td Revert: r215698 - Current implementation of c.cond.fmt instructions only accept default cc0 register... 2014-08-17 19:47:47 +00:00
MipsInstrInfo.cpp
MipsInstrInfo.h
MipsInstrInfo.td [mips] Move 32-bit ADDiu instruction alias from Mips64InstrInfo.td to MipsInstrInfo.td. 2014-09-16 10:19:03 +00:00
MipsISelDAGToDAG.cpp
MipsISelDAGToDAG.h
MipsISelLowering.cpp constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
MipsISelLowering.h constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
MipsLongBranch.cpp Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsMachineFunction.cpp Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. 2014-08-30 16:48:02 +00:00
MipsMachineFunction.h Fix some cases where StringRef was being passed by const reference. Remove const from some other StringRefs since its implicitly const already. 2014-08-30 16:48:02 +00:00
MipsMCInstLower.cpp
MipsMCInstLower.h
MipsModuleISelDAGToDAG.cpp
MipsModuleISelDAGToDAG.h
MipsMSAInstrFormats.td
MipsMSAInstrInfo.td [mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards. No functional changes. 2014-09-04 13:23:44 +00:00
MipsOptimizePICCall.cpp
MipsOptionRecord.h Make some helpers static or move into the llvm namespace. 2014-09-03 21:04:12 +00:00
MipsOs16.cpp
MipsOs16.h
MipsRegisterInfo.cpp
MipsRegisterInfo.h
MipsRegisterInfo.td [mips] Rename MipsAsmParser functions to conform to the LLVM Coding Standards. No functional changes. 2014-09-04 13:23:44 +00:00
MipsRelocations.h
MipsSchedule.td
MipsSEFrameLowering.cpp
MipsSEFrameLowering.h
MipsSEInstrInfo.cpp
MipsSEInstrInfo.h
MipsSEISelDAGToDAG.cpp
MipsSEISelDAGToDAG.h
MipsSEISelLowering.cpp constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
MipsSEISelLowering.h constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSERegisterInfo.cpp
MipsSERegisterInfo.h
MipsSubtarget.cpp constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
MipsSubtarget.h constify the TargetMachine being passed through the Mips subtarget 2014-09-19 23:30:42 +00:00
MipsTargetMachine.cpp Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsTargetMachine.h Reverting NFC changes from r218050. Instead, the warning was disabled for GCC in r218059, so these changes are no longer required. 2014-09-18 17:34:23 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
MipsTargetStreamer.h [mips] Add assembler support for the .set nodsp directive. 2014-09-17 09:01:54 +00:00
MSA.txt