summaryrefslogtreecommitdiff
path: root/include/llvm/Target/Mangler.h
Commit message (Expand)AuthorAge
* whitespaceNadav Rotem2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Prune some includes and forward declarations.Craig Topper2012-03-25
* Remove std::string version of getNameWithPrefix.Rafael Espindola2011-02-11
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* give Mangler access to TargetData.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
* make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-12
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-11
* refactor x86 conditional branches to use a multipatternChris Lattner2010-02-11
* Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer2010-01-18
* stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner2010-01-17
* fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner2010-01-17
* Get MCSymbol out of the mangling business, and move all the logicChris 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