aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/Mangler.h
AgeCommit message (Expand)Author
2013-01-10Fix include guards so they exactly match file names.Jakub Staszak
2012-10-09whitespaceNadav Rotem
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-03-25Prune some includes and forward declarations.Craig Topper
2011-02-11Remove std::string version of getNameWithPrefix.Rafael Espindola
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-03-12give Mangler access to TargetData.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-03-12make TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-03-11fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner
2010-02-11refactor x86 conditional branches to use a multipatternChris Lattner
2010-01-18Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer
2010-01-17stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner
2010-01-17fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris 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