aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
AgeCommit message (Expand)Author
2013-01-09Last in the series of removing unnecessary '0' arguments forEric Christopher
2012-12-20Whitespace and 80-column cleanup.Eric Christopher
2012-12-20Start splitting out the debug string section handling by moving itEric Christopher
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Fix up comment to be more clear.Eric Christopher
2012-04-13Reduce malloc traffic in DwarfAccelTableBenjamin Kramer
2012-03-26No need to do an expensive stable sort for a bunch of integers.Benjamin Kramer
2012-03-26Prune some includes and forward declarations.Craig Topper
2012-01-16Removing unused default switch cases in switches over enums that already acco...David Blaikie
2012-01-06Use -> instead of (*iter).Eric Christopher
2012-01-06Fix a leak I noticed while reviewing the accelerator table changes. PassesEric Christopher
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-11-15Stabilize the output of the dwarf accelerator tables. Fixes a comparisonEric Christopher
2011-11-10Rework adding function names to the dwarf accelerator tables, allowEric Christopher
2011-11-08A few more places where we can avoid multiple size queries.Eric Christopher
2011-11-08Don't evaluate Data.size() on every iteration.Eric Christopher
2011-11-07Simple destructor to delete the hash data we created earlier.Eric Christopher
2011-11-07Avoid the use of a local temporary for comment twines.Eric Christopher
2011-11-07Remove unnecessary addition to API. Replace with something much simpler.Eric Christopher
2011-11-07Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher