Canonicalize header guards into a common format.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfAccelTable.h
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...