Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -1/+1 |
* | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
* | [DWARF] NFC. A few bits of minor code cleanup. | Chris Bieneman | 2017-03-06 | 1 | -4/+0 |
* | [DWARFv5] Emit new unit header format. | Paul Robinson | 2017-02-28 | 1 | -2/+8 |
* | Add iterator support to DWARFDie to allow child DIE iteration. | Greg Clayton | 2017-01-05 | 1 | -0/+4 |
* | DebugInfo: add explicit casts for -Wqual-cast | Saleem Abdulrasool | 2016-12-27 | 1 | -2/+4 |
* | Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr... | Greg Clayton | 2016-12-13 | 1 | -1/+0 |
* | Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed. | Benjamin Kramer | 2016-12-09 | 1 | -1/+2 |
* | Fix memory leak in unit test. | Benjamin Kramer | 2016-12-09 | 1 | -1/+1 |
* | Fix ASAN buildbots by fixing a double free crash. | Greg Clayton | 2016-12-08 | 1 | -2/+4 |
* | Move DwarfGenerator.cpp to unittests | Daniel Jasper | 2016-12-08 | 1 | -0/+262 |