aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
AgeCommit message (Expand)Author
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