1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-01 16:33:37 +01:00
llvm-mirror/lib/MC
Chris Lattner f7c6508544 Get MCSymbol out of the mangling business, and move all the logic
to Mangler.  Now MCSymbol just decides whether to slap quotes around
a symbol when printing it.

This also fixes some weirdness where two MCSymbols could be created
for the same symbol, if one needed to be mangled and got mangled to
the other one.

llvm-svn: 93690
2010-01-17 19:23:46 +00:00
..
CMakeLists.txt
Makefile
MCAsmInfo.cpp
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmLexer.cpp
MCAsmParser.cpp unbreak the build, grr symlinks. 2010-01-15 19:51:05 +00:00
MCAsmStreamer.cpp
MCAssembler.cpp
MCCodeEmitter.cpp
MCContext.cpp
MCDisassembler.cpp
MCExpr.cpp
MCInst.cpp Change errs() to dbgs(). 2010-01-05 01:28:22 +00:00
MCInstPrinter.cpp
MCMachOStreamer.cpp Add a note for the macho streamer and remove a used of the mangler from the soon to be defunct machowriter pass. 2010-01-17 03:49:01 +00:00
MCNullStreamer.cpp
MCSection.cpp
MCSectionELF.cpp tidy 2010-01-13 21:21:29 +00:00
MCSectionMachO.cpp
MCStreamer.cpp
MCSymbol.cpp Get MCSymbol out of the mangling business, and move all the logic 2010-01-17 19:23:46 +00:00
MCValue.cpp Change errs() to dbgs(). 2010-01-05 01:28:17 +00:00
TargetAsmParser.cpp