aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/DwarfAccelTable.h
AgeCommit message (Expand)Author
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-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Craig Topper
2012-04-13Reduce malloc traffic in DwarfAccelTableBenjamin Kramer
2012-01-23Remove extraneous ';'s.Bill Wendling
2012-01-06As part of the ongoing work in finalizing the accelerator tables, extendEric Christopher
2011-11-09Remove extra ';'Devang Patel
2011-11-07Move the hash function to using and taking a StringRef.Eric Christopher
2011-11-07Simple destructor to delete the hash data we created earlier.Eric Christopher
2011-11-07Add the support code to enable the dwarf accelerator tables. Upcoming patchesEric Christopher
2011-11-07Add a new dwarf accelerator table prototype with the goal of replacingEric Christopher