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