summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* Centralize the handling of unique ids for temporary labels.Rafael Espindola2015-03-171-1/+1
* Convert the easy cases of GetTempSymbol to createTempSymbol.Rafael Espindola2015-03-171-1/+1
* Store an optional section start label in MCSection.Rafael Espindola2015-03-101-8/+7
* DwarfAccelTable: remove unneeded bucket terminators.Frederic Riss2015-03-101-2/+3
* DwarfAccelTable: Fix handling of hash collisions.Frederic Riss2015-03-101-5/+35
* DwarfAccelTable: fix obvious typo.Frederic Riss2015-03-091-1/+1
* DwarfAccelTable: We know how many hashes we have in the output, just reserve ...Benjamin Kramer2015-02-281-0/+1
* 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/+6
* Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie2014-09-111-5/+6
* DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie2014-04-251-18/+17
* Encapsulate the DWARF string pool in a separate type.David Blaikie2014-04-251-2/+2
* DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie2014-04-231-2/+0
* Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher2013-12-051-2/+2
* DebugInfo: Constify accelerator table handling, and separate type accelarator...David Blaikie2013-11-191-1/+1
* Move accelerator table defines and constants to Dwarf.h sinceEric Christopher2013-09-051-19/+1
* Reformat.Eric Christopher2013-09-051-39/+50
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-111-1/+1
* Last in the series of removing unnecessary '0' arguments forEric Christopher2013-01-091-1/+1
* Whitespace and 80-column cleanup.Eric Christopher2012-12-201-3/+3
* Start splitting out the debug string section handling by moving itEric Christopher2012-12-201-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Fix up comment to be more clear.Eric Christopher2012-10-081-2/+2
* Reduce malloc traffic in DwarfAccelTableBenjamin Kramer2012-04-131-36/+13
* No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer2012-03-261-3/+3
* Prune some includes and forward declarations.Craig Topper2012-03-261-3/+4
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-161-1/+1
* Use -> instead of (*iter).Eric Christopher2012-01-061-10/+10
* Fix a leak I noticed while reviewing the accelerator table changes. PassesEric Christopher2012-01-061-0/+5
* As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher2012-01-061-15/+29
* Stabilize the output of the dwarf accelerator tables. Fixes a comparisonEric Christopher2011-11-151-2/+11
* Rework adding function names to the dwarf accelerator tables, allowEric Christopher2011-11-101-1/+7
* A few more places where we can avoid multiple size queries.Eric Christopher2011-11-081-7/+7
* Don't evaluate Data.size() on every iteration.Eric Christopher2011-11-081-1/+1
* Simple destructor to delete the hash data we created earlier.Eric Christopher2011-11-071-0/+5
* Avoid the use of a local temporary for comment twines.Eric Christopher2011-11-071-6/+3
* Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher2011-11-071-1/+1
* Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher2011-11-071-0/+250
OpenPOWER on IntegriCloud