llvm-6502/lib/Target/MBlaze
2011-10-22 16:50:00 +00:00
..
AsmParser Fix some simple copy-paste errors in MBlaze ASM Parser and Makefile. 2011-09-21 19:23:46 +00:00
Disassembler Move various generated tables into read-only memory, fixing up const correctness along the way. 2011-10-22 16:50:00 +00:00
InstPrinter These do not need to be conditional on the presence of CommentStream, as they have a fallback path now. 2011-09-21 17:58:45 +00:00
MCTargetDesc Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson. 2011-09-07 17:24:38 +00:00
TargetInfo Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
CMakeLists.txt Build system infrastructure for multiple tblgens. 2011-10-06 01:51:51 +00:00
Makefile
MBlaze.h Refactor MBlaze target to separate MC routines from Target routines. 2011-07-25 20:18:18 +00:00
MBlaze.td
MBlazeAsmPrinter.cpp Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
MBlazeELFWriterInfo.cpp Fix improperly formed assert() call. 2011-10-17 20:22:59 +00:00
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp Fix a couple of 80 column violations. 2011-09-23 17:24:41 +00:00
MBlazeFrameLowering.h
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp Fix a couple of 80 column violations. 2011-09-23 17:24:41 +00:00
MBlazeInstrInfo.h Refactor MBlaze target to separate MC routines from Target routines. 2011-07-25 20:18:18 +00:00
MBlazeInstrInfo.td Ban rematerializable instructions with side effects. 2011-10-14 01:00:49 +00:00
MBlazeIntrinsicInfo.cpp Use a SmallVector for intrinsic argument types. 2011-10-17 21:33:26 +00:00
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp Add codegen support for vector select (in the IR this means a select 2011-09-06 19:07:46 +00:00
MBlazeISelLowering.h Add codegen support for vector select (in the IR this means a select 2011-09-06 19:07:46 +00:00
MBlazeMachineFunction.h
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp Refactoring fail. 2011-07-25 22:16:37 +00:00
MBlazeRegisterInfo.h Refactoring fail. 2011-07-25 22:16:37 +00:00
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSchedule.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
MBlazeSubtarget.h
MBlazeTargetMachine.cpp Move TargetRegistry and TargetSelect from Target to Support where they belong. 2011-08-24 18:08:43 +00:00
MBlazeTargetMachine.h - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. 2011-07-20 07:51:56 +00:00
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO