Don't mangle \n and "
[oota-llvm.git] / lib / Target / Mangler.cpp
2013-11-14 Rafael EspindolaDon't mangle \n and "
2013-11-13 Rafael EspindolaRemove AllowQuotesInName and friends from MCAsmInfo.
2013-11-12 Rafael EspindolaRemove always true flag.
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-07-29 Nico RieckUse proper section suffix for COFF weak symbols
2013-06-18 Bill WendlingUse pointers to the MCAsmInfo and MCRegInfo.
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-04-19 Anton KorobeynikovDo not mangle in MS-way the globals with magic \001...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-08-17 Bill WendlingChange the `linker_private_weak_def_auto' linkage to...
2012-04-07 Sean HuntOutput UTF-8-encoded characters as identifier character...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-04-29 Mon P WangAdd support for assemblers that don't support periods...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-12 Chris Lattnermove fastcall/stdcall mangling up into Mangler.
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-01-17 Chris Lattnerstop the CBE from using Mangler::appendMangledName...
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-17 Chris Lattnerfactor this code better how that the string version...
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.