aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mangler.cpp
AgeCommit message (Expand)Author
2012-04-07Output UTF-8-encoded characters as identifier characters into assemblySean Hunt
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
2010-08-20Create the new linker type "linker_private_weak_def_auto".Bill Wendling
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-04-29Add support for assemblers that don't support periods in a nameMon P Wang
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-12move fastcall/stdcall mangling up into Mangler.Chris Lattner
2010-03-12finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner
2010-03-12make the mangler take an MCContext instead of an MAI.Chris Lattner
2010-01-17stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner
2010-01-17factor this code better how that the string version of getNameWithPrefixChris Lattner
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner