summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Rename DwarfAccelTable and move header.Jonas Devlieghere2018-01-291-385/+0
* [NFC] Refactor Apple Accelerator TablesJonas Devlieghere2018-01-291-108/+231
* [Support] Move DJB hash to support. NFCJonas Devlieghere2018-01-281-1/+2
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-8/+1
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-171-54/+67
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Remove LLVM_CONSTEXPR.Justin Lebar2016-10-231-2/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Use operator<< instead of print in a few more places.Rafael Espindola2015-05-271-1/+1
* AsmPrinter: Use DwarfStringPoolEntry in DwarfAccelTable, NFCDuncan P. N. Exon Smith2015-05-241-4/+2
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-3/+3
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-2/+2
* Make DIE.h a public CodeGen header.Frederic Riss2015-01-051-1/+1
* 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