llvm-6502/lib
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
..
Analysis Create Generic DOTGraphTraits Printer/Viewer 2010-01-16 10:56:41 +00:00
Archive
AsmParser Remove the InlineHint attribute. There are no current or planned 2010-01-15 21:36:30 +00:00
Bitcode
CodeGen now that mangler is in libtarget, it can use MCAsmInfo instead of clients 2010-01-17 18:22:35 +00:00
CompilerDriver
ExecutionEngine Replace DebugLocTuple with DILocation. 2010-01-16 06:09:35 +00:00
Linker
MC Get MCSymbol out of the mangling business, and move all the logic 2010-01-17 19:23:46 +00:00
Support Temporarily revert r93581. It was causing failures in the ExecutionEngine tests 2010-01-16 01:06:58 +00:00
System
Target Get MCSymbol out of the mangling business, and move all the logic 2010-01-17 19:23:46 +00:00
Transforms Fix comment. 2010-01-17 06:49:03 +00:00
VMCore Update CMake files for Mangler move. 2010-01-16 22:23:09 +00:00
Makefile