Merging r257977:
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfStringPool.cpp
2015-05-24 Duncan P. N. Exon... AsmPrinter: Avoid creating symbols in DwarfStringPool
2015-05-24 Duncan P. N. Exon... AsmPrinter: Prune an include, NFC
2015-05-24 Duncan P. N. Exon... AsmPrinter: Extract DwarfStringPoolEntry from DwarfStri...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Emit the DwarfStringPool offset directly...
2015-05-24 Duncan P. N. Exon... AsmPrinter: Refactor DwarfStringPool::getEntry(), NFC
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-09-11 David BlaikieRemove the unused string section symbol parameter from...
2014-04-27 Benjamin KramerMake helper functions static.
2014-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.