llvm-6502/lib/Target/Mips
Chris Lattner 819c4f365f remove SectionFlags::Small: it is only used on Xcore, and we'll find
a better solution for it in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76818 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-22 23:27:22 +00:00
..
AsmPrinter make AsmPrinter::doFinalization iterate over the global variables 2009-07-21 18:38:57 +00:00
TargetInfo Add dependencies from TargetInfo onto .td generation. 2009-07-19 00:21:12 +00:00
CMakeLists.txt
Makefile Add TargetInfo libraries for all targets. 2009-07-15 06:35:19 +00:00
Mips.h Put Target definitions inside Target specific header, and llvm namespace. 2009-07-18 23:03:22 +00:00
Mips.td
MipsCallingConv.td
MipsDelaySlotFiller.cpp
MipsInstrFormats.td
MipsInstrFPU.td
MipsInstrInfo.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
MipsInstrInfo.h llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
MipsInstrInfo.td
MipsISelDAGToDAG.cpp
MipsISelLowering.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
MipsISelLowering.h
MipsMachineFunction.h
MipsRegisterInfo.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
MipsRegisterInfo.h
MipsRegisterInfo.td
MipsSchedule.td
MipsSubtarget.cpp
MipsSubtarget.h
MipsTargetAsmInfo.cpp remove SectionFlags::Small: it is only used on Xcore, and we'll find 2009-07-22 23:27:22 +00:00
MipsTargetAsmInfo.h remove SectionFlags::Small: it is only used on Xcore, and we'll find 2009-07-22 23:27:22 +00:00
MipsTargetMachine.cpp Put Target definitions inside Target specific header, and llvm namespace. 2009-07-18 23:03:22 +00:00
MipsTargetMachine.h Lift addAssemblyEmitter into LLVMTargetMachine. 2009-07-15 23:34:19 +00:00