aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/DWARFDebugAbbrev.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-12-19[DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss1-1/+1
2014-10-04Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer1-2/+2
2014-04-25[DWARF parser] Cleanup code in DWARFDebugAbbrev.Alexey Samsonov1-42/+54
2014-04-24[DWARF parser] Simplify and re-format a methodAlexey Samsonov1-10/+10
2014-04-15[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper1-2/+2
2014-03-13[C++11] Convert DWARF parser to range-based for loopsAlexey Samsonov1-11/+8
2011-11-05Audited all the format strings in libDebugInfo and fixed those that didn't ma...Benjamin Kramer1-1/+1
2011-09-13Style & indentation tweaks.Benjamin Kramer1-15/+13
2011-09-13Sketch out a DWARF parser.Benjamin Kramer1-0/+108