Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfAccelTable.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-27 Rafael EspindolaUse operator<< instead of print in a few more places.
2015-05-24 Duncan P. N. Exon... AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable...
2015-03-10 Rafael EspindolaStore an optional section start label in MCSection.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-11-12 Frederic RissFix emission of Dwarf accelerator table when there...
2014-09-11 David BlaikieRemove the unused string section symbol parameter from...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-11 Hans WennborgIncrease the size of DwarfAccelTable::TableHeaderData...
2014-04-27 David BlaikieRemove redundant explicit default initialization of...
2014-04-27 NAKAMURA TakumiAdd the default constructor DwarfAccelTable::DataArray...
2014-04-25 David BlaikieDwarfAccelTable: Store the string symbol in the acceler...
2014-04-24 David BlaikieRemove the intermediate AccelTypes maps in DWARF units.
2014-04-23 David BlaikieDwarfAccelTable: Remove trivial dtor and simplify const...
2014-03-18 Eric ChristopherMore header and forward declaration cleanup.
2013-12-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherReformat.
2013-05-11 Benjamin KramerStringRefize some debug accel table bits.
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-09-15 Craig TopperUse LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT...
2012-04-13 Benjamin KramerReduce malloc traffic in DwarfAccelTable
2012-01-23 Bill WendlingRemove extraneous ';'s.
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-11-09 Devang PatelRemove extra ';'
2011-11-07 Eric ChristopherMove the hash function to using and taking a StringRef.
2011-11-07 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-07 Eric ChristopherAdd the support code to enable the dwarf accelerator...
2011-11-07 Eric ChristopherAdd a new dwarf accelerator table prototype with the...