llvm-6502/lib/MC
Chris Lattner acd03ae679 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93690 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-17 19:23:46 +00:00
..
CMakeLists.txt
Makefile
MCAsmInfo.cpp Move DataTypes.h to include/llvm/System, update all users. This breaks the last 2009-10-26 01:35:46 +00:00
MCAsmInfoCOFF.cpp
MCAsmInfoDarwin.cpp
MCAsmLexer.cpp
MCAsmParser.cpp unbreak the build, grr symlinks. 2010-01-15 19:51:05 +00:00
MCAsmStreamer.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCAssembler.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCCodeEmitter.cpp
MCContext.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCDisassembler.cpp No newline at end of files. 2009-10-05 18:43:19 +00:00
MCExpr.cpp Change errs() to dbgs(). 2010-01-05 01:28:07 +00:00
MCInst.cpp Change errs() to dbgs(). 2010-01-05 01:28:22 +00:00
MCInstPrinter.cpp No newline at end of files. 2009-10-05 18:43:19 +00:00
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 Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCSection.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
MCSectionELF.cpp tidy 2010-01-13 21:21:29 +00:00
MCSectionMachO.cpp Pass StringRef by value. 2009-11-06 10:58:06 +00:00
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