llvm-6502/lib/Target/Mips
Daniel Sanders cfae729840 [mips] Remove inverted predicates from MipsSubtarget that were only used by MipsCallingConv.td
Summary: No functional change

Reviewers: echristo, vmedic

Reviewed By: echristo, vmedic

Subscribers: echristo, llvm-commits

Differential Revision: http://reviews.llvm.org/D5266

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217494 91177308-0d34-0410-b5e6-96231b3b80d8
2014-09-10 12:02:27 +00:00
..
AsmParser [mips] Add assembler support for .set mips0 directive. 2014-09-09 12:52:14 +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 .set mips0 directive. 2014-09-09 12:52:14 +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] MicroMIPS Compact Branch Instructions BEQZC and BNEZC 2014-08-14 12:09:10 +00:00
MicroMipsInstrFPU.td
MicroMipsInstrInfo.td [mips][microMIPS] MicroMIPS Compact Branch Instructions BEQZC and BNEZC 2014-08-14 12:09:10 +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 Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
Mips16ISelLowering.h
Mips16RegisterInfo.cpp
Mips16RegisterInfo.h
Mips32r6InstrFormats.td
Mips32r6InstrInfo.td
Mips64InstrInfo.td [MIPS] Add aliases for sync instruction used by Octeon CPU 2014-09-10 06:10:24 +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 inverted predicates from MipsSubtarget that were only used by MipsCallingConv.td 2014-09-10 12:02:27 +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 [FastISel][tblgen] Rename tblgen generated FastISel functions. NFC. 2014-09-03 20:56:59 +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] Marked the Trap-on-Condition instructions as Mips II 2014-09-05 15:50:13 +00:00
MipsISelDAGToDAG.cpp
MipsISelDAGToDAG.h
MipsISelLowering.cpp [mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numIntArgRegs() 2014-09-10 10:37:03 +00:00
MipsISelLowering.h [mips] Return an ArrayRef from MipsCC::intArgRegs() and remove MipsCC::numIntArgRegs() 2014-09-10 10:37:03 +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 Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsSEISelLowering.h
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSERegisterInfo.cpp
MipsSERegisterInfo.h
MipsSubtarget.cpp Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsSubtarget.h [mips] Remove inverted predicates from MipsSubtarget that were only used by MipsCallingConv.td 2014-09-10 12:02:27 +00:00
MipsTargetMachine.cpp Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsTargetMachine.h Reinstate "Nuke the old JIT." 2014-09-02 22:28:02 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
MipsTargetStreamer.h [mips] Add assembler support for .set mips0 directive. 2014-09-09 12:52:14 +00:00
MSA.txt