Remove unnecessary copying or replace it with moves in a bunch of places.
[oota-llvm.git] / lib / DebugInfo / DWARFDebugAbbrev.cpp
2014-10-04 Benjamin KramerRemove unnecessary copying or replace it with moves...
2014-04-25 Alexey Samsonov[DWARF parser] Cleanup code in DWARFDebugAbbrev.
2014-04-24 Alexey Samsonov[DWARF parser] Simplify and re-format a method
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2011-11-05 Benjamin KramerAudited all the format strings in libDebugInfo and...
2011-09-13 Benjamin KramerStyle & indentation tweaks.
2011-09-13 Benjamin KramerSketch out a DWARF parser.