summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
Commit message (Expand)AuthorAgeFilesLines
* Fix emission of Dwarf accelerator table when there are multiple CUs.Frederic Riss2014-11-121-3/+3
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Increase the size of DwarfAccelTable::TableHeaderData::Atoms.Hans Wennborg2014-08-111-1/+1
* Remove redundant explicit default initialization of non-trivially constructed...David Blaikie2014-04-271-1/+1
* Add the default constructor DwarfAccelTable::DataArray() to initialize (MCSym...NAKAMURA Takumi2014-04-271-0/+1
* DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie2014-04-251-9/+14
* Remove the intermediate AccelTypes maps in DWARF units.David Blaikie2014-04-241-1/+3
* DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie2014-04-231-1/+0
* More header and forward declaration cleanup.Eric Christopher2014-03-181-2/+0
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-051-3/+3
* DebugInfo: Constify accelerator table handling, and separate type accelarator...David Blaikie2013-11-191-3/+3
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-29/+6
* Reformat.Eric Christopher2013-09-051-60/+53
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-111-1/+1
* Whitespace and 80-column cleanup.Eric Christopher2012-12-201-9/+9
* Start splitting out the debug string section handling by moving itEric Christopher2012-12-201-3/+3
* Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth2012-12-041-4/+4
* Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper2012-09-151-2/+2
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-131-22/+15
* Remove extraneous ';'s.Bill Wendling2012-01-231-1/+1
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-061-9/+46
* Remove extra ';'Devang Patel2011-11-091-2/+2
* Move the hash function to using and taking a StringRef.Eric Christopher2011-11-071-4/+4
* Simple destructor to delete the hash data we created earlier.Eric Christopher2011-11-071-0/+1
* Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher2011-11-071-4/+2
* Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher2011-11-071-0/+254
OpenPOWER on IntegriCloud