..
AsmParser
[mips] Use early exit in MipsAsmParser::matchCPURegisterName(). NFC.
2014-09-15 15:33:01 +00:00
Disassembler
Fix left shifts of negative values in MipsDisassembler.
2014-09-02 17:49:16 +00:00
InstPrinter
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MCTargetDesc
[mips][microMIPS] Implement JRADDIUSP instruction
2014-09-12 14:29: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
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
Mips16FrameLowering.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips16HardFloat.cpp
Mips16HardFloat.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips16HardFloatInfo.cpp
Mips16HardFloatInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips16InstrFormats.td
Fix a whole bunch of binary literals which were the wrong size. All were being silently zero extended to the correct width.
2014-08-07 05:46:54 +00:00
Mips16InstrInfo.cpp
Mips16InstrInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips16InstrInfo.td
Fix typos in comments, NFC
2014-08-29 21:53:01 +00:00
Mips16ISelDAGToDAG.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
Mips16ISelDAGToDAG.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips16ISelLowering.cpp
Reinstate "Nuke the old JIT."
2014-09-02 22:28:02 +00:00
Mips16ISelLowering.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips16RegisterInfo.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
Mips16RegisterInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
Mips32r6InstrFormats.td
Mips32r6InstrInfo.td
Mips64InstrInfo.td
[mips] Marked the DADDiu instruction aliases as MIPS III.
2014-09-15 14:47:46 +00:00
Mips64r6InstrInfo.td
Mips.h
Reinstate "Nuke the old JIT."
2014-09-02 22:28:02 +00:00
Mips.td
[mips] Invert the abicalls feature bit to be noabicalls so that it's possible for -mno-abicalls to take effect.
2014-08-08 15:47:17 +00:00
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsAsmPrinter.cpp
[mips] Rename [gs]etCanHaveModuleDir to more natural names
2014-08-14 09:18:14 +00:00
MipsAsmPrinter.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
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
Add mips32 r1 to the list of supported targets for Mips fast-isel
2014-09-15 20:30:25 +00:00
MipsFrameLowering.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
MipsFrameLowering.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
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
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsInstrInfo.td
[mips][microMIPS] Implement TLBP, TLBR, TLBWI and TLBWR instructions
2014-09-12 13:33:33 +00:00
MipsISelDAGToDAG.cpp
MipsISelDAGToDAG.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
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
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsModuleISelDAGToDAG.cpp
MipsModuleISelDAGToDAG.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
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
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
MipsOptionRecord.h
Make some helpers static or move into the llvm namespace.
2014-09-03 21:04:12 +00:00
MipsOs16.cpp
MipsOs16.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsRegisterInfo.cpp
[mips] Initial implementation of -mabicalls/-mno-abicalls.
2014-08-08 10:01:29 +00:00
MipsRegisterInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
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
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsSchedule.td
MipsSEFrameLowering.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
MipsSEFrameLowering.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsSEInstrInfo.cpp
MipsSEInstrInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsSEISelDAGToDAG.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
MipsSEISelDAGToDAG.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsSEISelLowering.cpp
Reinstate "Nuke the old JIT."
2014-09-02 22:28:02 +00:00
MipsSEISelLowering.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsSERegisterInfo.cpp
Have MachineFunction cache a pointer to the subtarget to make lookups
2014-08-05 02:39:49 +00:00
MipsSERegisterInfo.h
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
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
Canonicalize header guards into a common format.
2014-08-13 16:26:38 +00:00
MipsTargetStreamer.h
[mips] Add assembler support for .set mips0 directive.
2014-09-09 12:52:14 +00:00
MSA.txt