| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DebugInfo] Make debug line address size mismatch non-fatal to parsing | James Henderson | 2020-01-13 | 1 | -8/+52 |
| * | [DebugInfo] Improve error message text | James Henderson | 2020-01-10 | 1 | -761/+763 |
| * | [DebugInfo] Fix infinite loop caused by reading past debug_line end | James Henderson | 2020-01-07 | 1 | -0/+29 |
| * | [test][DebugInfo][NFC] Rename method for clarity | James Henderson | 2020-01-06 | 1 | -18/+20 |
| * | [DebugInfo] Fix printing of DW_LNS_set_isa | James Henderson | 2019-12-11 | 1 | -0/+52 |
| * | [DWARF] Add more error handling to debug line parser. | Jonas Devlieghere | 2019-07-22 | 1 | -2/+13 |
| * | [DWARF] Fix the reserved values for unit length in DWARFDebugLine. | Igor Kudrin | 2019-07-16 | 1 | -6/+6 |
| * | Fix DWARF DebugInfo unit test errors when cross-compiling | Jason Liu | 2019-06-03 | 1 | -3/+4 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [DebugInfo/DWARF] [2/4] Type units no longer in a std::deque. NFC | Paul Robinson | 2018-08-01 | 1 | -1/+1 |
| * | [DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC | Paul Robinson | 2018-08-01 | 1 | -2/+2 |
| * | [DWARF] Refactor callback usage for .debug_line error handling | James Henderson | 2018-05-21 | 1 | -64/+70 |
| * | [DWARF] Remove unused member and fix(?) the unit-tests on big endian hosts | James Henderson | 2018-05-10 | 1 | -1/+2 |
| * | [DWARF] DWARFDebugLineTest: fix a few more signed/unsigned mismatch warnings | Roman Lebedev | 2018-05-10 | 1 | -3/+3 |
| * | Fix signed/unsigned comparison warning and print format | James Henderson | 2018-05-10 | 1 | -20/+20 |
| * | [DWARF] Rework debug line parsing to use llvm::Error and callbacks | James Henderson | 2018-05-10 | 1 | -16/+612 |
| * | [DWARF] Don't attempt to parse line tables at invalid offsets | James Henderson | 2018-03-08 | 1 | -0/+64 |