summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Make DWARFAcceleratorTable::dump() const.Frederic Riss2014-11-202-9/+12
* Add missing copyright headers.Frederic Riss2014-11-202-0/+17
* [dwarfdump] Handle relocations in Dwarf accelerator tablesFrederic Riss2014-11-144-24/+40
* Reapply "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-145-0/+200
* Revert "[dwarfdump] Add support for dumping accelerator tables."Frederic Riss2014-11-135-194/+0
* [dwarfdump] Add support for dumping accelerator tables.Frederic Riss2014-11-125-0/+194
* Allow DWARFFormValue::extractValue to be called with a null CU.Frederic Riss2014-11-121-15/+17
* Remove unsused variables.Frederic Riss2014-11-121-2/+0
* [dwarfdump] Dump DW_AT_ranges values inline in the debug_info dump.Frederic Riss2014-10-231-1/+19
* Constify input argument of RelocVisitor and DWARFContext constructors. NFC.Alexey Samsonov2014-10-203-3/+3
* Add couple of missing 'override' keyword. NFC.Fariborz Jahanian2014-10-101-1/+1
* [dwarfdump] Prettyprint DW_AT_APPLE_property_attribute bitfield values.Frederic Riss2014-10-101-0/+19
* [dwarfdump] Resolve also variable specifications/abstract_origins.Frederic Riss2014-10-102-11/+20
* Remove bogus std::error_code returns form SectionRef.Rafael Espindola2014-10-081-6/+3
* llvm-dwarfdump: Add support for some COFF relocationsDavid Majnemer2014-10-081-6/+3
* [DebugInfo] Pass DWARFSection down to DWARFUnit constructor (NFC).Alexey Samsonov2014-10-084-25/+25
* [DebugInfo] Pass DWARFSection into DWARFUnitSection constructor (NFC).Alexey Samsonov2014-10-083-27/+25
* [DebugInfo] Turn DWARFContext::Section into DWARFSection (NFC).Alexey Samsonov2014-10-072-25/+45
* Refactor RelocVisitor to take an object. This removes someEric Christopher2014-10-061-1/+1
* Resolve ambiguity between llvm::make_unique and std::make_unique.Yaron Keren2014-10-061-2/+3
* [dwarfdump] Print the name for referenced specification of abstract_origin DIEs.Frederic Riss2014-10-061-0/+14
* Factor the Unit section parsing into the DWARFUnitSection class.Frederic Riss2014-10-063-62/+50
* Remove unnecessary copying or replace it with moves in a bunch of places.Benjamin Kramer2014-10-042-3/+4
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-293-16/+28
* Object: BSS/virtual sections don't have contentsDavid Majnemer2014-09-261-0/+9
* Revert "Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a singl...Frederic Riss2014-09-262-23/+16
* Store TypeUnits in a SmallVector<DWARFUnitSection> instead of a single DWARFU...Frederic Riss2014-09-262-16/+23
* Revert 218406 - Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-1/+1
* Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-1/+1
* Revert "Refactor the RelocVisitor::visit method"Kaelyn Takata2014-09-241-1/+1
* Refactor the RelocVisitor::visit methodRenato Golin2014-09-241-1/+1
* [dwarfdump] Dump full filenames as DW_AT_(decl|call)_file attribute valuesFrederic Riss2014-09-222-5/+15
* Allow DWARFDebugInfoEntryMinimal::getSubroutineName to resolve cross-unit ref...Frederic Riss2014-09-221-4/+16
* Turn local DWARFContext helpers getFileNameForUnit() and getFileLineInfoForCo...Frederic Riss2014-09-193-58/+54
* Fix DWARFUnitSection::getUnitForOffset().Frederic Riss2014-09-181-10/+2
* Make DWARFUnitSection final and change base class to non-virtual protected de...Frederic Riss2014-09-161-3/+4
* Fix a non-virtual destructor warning introduced in r217747.Frederic Riss2014-09-151-0/+2
* Fix ambiguous typedef introduced in r217747.Frederic Riss2014-09-151-2/+2
* Introduce the DWARFUnitSection abstraction.Frederic Riss2014-09-156-44/+69
* [DWARF parser] Fix nasty memory corruption in .dwo files handling.Alexey Samsonov2014-09-052-13/+11
* [dwarfdump] Dump DW_AT_(decl|call)_line attribute values as decimal values.Frederic Riss2014-09-051-0/+2
* [ dwarfdump ] Add symbolic dump of known DWARF attribute values.Frederic Riss2014-09-041-1/+11
* Fix build faliure introduced by r217129.Frederic Riss2014-09-041-2/+2
* Rename DWARFContext::getLineTableForCompileUnit to getLineTableForUnit.Frederic Riss2014-09-042-19/+18
* Add DWARFFormValue::getAsBlock() and add FC_Flag as an acceptable class for a...Frederic Riss2014-09-041-1/+9
* Add a DWARFContext& member in DWARFUnit.Frederic Riss2014-09-045-24/+29
* Don't own the buffer in object::Binary.Rafael Espindola2014-08-191-2/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-1314-29/+29
* DWOHolder takes ownership of the argument constructor, use std::unique_ptr.Rafael Espindola2014-07-312-5/+6
* Use a reference instead of a pointer.Rafael Espindola2014-07-314-10/+10
OpenPOWER on IntegriCloud