llvm-6502/lib/Target/Mips
Rafael Espindola ed7cd9610a Fix cmake build.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129601 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-15 20:34:45 +00:00
..
TargetInfo Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
CMakeLists.txt Fix cmake build. 2011-04-15 20:34:45 +00:00
Makefile move all the target's asmprinters into the main target. The piece 2010-11-14 18:43:56 +00:00
Mips.h Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
Mips.td Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
MipsAsmPrinter.cpp Insert space before ';' to prevent warnings. 2011-04-02 00:15:58 +00:00
MipsCallingConv.td Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsDelaySlotFiller.cpp Fix delay slot filler for non mips1 targets. Patch by Akira Hatanaka 2010-12-09 17:31:11 +00:00
MipsExpandPseudo.cpp Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
MipsFrameLowering.cpp Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
MipsFrameLowering.h Fix an old copy-n-paste 2011-03-04 19:20:24 +00:00
MipsInstrFormats.td Added support for FP conditional move instructions and fixed bugs in handling of FP comparisons. 2011-03-31 18:26:17 +00:00
MipsInstrFPU.td Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
MipsInstrInfo.cpp Add code for analyzing FP branches. Clean up branch Analysis functions. 2011-04-01 17:39:08 +00:00
MipsInstrInfo.h Simplifies logic for printing target flags. 2011-04-01 21:41:06 +00:00
MipsInstrInfo.td Added support for FP conditional move instructions and fixed bugs in handling of FP comparisons. 2011-03-31 18:26:17 +00:00
MipsISelDAGToDAG.cpp Move transformation of JmpLink and related nodes done during instruction selection to Legalize phase. 2011-04-04 17:11:07 +00:00
MipsISelLowering.cpp Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
MipsISelLowering.h Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
MipsMachineFunction.h Remove trailing spaces of MipsMachineFunction.h 2010-09-28 10:06:53 +00:00
MipsMCAsmInfo.cpp Don't pass StringRef by reference. 2010-07-14 22:38:02 +00:00
MipsMCAsmInfo.h Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsRegisterInfo.cpp Expands register/immediate pairs when the immediate is too large to fit in 16-bit field. Patch by Akira Hatanaka 2011-03-04 20:48:08 +00:00
MipsRegisterInfo.h Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsRegisterInfo.td Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsSchedule.td Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsSelectionDAGInfo.cpp Implement a bunch more TargetSelectionDAGInfo infrastructure. 2010-05-11 17:31:57 +00:00
MipsSelectionDAGInfo.h Implement a bunch more TargetSelectionDAGInfo infrastructure. 2010-05-11 17:31:57 +00:00
MipsSubtarget.cpp Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsSubtarget.h Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00
MipsTargetMachine.cpp Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
MipsTargetMachine.h Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. 2011-04-15 19:52:08 +00:00
MipsTargetObjectFile.cpp Remove more duplicated code. 2011-01-23 04:43:11 +00:00
MipsTargetObjectFile.h Remove (hopefully) all trailing whitespaces from the mips backend. Patch by Hatanaka, Akira 2011-03-04 17:51:39 +00:00