llvm-6502/lib/MC
Rafael Espindola 1f6c87554a Avoid some uses of .uleb128. This is a small speedup and more importantly
lets this code be used when producing assembly code for old assemblers without
uleb support.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130544 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-29 21:50:57 +00:00
..
MCDisassembler
MCParser MC/AsmParser: Generalize a check. 2011-04-29 17:53:11 +00:00
CMakeLists.txt
ELFObjectWriter.cpp
ELFObjectWriter.h
MachObjectWriter.cpp MC/Mach-O: Update getSymbolAddress() to support evaluation of variables. 2011-04-29 18:13:42 +00:00
Makefile
MCAsmInfo.cpp Add the getExprForFDESymbol method that responsible for computing the 2011-04-28 21:04:39 +00:00
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp Add the getExprForFDESymbol method that responsible for computing the 2011-04-28 21:04:39 +00:00
MCAsmStreamer.cpp Implement MCAsmStreamer::EmitCFIDefCfa. 2011-04-29 21:41:06 +00:00
MCAssembler.cpp MCAsmLayout: Add support for computing the symbol offset of variables. Not 2011-04-29 18:20:20 +00:00
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCDwarf.cpp Avoid some uses of .uleb128. This is a small speedup and more importantly 2011-04-29 21:50:57 +00:00
MCELF.cpp
MCELF.h
MCELFObjectTargetWriter.cpp
MCELFStreamer.cpp
MCELFStreamer.h
MCExpr.cpp MCExpr: Add FindAssociatedSection, which attempts to mirror the 'as' semantics 2011-04-29 18:00:03 +00:00
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
MCLoggingStreamer.cpp
MCMachObjectTargetWriter.cpp
MCMachOStreamer.cpp Mark the EH symbol global or weak if the corresponding function is. 2011-04-28 12:50:37 +00:00
MCNullStreamer.cpp
MCObjectStreamer.cpp
MCObjectWriter.cpp
MCPureStreamer.cpp
MCSection.cpp
MCSectionCOFF.cpp
MCSectionELF.cpp
MCSectionMachO.cpp
MCStreamer.cpp Mark the EH symbol global or weak if the corresponding function is. 2011-04-28 12:50:37 +00:00
MCSymbol.cpp MC: Change variable symbols to be recognized as defined, by assigning their sections based on FindAssociatedSection(). 2011-04-29 18:20:17 +00:00
MCValue.cpp
TargetAsmBackend.cpp
WinCOFFObjectWriter.cpp
WinCOFFStreamer.cpp