aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mangler.cpp
Commit message (Expand)AuthorAgeFilesLines
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-171-2/+2
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-171-4/+95
* factor this code better how that the string version of getNameWithPrefixChris Lattner2010-01-171-28/+8
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-171-21/+25
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-0/+104