aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/Mangler.cpp
AgeCommit message (Expand)Author
2013-04-19Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-08-17Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling
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