summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [dwarfgen] Fix initialization order error. [NFCI]Francesco Petrogalli2019-11-181-3/+3
* DwarfGenerator - fix uninitialized variable warnings. NFC.Simon Pilgrim2019-11-181-1/+2
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-4/+4
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Silence a conversion warning after r366887. NFCPaul Robinson2019-07-241-2/+2
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-2/+2
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-271-4/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Reduce debug_str_offsets section sizePavel Labath2018-08-071-3/+8
* 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