Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfStringPool.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
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: Remove dead code, 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-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-09-11 David BlaikieRemove the unused string section symbol parameter from...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.