llvm-6502/lib/Target/MBlaze
2010-11-24 16:32:35 +00:00
..
AsmParser 1. Finishing MBlaze MC asm parser test cases 2010-11-12 23:30:17 +00:00
Disassembler Fixed error and re-enabled MBlaze MC disassembler tests. 2010-11-13 05:48:21 +00:00
InstPrinter Make it a little bit more explicit that the MBlaze backend only supports upto 2010-11-21 21:39:46 +00:00
TargetInfo
CMakeLists.txt Attempt to unbreak cmake-based builds 2010-11-15 00:48:12 +00:00
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmBackend.cpp Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. 2010-11-21 22:06:28 +00:00
MBlazeAsmPrinter.cpp Updating MBlaze .mask and .frame directives to match GCC's output and fixing regression introduced in 120095 by checking MCStreamer::hasRawTextSupport. 2010-11-24 16:32:35 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp Fix an error in the MBlaze delay slot filler where instructions that already 2010-11-21 21:36:12 +00:00
MBlazeELFWriterInfo.cpp Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. 2010-11-21 22:06:28 +00:00
MBlazeELFWriterInfo.h Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. 2010-11-21 22:06:28 +00:00
MBlazeFixupKinds.h
MBlazeFrameInfo.cpp Move hasFP() and few related hooks to TargetFrameInfo. 2010-11-18 21:19:35 +00:00
MBlazeFrameInfo.h Move hasFP() and few related hooks to TargetFrameInfo. 2010-11-18 21:19:35 +00:00
MBlazeInstrFormats.td Fixing improperly encoded reverse subtract instructions in MBlaze backend. 2010-11-12 23:41:10 +00:00
MBlazeInstrFPU.td 1. Finishing MBlaze MC asm parser test cases 2010-11-12 23:30:17 +00:00
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp Implement branch analysis in the MBlaze backend. 2010-11-21 21:53:36 +00:00
MBlazeInstrInfo.h Implement branch analysis in the MBlaze backend. 2010-11-21 21:53:36 +00:00
MBlazeInstrInfo.td Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. 2010-11-21 22:06:28 +00:00
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp 1. Finishing MBlaze MC asm parser test cases 2010-11-12 23:30:17 +00:00
MBlazeISelLowering.cpp Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. 2010-11-23 03:31:01 +00:00
MBlazeISelLowering.h
MBlazeMachineFunction.h
MBlazeMCAsmInfo.cpp 1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. 2010-11-24 15:39:32 +00:00
MBlazeMCAsmInfo.h
MBlazeMCCodeEmitter.cpp Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. 2010-11-21 22:06:28 +00:00
MBlazeMCInstLower.cpp 1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. 2010-11-24 15:39:32 +00:00
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp 1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. 2010-11-24 15:39:32 +00:00
MBlazeRegisterInfo.h Move hasFP() and few related hooks to TargetFrameInfo. 2010-11-18 21:19:35 +00:00
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp 1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. 2010-11-24 15:39:32 +00:00
MBlazeTargetMachine.h First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place 2010-11-15 00:06:54 +00:00
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO 1. Adding test cases for MBlaze MC disassembler. 2010-11-13 02:37:59 +00:00