aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Make DIE.h a public CodeGen header.Frederic Riss1-1/+1
2014-11-12Fix emission of Dwarf accelerator table when there are multiple CUs.Frederic Riss1-3/+6
2014-09-11Remove the unused string section symbol parameter from DwarfFile::emitStringsDavid Blaikie1-5/+6
2014-04-25DwarfAccelTable: Store the string symbol in the accelerator table to avoid du...David Blaikie1-18/+17
2014-04-25Encapsulate the DWARF string pool in a separate type.David Blaikie1-2/+2
2014-04-23DwarfAccelTable: Remove trivial dtor and simplify construction with an array.David Blaikie1-2/+0
2013-12-05Rename DwarfUnits to DwarfFile to help avoid some naming confusion.Eric Christopher1-2/+2
2013-11-19DebugInfo: Constify accelerator table handling, and separate type accelarator...David Blaikie1-1/+1
2013-09-05Move accelerator table defines and constants to Dwarf.h sinceEric Christopher1-19/+1
2013-09-05Reformat.Eric Christopher1-39/+50
2013-05-11StringRefize some debug accel table bits.Benjamin Kramer1-1/+1
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher1-1/+1
2012-12-20Whitespace and 80-column cleanup.Eric Christopher1-3/+3
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher1-3/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-2/+2
2012-10-08Fix up comment to be more clear.Eric Christopher1-2/+2
2012-04-13Reduce malloc traffic in DwarfAccelTableBenjamin Kramer1-36/+13
2012-03-26No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer1-3/+3
2012-03-26Prune some includes and forward declarations.Craig Topper1-3/+4
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie1-1/+1
2012-01-06Use -> instead of (*iter).Eric Christopher1-10/+10
2012-01-06Fix a leak I noticed while reviewing the accelerator table changes. PassesEric Christopher1-0/+5
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher1-15/+29
2011-11-15Stabilize the output of the dwarf accelerator tables. Fixes a comparisonEric Christopher1-2/+11
2011-11-10Rework adding function names to the dwarf accelerator tables, allowEric Christopher1-1/+7
2011-11-08A few more places where we can avoid multiple size queries.Eric Christopher1-7/+7
2011-11-08Don't evaluate Data.size() on every iteration.Eric Christopher1-1/+1
2011-11-07Simple destructor to delete the hash data we created earlier.Eric Christopher1-0/+5
2011-11-07Avoid the use of a local temporary for comment twines.Eric Christopher1-6/+3
2011-11-07Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher1-1/+1
2011-11-07Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher1-0/+250