summaryrefslogtreecommitdiff
path: root/lib/Target/Mangler.cpp
Commit message (Expand)AuthorAge
* Don't mangle \n and "Rafael Espindola2013-11-14
* Remove AllowQuotesInName and friends from MCAsmInfo.Rafael Espindola2013-11-13
* Remove always true flag.Rafael Espindola2013-11-12
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Use proper section suffix for COFF weak symbolsNico Rieck2013-07-29
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-18
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Do not mangle in MS-way the globals with magic \001 in the name.Anton Korobeynikov2013-04-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* Change the `linker_private_weak_def_auto' linkage to `linkonce_odr_auto_hide' toBill Wendling2012-08-17
* Output UTF-8-encoded characters as identifier characters into assemblySean Hunt2012-04-07
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11
* Create the new linker type "linker_private_weak_def_auto".Bill Wendling2010-08-20
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Add support for assemblers that don't support periods in a nameMon P Wang2010-04-29
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* move fastcall/stdcall mangling up into Mangler.Chris Lattner2010-03-12
* finally give Mangler a getSymbol method, which returns an MCSymbolChris Lattner2010-03-12
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-12
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris Lattner2010-01-17
* factor this code better how that the string version of getNameWithPrefixChris Lattner2010-01-17
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-17
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-16