summaryrefslogtreecommitdiff
path: root/third_party
Commit message (Expand)AuthorAgeFilesLines
* Fix the fp16 header include. (#6871)Brendan Dahl2024-08-261-5/+1
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-066-0/+684
* Update two files from upstream LLVM, ConvertUTF.h,cpp (#5954)Alon Zakai2023-09-182-32/+100
* [DWARF] Warn on unsupport DWARF versions and content (#5120)Alon Zakai2022-10-072-2/+4
* Do not build gtest libs unless BUILD_TESTS is set (#4552)Thomas Lively2022-03-291-7/+4
* Introduce gtest (#4466)Thomas Lively2022-01-202-0/+13
* Fix assert on access of empty vector (#4045)Wouter van Oortmerssen2021-08-021-4/+4
* Ignore missing CUs in DWARF rewriting (#3700)Alon Zakai2021-03-182-0/+3
* Fixed .debug_loc parsing for wasm64 files (#3660)Wouter van Oortmerssen2021-03-082-5/+11
* Remove assertions that prevent non-assertion builds (#3576)Alon Zakai2021-02-171-2/+0
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-2/+0
* [wasm64] fix for Memory64Lowering affecting DWARF data (#3348)Wouter van Oortmerssen2020-11-132-1/+4
* 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