llvm-6502/lib/MC
Akira Hatanaka 3014b2f322 This patch adds a flag in MCAsmInfo that indicates whether dwarf register
numbers should be printed instead of symbolic register names in
MCAsmStreamer::EmitRegisterName. This is necessary because some versions of
GNU assembler won't accept code in which symbolic register names are used in
cfi directives. There is no change in behavior unless the flag is explicitly
set to true by a backend.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134635 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-07 20:30:33 +00:00
..
MCDisassembler createMCInstPrinter doesn't need TargetMachine anymore. 2011-07-06 19:45:42 +00:00
MCParser Asm parser range checking on .<size> <value> directives. 2011-06-29 16:05:14 +00:00
CMakeLists.txt - Added MCSubtargetInfo to capture subtarget features and scheduling 2011-07-01 20:45:01 +00:00
ELFObjectWriter.cpp
ELFObjectWriter.h
MachObjectWriter.cpp Refactor MachO relocation generaration into the Target directories. 2011-06-24 23:44:37 +00:00
Makefile
MCAsmInfo.cpp This patch adds a flag in MCAsmInfo that indicates whether dwarf register 2011-07-07 20:30:33 +00:00
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmStreamer.cpp This patch adds a flag in MCAsmInfo that indicates whether dwarf register 2011-07-07 20:30:33 +00:00
MCAssembler.cpp
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp Add a target hook to encode the compact unwind information. 2011-07-07 00:54:13 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp
MCELFStreamer.h Remove a useless copy of MCELFStreamer. Patch by Logan Chien! 2011-06-17 18:05:30 +00:00
MCExpr.cpp Fix emission of PPC64 assembler on non-darwin platforms by splitting 2011-06-09 20:25:38 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
MCLoggingStreamer.cpp
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp
MCNullStreamer.cpp
MCObjectStreamer.cpp
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp
MCSubtargetInfo.cpp Compute feature bits at time of MCSubtargetInfo initialization. 2011-07-07 07:07:08 +00:00
MCSymbol.cpp
MCValue.cpp
MCWin64EH.cpp
SubtargetFeature.cpp Compute feature bits at time of MCSubtargetInfo initialization. 2011-07-07 07:07:08 +00:00
TargetAsmBackend.cpp
WinCOFFObjectWriter.cpp
WinCOFFStreamer.cpp