summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
...
* Convert std::make_unique<> to llvm::make_unique<>.Zachary Turner2015-02-102-11/+12
* Rewrite llvm-pdbdump in terms of LLVMDebugInfoPDB.Zachary Turner2015-02-1038-45/+801
* Provide DIA implementation of DebugInfoPDB.Zachary Turner2015-02-1011-0/+1338
* Fix -Wuninitialized build by referencing the relevant ctor parameter instead ...David Blaikie2015-02-088-8/+8
* Make PDBSymbol's IPDBSymbol reference const.Zachary Turner2015-02-0832-33/+33
* DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.Zachary Turner2015-02-0832-67/+87
* Removed unused function mistakenly left in, triggering -Werror.Zachary Turner2015-02-081-21/+0
* Some cleanup for libpdb.Zachary Turner2015-02-0833-71/+663
* Resubmit unittests for DebugInfoPDB.Zachary Turner2015-02-071-3/+2
* Try to fix Makefile build for LLVMDebugInfoPDB.Zachary Turner2015-02-062-1/+15
* Resubmit "Create lib/DebugInfo/PDB" (r228428)Zachary Turner2015-02-069-2/+315
* Revert "Create lib/DebugInfo/PDB."Zachary Turner2015-02-069-315/+2
* Create lib/DebugInfo/PDB.Zachary Turner2015-02-069-2/+315
* Move DebugInfo to DebugInfo/DWARF.Zachary Turner2015-01-3026-57/+98
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-145-6/+4
* Implement a very basic colored syntax highlighting for llvm-dwarfdump.Adrian Prantl2015-01-065-21/+112
* [DebugInfo] Move all DWARF headers to the public include directory.Frederic Riss2014-12-1932-1608/+26
* Silence more static analyzer warnings.Michael Ilseman2014-12-151-1/+3
* 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
OpenPOWER on IntegriCloud