hanchenye-llvm-project/llvm/lib/Target/MBlaze
Chad Rosier c4734c8950 Rather then have a wrapper function, have tblgen instantiate the implementation.
Also remove an unused argument.

llvm-svn: 164567
2012-09-24 22:57:55 +00:00
..
AsmParser Rather then have a wrapper function, have tblgen instantiate the implementation. 2012-09-24 22:57:55 +00:00
Disassembler
InstPrinter
MCTargetDesc When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
TargetInfo
CMakeLists.txt
LLVMBuild.txt
MBlaze.h
MBlaze.td
MBlazeAsmPrinter.cpp
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
MBlazeELFWriterInfo.cpp
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp
MBlazeFrameLowering.h
MBlazeISelDAGToDAG.cpp
MBlazeISelLowering.cpp Remove tabs. 2012-07-19 00:11:40 +00:00
MBlazeISelLowering.h
MBlazeInstrFPU.td
MBlazeInstrFSL.td
MBlazeInstrFormats.td
MBlazeInstrInfo.cpp
MBlazeInstrInfo.h
MBlazeInstrInfo.td Remove variable_ops from call instructions in most targets. 2012-07-13 20:44:29 +00:00
MBlazeIntrinsicInfo.cpp
MBlazeIntrinsicInfo.h
MBlazeIntrinsics.td
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
MBlazeMachineFunction.cpp
MBlazeMachineFunction.h
MBlazeRegisterInfo.cpp Add a getName function to MachineFunction. Use it in places that previously did getFunction()->getName(). Remove includes of Function.h that are no longer needed. 2012-08-22 06:07:19 +00:00
MBlazeRegisterInfo.h
MBlazeRegisterInfo.td
MBlazeRelocations.h
MBlazeSchedule.td
MBlazeSchedule3.td
MBlazeSchedule5.td
MBlazeSelectionDAGInfo.cpp
MBlazeSelectionDAGInfo.h
MBlazeSubtarget.cpp
MBlazeSubtarget.h
MBlazeTargetMachine.cpp
MBlazeTargetMachine.h
MBlazeTargetObjectFile.cpp
MBlazeTargetObjectFile.h
Makefile
TODO