aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mangler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Fix Doxygen issues:Dmitri Gribenko2012-09-141-1/+1
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-171-2/+1
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-071-4/+7
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-2/+2
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-111-10/+0
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-201-1/+2
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-1/+1
* Revert r107205 and r107207.Bill Wendling2010-06-291-5/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+5
* Add support for assemblers that don't support periods in a nameMon P Wang2010-04-291-5/+8
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-4/+1
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-121-9/+59
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-121-0/+13
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-121-4/+6
* 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