summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/DWARF/DWARFDebugLine.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
OpenPOWER on IntegriCloud