llvm-6502/lib/Target/MBlaze/MCTargetDesc
Roman Divacky 536a88ad5b When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend
store this and use it to not emit long nops when the CPU is geode which
doesnt support them.

Fixes PR11212.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164132 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-18 16:08:49 +00:00
..
CMakeLists.txt Move the MBlaze ELF writer bits to lib/Target/MBlaze. 2011-12-22 02:28:24 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile
MBlazeAsmBackend.cpp When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00
MBlazeBaseInfo.h More dead code removal (using -Wunreachable-code) 2012-01-20 21:51:11 +00:00
MBlazeELFObjectWriter.cpp Move the MBlaze ELF writer bits to lib/Target/MBlaze. 2011-12-22 02:28:24 +00:00
MBlazeMCAsmInfo.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:50:00 +00:00
MBlazeMCAsmInfo.h Prune some includes 2012-03-27 07:54:11 +00:00
MBlazeMCCodeEmitter.cpp Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. 2012-09-15 17:09:36 +00:00
MBlazeMCTargetDesc.cpp Make MCInstrInfo available to the MCInstPrinter. This will be used to remove getInstructionName and the static data it contains since the same tables are already in MCInstrInfo. 2012-04-02 06:09:36 +00:00
MBlazeMCTargetDesc.h When creating MCAsmBackend pass the CPU string as well. In X86AsmBackend 2012-09-18 16:08:49 +00:00