llvm-6502/lib/Target/MBlaze
Jim Grosbach 370b78d795 Move target-specific logic out of generic MCAssembler.
Whether a fixup needs relaxation for the associated instruction is a
target-specific function, as the FIXME indicated. Create a hook for that
and use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145881 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-06 00:47:03 +00:00
..
AsmParser build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
Disassembler build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
InstPrinter build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
MCTargetDesc Move target-specific logic out of generic MCAssembler. 2011-12-06 00:47:03 +00:00
TargetInfo build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler. 2011-11-11 00:23:56 +00:00
Makefile
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp Simplify some uses of utohexstr. 2011-11-07 21:00:59 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp Move code into anonymous namespaces. 2011-11-26 23:01:57 +00:00
MBlazeELFWriterInfo.cpp Fix improperly formed assert() call. 2011-10-17 20:22:59 +00:00
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
MBlazeFrameLowering.h
MBlazeInstrFormats.td Add several new instructions supported by the latest MicroBlaze. 2011-11-27 05:16:58 +00:00
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrInfo.cpp Fix a couple of 80 column violations. 2011-09-23 17:24:41 +00:00
MBlazeInstrInfo.h
MBlazeInstrInfo.td Add several new instructions supported by the latest MicroBlaze. 2011-11-27 05:16:58 +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 Added invariant field to the DAG.getLoad method and changed all calls. 2011-11-08 18:42:53 +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 Rename a couple of options and fix some simple typos. 2011-11-26 21:50:38 +00:00
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp
MBlazeRegisterInfo.h
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 global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
MBlazeTargetMachine.h Move global variables in TargetMachine into new TargetOptions class. As an API 2011-12-02 22:16:29 +00:00
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
TODO