summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [DWARF] NFC. A few bits of minor code cleanup.Chris Bieneman2017-03-061-4/+0
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-281-2/+8
* Add iterator support to DWARFDie to allow child DIE iteration.Greg Clayton2017-01-051-0/+4
* DebugInfo: add explicit casts for -Wqual-castSaleem Abdulrasool2016-12-271-2/+4
* Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...Greg Clayton2016-12-131-1/+0
* Plug another leak in the DWARF unittests, DIEInlineStrings are never destroyed.Benjamin Kramer2016-12-091-1/+2
* Fix memory leak in unit test.Benjamin Kramer2016-12-091-1/+1
* Fix ASAN buildbots by fixing a double free crash.Greg Clayton2016-12-081-2/+4
* Move DwarfGenerator.cpp to unittestsDaniel Jasper2016-12-081-0/+262
OpenPOWER on IntegriCloud