Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Target / Mangler.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-10-09 Nadav Rotemwhitespace
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-25 Craig TopperPrune some includes and forward declarations.
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-03-12 Chris Lattnergive Mangler access to TargetData.
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-02-11 Chris Lattnerrefactor x86 conditional branches to use a multipattern
2010-01-18 Benjamin KramerUnnamed symbol index should be >= 1. This was lost...
2010-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris Lattnerfix uninit member, thanks to Benjamin Kramer for identi...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnernow that mangler is in libtarget, it can use MCAsmInfo...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.