..
AsmParser
Avoid resetting the UseSoftFloat and FloatABIType on the TargetMachine
2014-07-18 00:08:50 +00:00
Disassembler
Prune dependency to MC from each target disassembler.
2014-07-24 11:45:11 +00:00
InstPrinter
MCTargetDesc
[mips] Add MipsOptionRecord abstraction and use it to implement .reginfo/.MIPS.options
2014-07-21 13:30:55 +00:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
Prune redundant libdeps.
2014-07-24 11:45:27 +00:00
Makefile
MicroMipsInstrFormats.td
MicroMipsInstrFPU.td
MicroMipsInstrInfo.td
Mips16FrameLowering.cpp
Mips16FrameLowering.h
Mips16HardFloat.cpp
Mips16HardFloat.h
Mips16HardFloatInfo.cpp
Mips16HardFloatInfo.h
Mips16InstrFormats.td
Mips16InstrInfo.cpp
Make InstrInfo depend only upon the Subtarget getting passed in
2014-07-18 23:25:00 +00:00
Mips16InstrInfo.h
Make InstrInfo depend only upon the Subtarget getting passed in
2014-07-18 23:25:00 +00:00
Mips16InstrInfo.td
Mips16ISelDAGToDAG.cpp
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
Mips16ISelDAGToDAG.h
Mips16ISelLowering.cpp
Add alignment value to allowsUnalignedMemoryAccess
2014-07-27 17:46:40 +00:00
Mips16ISelLowering.h
Add alignment value to allowsUnalignedMemoryAccess
2014-07-27 17:46:40 +00:00
Mips16RegisterInfo.cpp
Mips16RegisterInfo.h
Mips32r6InstrFormats.td
Mips32r6InstrInfo.td
[mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6)
2014-07-22 13:36:02 +00:00
Mips64InstrInfo.td
Mips64r6InstrInfo.td
[mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6)
2014-07-22 13:36:02 +00:00
Mips.h
Mips.td
[mips] Added FPXX modeless calling convention.
2014-07-10 15:36:12 +00:00
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp
[mips] Do not emit '.module fp=...' unless we really need to.
2014-07-21 15:25:24 +00:00
MipsAsmPrinter.h
Reset the Subtarget in the AsmPrinter for each machine function
2014-07-18 00:08:53 +00:00
MipsCallingConv.td
[mips] Emit two CFI offset directives per double precision SDC1/LDC1
2014-07-10 22:23:30 +00:00
MipsCodeEmitter.cpp
[mips] Try to fix the test/ExecutionEngine tests on a MIPS host.
2014-07-21 12:25:34 +00:00
MipsCondMov.td
MipsConstantIslandPass.cpp
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsDelaySlotFiller.cpp
MipsDSPInstrFormats.td
Make it possible for the Subtarget to change between function
2014-07-10 17:26:51 +00:00
MipsDSPInstrInfo.td
MipsFastISel.cpp
Make it possible for the Subtarget to change between function
2014-07-10 17:26:51 +00:00
MipsFrameLowering.cpp
FrameLowering depends only upon the Subtarget, so only take a subtarget
2014-07-18 23:33:47 +00:00
MipsFrameLowering.h
FrameLowering depends only upon the Subtarget, so only take a subtarget
2014-07-18 23:33:47 +00:00
MipsInstrFormats.td
MipsInstrFPU.td
[mips] Use MFHC1 when it is available (MIPS32r2 and later) for both FP32 and FP64 moves
2014-07-14 12:41:31 +00:00
MipsInstrInfo.cpp
Make InstrInfo depend only upon the Subtarget getting passed in
2014-07-18 23:25:00 +00:00
MipsInstrInfo.h
Make InstrInfo depend only upon the Subtarget getting passed in
2014-07-18 23:25:00 +00:00
MipsInstrInfo.td
Make it possible for the Subtarget to change between function
2014-07-10 17:26:51 +00:00
MipsISelDAGToDAG.cpp
Make it possible for the Subtarget to change between function
2014-07-10 17:26:51 +00:00
MipsISelDAGToDAG.h
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsISelLowering.cpp
[mips] Fix ll and sc instructions
2014-07-24 09:47:14 +00:00
MipsISelLowering.h
In preparation for replacing the whole subtarget on the target machine,
2014-07-18 23:25:04 +00:00
MipsJITInfo.cpp
MipsJITInfo.h
MipsLongBranch.cpp
Make non-module passes unconditionally added in the pass
2014-07-18 20:29:02 +00:00
MipsMachineFunction.cpp
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1.
2014-07-14 13:08:14 +00:00
MipsMachineFunction.h
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1.
2014-07-14 13:08:14 +00:00
MipsMCInstLower.cpp
MipsMCInstLower.h
MipsModuleISelDAGToDAG.cpp
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsModuleISelDAGToDAG.h
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsMSAInstrFormats.td
Make it possible for the Subtarget to change between function
2014-07-10 17:26:51 +00:00
MipsMSAInstrInfo.td
MipsOptimizePICCall.cpp
MipsOptionRecord.h
Include relative path for header outside the current directory.
2014-07-24 16:04:46 +00:00
MipsOs16.cpp
MipsOs16.h
MipsRegisterInfo.cpp
[mips] Added FPXX modeless calling convention.
2014-07-10 15:36:12 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
[mips][fp64a] Temporarily disable odd-numbered double-precision registers when using the FP64A ABI.
2014-07-16 15:34:07 +00:00
MipsRelocations.h
MipsSchedule.td
MipsSEFrameLowering.cpp
[mips] For the FP64A ABI, odd-numbered double-precision moves must not use mtc1/mfc1.
2014-07-14 13:08:14 +00:00
MipsSEFrameLowering.h
MipsSEInstrInfo.cpp
Make InstrInfo depend only upon the Subtarget getting passed in
2014-07-18 23:25:00 +00:00
MipsSEInstrInfo.h
Make InstrInfo depend only upon the Subtarget getting passed in
2014-07-18 23:25:00 +00:00
MipsSEISelDAGToDAG.cpp
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsSEISelDAGToDAG.h
MipsSEISelLowering.cpp
Add alignment value to allowsUnalignedMemoryAccess
2014-07-27 17:46:40 +00:00
MipsSEISelLowering.h
Add alignment value to allowsUnalignedMemoryAccess
2014-07-27 17:46:40 +00:00
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSERegisterInfo.cpp
MipsSERegisterInfo.h
MipsSubtarget.cpp
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsSubtarget.h
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsTargetMachine.cpp
Enable partial libcall inlining for all targets by default.
2014-07-23 13:33:00 +00:00
MipsTargetMachine.h
Fundamentally change the MipsSubtarget replacement machinery:
2014-07-18 23:41:32 +00:00
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h
MipsTargetStreamer.h
[mips] Add support for -modd-spreg/-mno-odd-spreg
2014-07-10 13:38:23 +00:00
MSA.txt