Files
llvm-6502/include/llvm
Chris Lattner 03e9dd9ffa Change the X86 asmprinter to use the mangler to apply suffixes like "$non_lazy_ptr"
to symbols instead of doing it with "printSuffixedName".  This gets us to the point
where there is a real separation between computing a symbol name and printing it,
something I need for MC printer stuff.

This patch also fixes a corner case bug where unnamed private globals wouldn't get
the private label prefix.

Next up, rename all uses of getValueName -> getMangledName for better greppability,
and then tackle the ppc/arm backends to eliminate "printSuffixedName".



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75610 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-14 06:04:35 +00:00
..
2009-07-10 21:09:55 +00:00
2009-07-12 23:50:34 +00:00
2009-07-13 20:46:11 +00:00
2009-07-06 23:00:19 +00:00
2009-07-09 04:56:23 +00:00
2009-07-07 23:43:39 +00:00
2009-07-11 20:10:48 +00:00
2009-07-06 23:00:19 +00:00
2009-07-05 22:35:49 +00:00
2009-04-01 16:13:29 +00:00