summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [dwarfdump] Remove bogus verifier errorJonas Devlieghere2019-04-031-11/+1
* [DWARF] check whether the DIE is valid before querying for informationPaul Semel2019-04-031-0/+3
* Delay initialization of three static global maps, NFCReid Kleckner2019-03-281-56/+55
* [DWARF] Add D to Seen early to avoid duplicate elements in WorklistFangrui Song2019-03-271-7/+5
* [DWARF] Simplify DWARFVerifier::handleDebugAbbrev. NFCFangrui Song2019-03-271-10/+3
* Revert "[llvm] Reapply "Prevent duplicate files in debug line header in dwarf...Ali Tamur2019-03-261-17/+3
* [llvm] Reapply "Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-261-3/+17
* Revert "[llvm] Prevent duplicate files in debug line header in dwarf 5."Ali Tamur2019-03-251-17/+3
* [llvm] Prevent duplicate files in debug line header in dwarf 5.Ali Tamur2019-03-251-3/+17
* [DWARF] Delete a stray break and a stray comment. NFCFangrui Song2019-03-231-2/+1
* [DebugInfo] follow up for "add SectionedAddress to DebugInfo interfaces"Alexey Lapshin2019-03-232-0/+29
* [DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...Fangrui Song2019-03-222-12/+19
* [llvm-pdbutil] Add -type-ref-stats to help find unused type infoReid Kleckner2019-03-211-2/+4
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-193-3/+6
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-193-6/+3
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-193-3/+6
* [DebugInfo][PDB] Don't write empty debug streamsAlexandre Ganea2019-03-182-6/+16
* [llvm] Skip over empty line table entries.Mircea Trofin2019-03-151-9/+28
* Revert "[llvm] Skip over empty line table entries."Evgeniy Stepanov2019-03-131-7/+0
* [llvm] Skip over empty line table entries.Mircea Trofin2019-03-121-0/+7
* Add Swift enumerator value for CodeView::SourceLanguageNathan Lanza2019-03-113-5/+7
* [DebugInfo] Fix the type of the formated variablePetar Jovanovic2019-03-071-2/+2
* [DWARFFormValue] Don't consider DW_FORM_data4/8 to be section offsets.Jonas Devlieghere2019-03-051-7/+11
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-024-22/+21
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-014-21/+22
* dsymutil support for DW_OP_convertAdrian Prantl2019-02-281-3/+37
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-2713-98/+158
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-274-34/+55
* [DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.Markus Lavin2019-02-215-13/+60
* [symbolizer] Avoid collecting symbols belonging to invalid sections.Matt Davis2019-02-141-0/+5
* [DebugInfo] Fix /usr/lib/debug llvm-symbolizer lookup with relative pathsJordan Rupprecht2019-02-111-7/+18
* Move some classes into anonymous namespaces. NFC.Benjamin Kramer2019-02-114-0/+8
* [CodeView] Fix cycles in debug info when merging Types with global hashes Alexandre Ganea2019-02-072-2/+11
* [DebugInfo]Print correct value for special opcode address incrementJames Henderson2019-02-061-2/+2
* [DebugInfo] Don't use realpath when looking up debug binary locations.Jordan Rupprecht2019-02-011-10/+1
* [DWARF v5] Fix DWARF emitter and consumer to produce/expect a uleb for a loca...Wolfgang Pieb2019-02-011-1/+2
* [NativePDB] Fix access to both old & new fpo data entries from dbi streamAleksandr Urakov2019-01-301-36/+69
* [PDB] Increase TPI hash bucket count.Zachary Turner2019-01-241-2/+2
* [llvm-symbolizer] Add support for --basenames/-sJames Henderson2019-01-221-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19173-692/+519
* [CodeView] More appropriate name and type for a Microsoft precompiled headers...Alexandre Ganea2019-01-071-21/+21
* llvm-dwarfdump: Skip address index info (and dump only the address, if found)...David Blaikie2018-12-241-4/+5
* DebugInfo: Accurately propagate the section used by a relocation when accessi...David Blaikie2018-12-221-4/+4
* llvm-dwarfdump: Dump the section name/number for addr attributesDavid Blaikie2018-12-221-1/+1
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-221-2/+2
* llvm-dwarfdump: Print the section name/number for addr_index attributesDavid Blaikie2018-12-221-3/+12
* DebugInfo: Refactor named section dumping into a reusable helperDavid Blaikie2018-12-222-9/+16
* DebugInfo: Remove extra attribute lookupDavid Blaikie2018-12-221-3/+2
* libDebugInfo: Refactor error handling in range list parsingDavid Blaikie2018-12-222-15/+15
* Reapply: DebugInfo: Assume an absence of ranges or high_pc on a CU means the ...David Blaikie2018-12-211-21/+0
OpenPOWER on IntegriCloud