Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-12-19 | [DebugInfo] Move all DWARF headers to the public include directory. | Frederic Riss | 1 | -1/+1 |
2014-03-14 | Use ctor instead of initializer list to appease Windows buildbots | Alexey Samsonov | 1 | -1/+1 |
2014-03-14 | Use temporary instead of a local variable here | Alexey Samsonov | 1 | -2/+1 |
2014-03-13 | [C++11] Convert DWARF parser to range-based for loops | Alexey Samsonov | 1 | -9/+10 |
2013-10-31 | DWARFAbbreviationDeclaration: remove dead code, refactor parsing code and mak... | Alexey Samsonov | 1 | -31/+45 |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 1 | -9/+9 |
2011-09-15 | DWARF: Print the number for unknown abbrev fields. | Benjamin Kramer | 1 | -5/+18 |
2011-09-15 | DWARF: Fail gracefully when encountering unknown values in an abbrev. | Benjamin Kramer | 1 | -4/+9 |
2011-09-13 | Style & indentation tweaks. | Benjamin Kramer | 1 | -2/+1 |
2011-09-13 | Sketch out a DWARF parser. | Benjamin Kramer | 1 | -0/+66 |