summaryrefslogtreecommitdiff
path: root/third_party
Commit message (Expand)AuthorAgeFilesLines
* DWARF: Fix abbreviation lookups, they are relative to 1 (#3158)Alon Zakai2020-09-221-6/+6
* Add mozjs, V8 and WABT setup script (#3053)Daniel Wirtz2020-09-148-0/+705
* DWARF: Optimize abbreviation index/offset computation (#3033)Alon Zakai2020-08-181-8/+32
* DWARF: Fix debug_info references to the abbreviations section (#2997)Alon Zakai2020-08-073-7/+28
* Fix DWARF location list updating with nonzero compilation unit base addr (#2...Paolo Severini2020-05-272-0/+4
* DWARF: Ignore a compile unit with no abbreviations (#2678)Alon Zakai2020-03-041-0/+5
* On OpenBSD (6.6) libc++ fileno is defined as a MACRO which doesn't work with ...osen2020-02-271-1/+1
* DWARF: Fix debug_abbrev section (#2630)Alon Zakai2020-01-283-10/+31
* DWARF: Update DW_AT_stmt_list which are offsets into the debug_line section (...Alon Zakai2020-01-282-2/+26
* DWARF: Fix emitting of DW_FORM_sdata (#2627)Alon Zakai2020-01-272-1/+19
* DWARF: Update .debug_loc (#2616)Alon Zakai2020-01-234-0/+62
* Handle an invalid AbbrCode in DWARF handling (#2607)Alon Zakai2020-01-211-0/+7
* Update LLVM to support WASM_location (#2596)Alon Zakai2020-01-163-1/+6
* Fix emitting of .debug_abbrev (#2582)Alon Zakai2020-01-101-0/+4
* DWARF support for multiple line tables (#2557)Alon Zakai2020-01-096-8/+35
* Fix debug build (#2561)Alon Zakai2020-01-061-46/+1
* DWARF debug line updating (#2545)Alon Zakai2019-12-201-1/+1
* DWARF parsing and writing support using LLVM (#2520)Alon Zakai2019-12-19287-0/+90576