summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* dwarfgen: Add support for generating the debug_str_offsets section, take 3Pavel Labath2018-07-261-3/+46
* dwarfgen: Don't create an AsmPrinter with an invalid ObjFile loweringPavel Labath2018-07-261-14/+16
* Revert "dwarfgen: Add support for generating the debug_str_offsets section, t...Pavel Labath2018-07-251-29/+3
* dwarfgen: Add support for generating the debug_str_offsets section, take 2Pavel Labath2018-07-251-3/+29
* Revert "dwarfgen: Add support for generating the debug_str_offsets section"Pavel Labath2018-07-251-29/+3
* dwarfgen: Add support for generating the debug_str_offsets sectionPavel Labath2018-07-251-3/+29
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-3/+4
* [DWARF] Remove unused member and fix(?) the unit-tests on big endian hostsJames Henderson2018-05-101-1/+1
* [DWARF] dwarfgen::LineTable::writeData(): pacify -Wcovered-switch-defaultRoman Lebedev2018-05-101-5/+4
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-2/+236
* Rename *CommandFlags.def to *CommandFlags.incDavid Blaikie2018-04-111-1/+1
* Style update. NFC.Rafael Espindola2018-03-291-7/+7
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-6/+6
* Remove redundant includes from unittests.Michael Zolotukhin2017-12-131-3/+0
* Rename MCTargetOptionsCommandFlags.h to .def as it is not a normal/modular he...David Blaikie2017-11-271-4/+3
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+3
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+2
* Don't pass the code model to MCRafael Espindola2017-08-021-1/+1
* 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