llvm-6502/lib/Target/Mips
Akira Hatanaka f4f60cbe46 Fix Mips/CMakeLists.txt.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158437 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-14 01:23:55 +00:00
..
AsmParser
Disassembler
InstPrinter Fix typos found by http://github.com/lyda/misspell-check 2012-06-02 10:20:22 +00:00
MCTargetDesc Test commit 2012-06-09 00:27:55 +00:00
TargetInfo
CMakeLists.txt Fix Mips/CMakeLists.txt. 2012-06-14 01:23:55 +00:00
LLVMBuild.txt
Makefile
Mips16InstrFormats.td Clean up trailing blanks in Mips16InstrFormats.td 2012-06-13 02:42:47 +00:00
Mips16InstrInfo.td
Mips64InstrInfo.td Add definitions of 32/64-bit unaligned load/store instructions for Mips. 2012-06-02 00:04:19 +00:00
Mips.h Add long branch expansion pass for MIPS. 2012-06-14 01:19:35 +00:00
Mips.td
MipsAnalyzeImmediate.cpp
MipsAnalyzeImmediate.h
MipsAsmPrinter.cpp Remove code in MipsAsmPrinter and MipsMCInstLower. 2012-06-14 01:20:12 +00:00
MipsAsmPrinter.h
MipsCallingConv.td Implement fastcc calling convention for MIPS. 2012-06-13 18:06:00 +00:00
MipsCodeEmitter.cpp
MipsCondMov.td
MipsDelaySlotFiller.cpp Bundle jump/branch instructions with the instructions in the delay slot in 2012-06-13 23:25:52 +00:00
MipsFrameLowering.cpp In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediate 2012-06-14 01:17:13 +00:00
MipsFrameLowering.h
MipsInstrFormats.td
MipsInstrFPU.td
MipsInstrInfo.cpp Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to 2012-06-14 01:16:45 +00:00
MipsInstrInfo.h Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to 2012-06-14 01:16:45 +00:00
MipsInstrInfo.td Add AT to the list of registers clobbered by branches so that it is available 2012-06-14 01:17:59 +00:00
MipsISelDAGToDAG.cpp In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object. 2012-06-14 01:16:15 +00:00
MipsISelLowering.cpp Implement a DAGCombine in MipsISelLowering.cpp which transforms the following 2012-06-13 20:33:18 +00:00
MipsISelLowering.h Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp. 2012-06-13 19:33:32 +00:00
MipsJITInfo.cpp
MipsJITInfo.h
MipsLongBranch.cpp Add file MipsLongBranch.cpp. 2012-06-14 01:22:24 +00:00
MipsMachineFunction.cpp
MipsMachineFunction.h Add methods to MipsFunctionInfo for initializing and accessing the stack frame 2012-06-14 01:15:36 +00:00
MipsMCInstLower.cpp Remove code in MipsAsmPrinter and MipsMCInstLower. 2012-06-14 01:20:12 +00:00
MipsMCInstLower.h Remove code in MipsAsmPrinter and MipsMCInstLower. 2012-06-14 01:20:12 +00:00
MipsRegisterInfo.cpp In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediate 2012-06-14 01:17:36 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsRelocations.h
MipsSchedule.td
MipsSelectionDAGInfo.cpp
MipsSelectionDAGInfo.h
MipsSubtarget.cpp
MipsSubtarget.h
MipsTargetMachine.cpp Add long branch expansion pass for MIPS. 2012-06-14 01:19:35 +00:00
MipsTargetMachine.h
MipsTargetObjectFile.cpp
MipsTargetObjectFile.h