]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/CodeGen/AsmPrinter/DwarfAccelTable.cpp
Cleanup collectChangingRegs
[opencl/llvm.git] / lib / CodeGen / AsmPrinter / DwarfAccelTable.cpp
2014-04-25 David BlaikieDwarfAccelTable: Store the string symbol in the acceler...
2014-04-25 David BlaikieEncapsulate the DWARF string pool in a separate type.
2014-04-23 David BlaikieDwarfAccelTable: Remove trivial dtor and simplify const...
2013-12-05 Eric ChristopherRename DwarfUnits to DwarfFile to help avoid some namin...
2013-11-19 David BlaikieDebugInfo: Constify accelerator table handling, and...
2013-09-05 Eric ChristopherMove accelerator table defines and constants to Dwarf...
2013-09-05 Eric ChristopherReformat.
2013-05-11 Benjamin KramerStringRefize some debug accel table bits.
2013-01-09 Eric ChristopherLast in the series of removing unnecessary '0' argument...
2012-12-20 Eric ChristopherWhitespace and 80-column cleanup.
2012-12-20 Eric ChristopherStart splitting out the debug string section handling...
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...