summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARFDebugLine.cpp: Restore LF line endingsHubert Tong2020-01-141-1188/+1188
* [DebugInfo] Make debug line address size mismatch non-fatal to parsingJames Henderson2020-01-131-11/+20
* [DebugInfo][NFC] Remove unused variable/fix variable namingJames Henderson2020-01-101-1181/+1179
* [DebugInfo] Improve error message textJames Henderson2020-01-101-3/+5
* [DebugInfo] Fix infinite loop caused by reading past debug_line endJames Henderson2020-01-071-2/+17
* [NFC] Fix trivial typos in commentsJames Henderson2020-01-061-1/+1
* [DWARF] Don't assume optional always has a value.Jonas Devlieghere2020-01-031-1/+4
* [DebugInfo] Remove redundant checks for past-the-end of prologueJames Henderson2020-01-031-24/+0
* [DebugInfo][NFC] Use function_ref consistently in debug line parsingJames Henderson2020-01-021-2/+2
* [DebugInfo] Fix verbose printing of rows added via DW_LNE_end_sequenceJames Henderson2019-12-191-1/+1
* [DebugInfo] Only print a single blank line after an empty line tableJames Henderson2019-12-171-1/+1
* [llvm-dwarfdump] Add blank line after printing line tableJames Henderson2019-12-121-0/+4
* [DebugInfo] Fix printing of DW_LNS_set_isaJames Henderson2019-12-111-1/+1
* [DebugLine] Don't try to guess the path styleJonas Devlieghere2019-08-151-25/+5
* [DebugLine] Improve path handling.Jonas Devlieghere2019-08-141-2/+20
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-061-24/+24
* [DWARF][NFC] Add constants for reserved values of an initial length field.Igor Kudrin2019-07-241-3/+4
* [DWARF] Use 32-bit format specifier for offsetJonas Devlieghere2019-07-231-7/+7
* [DWARF] Add more error handling to debug line parser.Jonas Devlieghere2019-07-221-34/+68
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-3/+4
* [DWARF] Fix the reserved values for unit length in DWARFDebugLine.Igor Kudrin2019-07-161-2/+2
* [DWARF] Fix an incorrect format specifier.Igor Kudrin2019-07-161-1/+1
* Re-land "[DebugInfo] Move function from line table to the prologue (NFC)"Jonas Devlieghere2019-07-161-34/+33
* Revert "[DebugInfo] Move function from line table to the prologue (NFC)"Jonas Devlieghere2019-07-161-33/+34
* [DebugInfo] Move function from line table to the prologue (NFC)Jonas Devlieghere2019-07-161-34/+33
* DWARF v5: fix directory index in the line tableFangrui Song2019-05-061-12/+16
* [DWARF] Delete a redundant check in getFileNameByIndex()Fangrui Song2019-04-291-2/+1
* s/Dwarf 5/DWARF v5/ NFCFangrui Song2019-04-261-1/+1
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-191-2/+17
* [DWARF] Make DWARFDebugLine::ParsingState::RowNumber a local variableFangrui Song2019-04-151-2/+2
* [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
OpenPOWER on IntegriCloud