summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
Commit message (Expand)AuthorAge
* Remove redundant explicit default initialization of non-trivially constructed...David Blaikie2014-04-27
* Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSym...NAKAMURA Takumi2014-04-27
* DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie2014-04-25
* Remove the intermediate AccelTypes maps in DWARF units.David Blaikie2014-04-24
* DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie2014-04-23
* More header and forward declaration cleanup.Eric Christopher2014-03-18
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-05
* DebugInfo: Constify accelerator table handling, and separate type accelarator...David Blaikie2013-11-19
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-05
* Reformat.Eric Christopher2013-09-05
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-11
* Whitespace and 80-column cleanup.Eric Christopher2012-12-20
* Start splitting out the debug string section handling by moving itEric Christopher2012-12-20
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-04
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-15
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-13
* Remove extraneous ';'s.Bill Wendling2012-01-23
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-06
* Remove extra ';'Devang Patel2011-11-09
* Move the hash function to using and taking a StringRef.Eric Christopher2011-11-07
* Simple destructor to delete the hash data we created earlier.Eric Christopher2011-11-07
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-07
* Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher2011-11-07