Use the new script to sort the includes of every file under lib.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfAccelTable.cpp
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-08 Eric ChristopherFix up comment to be more clear.
2012-04-13 Benjamin KramerReduce malloc traffic in DwarfAccelTable
2012-03-26 Benjamin KramerNo need to do an expensive stable sort for a bunch...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-01-16 David BlaikieRemoving unused default switch cases in switches over...
2012-01-06 Eric ChristopherUse -> instead of (*iter).
2012-01-06 Eric ChristopherFix a leak I noticed while reviewing the accelerator...
2012-01-06 Eric ChristopherAs part of the ongoing work in finalizing the accelerat...
2011-11-15 Eric ChristopherStabilize the output of the dwarf accelerator tables...
2011-11-10 Eric ChristopherRework adding function names to the dwarf accelerator...
2011-11-08 Eric ChristopherA few more places where we can avoid multiple size...
2011-11-08 Eric ChristopherDon't evaluate Data.size() on every iteration.
2011-11-07 Eric ChristopherSimple destructor to delete the hash data we created...
2011-11-07 Eric ChristopherAvoid the use of a local temporary for comment twines.
2011-11-07 Eric ChristopherRemove unnecessary addition to API. Replace with someth...
2011-11-07 Eric ChristopherAdd a new dwarf accelerator table prototype with the...