summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DWARF] Set discriminator to 0 for DW_LNS_copyFangrui Song2019-04-111-5/+3
* [DWARF] Simplify LineTable::findRowInSeqFangrui Song2019-04-101-35/+11
* [DWARF] DWARFDebugLine: replace Sequence::orderByLowPC with orderByHighPCFangrui Song2019-04-091-32/+10
* [DWARF] DWARFDebugLine: delete unused parameter `Offset`Fangrui Song2019-04-071-4/+4
* 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
* [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
* Revert "[DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)"Vlad Tsyrklevich2019-03-021-6/+8
* [DWARFFormValue] Cleanup DWARFFormValue interface. (2/2) (NFC)Jonas Devlieghere2019-03-011-8/+6
* [DebugInfo] add SectionedAddress to DebugInfo interfaces.Alexey Lapshin2019-02-271-24/+70
* [DWARFFormValue] Cleanup DWARFFormValue interface. (NFC)Jonas Devlieghere2019-02-271-6/+6
* [DebugInfo]Print correct value for special opcode address incrementJames Henderson2019-02-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-1/+1
* [DWARF] Unify warning callbacks. NFC.Victor Leschuk2018-08-231-6/+0
* [DWARF] Refactor DWARF classes to use unified error reporting. NFC.Victor Leschuk2018-08-201-26/+14
* [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFCPaul Robinson2018-08-011-6/+5
* [DWARF] Refactor callback usage for .debug_line error handlingJames Henderson2018-05-211-17/+21
* Fix signed/unsigned comparison warning and print formatJames Henderson2018-05-101-1/+1
* [DWARF] Rework debug line parsing to use llvm::Error and callbacksJames Henderson2018-05-101-53/+153
* [DebugInfo] Use WithColor for more debug line warningsAndrew Ng2018-04-201-6/+8
* [DebugInfo] Use WithColor to print errors/warningsJonas Devlieghere2018-04-141-13/+14
* [DebugInfo] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-1/+1
* Use correct format specifier.Paul Robinson2018-03-261-1/+1
* [DWARF] Replace assert with diagnostic. PR36868.Paul Robinson2018-03-221-2/+8
* DWARF: Unify form size handling codePavel Labath2018-03-141-3/+3
* Handle mixed-OS paths in DWARF readerEugene Zemtsov2018-03-131-2/+10
* [DWARF] Don't attempt to parse line tables at invalid offsetsJames Henderson2018-03-081-0/+3
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-28/+70
* [DWARFv5] Fix dumper to show the file table starts at index 0.Paul Robinson2018-02-081-1/+4
* [DWARF] Regularize dumping strings from line tables.Paul Robinson2018-02-051-20/+36
* [DWARFv5] Re-enable dumping a line table with no CU.Paul Robinson2018-01-291-11/+16
* [DWARFv5] Number the line-table's directory array correctly.Paul Robinson2018-01-181-2/+5
* [DebugInfo] Don't crash when given invalid DWARFv5 line table prologue.Jonas Devlieghere2018-01-051-1/+1
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-181-13/+28
* Revert "Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header.""Paul Robinson2017-12-151-28/+13
* Recommit "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-13/+28
* Revert "[DWARFv5] Dump an MD5 checksum in the line-table header."Paul Robinson2017-12-151-28/+13
* [DWARFv5] Dump an MD5 checksum in the line-table header.Paul Robinson2017-12-151-13/+28
* Remove redundant includes from lib/DebugInfo.Michael Zolotukhin2017-12-131-1/+0
* [DebugInfo] Dump a .debug_line section, including line-number program,Paul Robinson2017-11-221-2/+16
* [DWARFv5] Support DW_FORM_strp in the .debug_line.dwo header.Paul Robinson2017-11-221-1/+2
* [DWARF] Fix handling of extended line-number opcodesPaul Robinson2017-11-221-5/+24
* [DWARFv5] Support DW_FORM_strp in the .debug_line header.Paul Robinson2017-11-071-9/+11
* [dwarfdump] Add verbose output for .debug-line sectionJonas Devlieghere2017-09-211-6/+75
* [DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.Paul Robinson2017-06-291-12/+10
OpenPOWER on IntegriCloud