aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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