| Commit message (Expand) | Author | Age | Files | Lines |
* | [FP16] Implement load and store instructions. (#6796) | Brendan Dahl | 2024-08-06 | 6 | -0/+684 |
* | Update two files from upstream LLVM, ConvertUTF.h,cpp (#5954) | Alon Zakai | 2023-09-18 | 2 | -32/+100 |
* | [DWARF] Warn on unsupport DWARF versions and content (#5120) | Alon Zakai | 2022-10-07 | 2 | -2/+4 |
* | Do not build gtest libs unless BUILD_TESTS is set (#4552) | Thomas Lively | 2022-03-29 | 1 | -7/+4 |
* | Introduce gtest (#4466) | Thomas Lively | 2022-01-20 | 2 | -0/+13 |
* | Fix assert on access of empty vector (#4045) | Wouter van Oortmerssen | 2021-08-02 | 1 | -4/+4 |
* | Ignore missing CUs in DWARF rewriting (#3700) | Alon Zakai | 2021-03-18 | 2 | -0/+3 |
* | Fixed .debug_loc parsing for wasm64 files (#3660) | Wouter van Oortmerssen | 2021-03-08 | 2 | -5/+11 |
* | Remove assertions that prevent non-assertion builds (#3576) | Alon Zakai | 2021-02-17 | 1 | -2/+0 |
* | Remove exnref and br_on_exn (#3505) | Heejin Ahn | 2021-01-22 | 1 | -2/+0 |
* | [wasm64] fix for Memory64Lowering affecting DWARF data (#3348) | Wouter van Oortmerssen | 2020-11-13 | 2 | -1/+4 |
* | DWARF: Fix abbreviation lookups, they are relative to 1 (#3158) | Alon Zakai | 2020-09-22 | 1 | -6/+6 |
* | Add mozjs, V8 and WABT setup script (#3053) | Daniel Wirtz | 2020-09-14 | 8 | -0/+705 |
* | DWARF: Optimize abbreviation index/offset computation (#3033) | Alon Zakai | 2020-08-18 | 1 | -8/+32 |
* | DWARF: Fix debug_info references to the abbreviations section (#2997) | Alon Zakai | 2020-08-07 | 3 | -7/+28 |
* | Fix DWARF location list updating with nonzero compilation unit base addr (#2... | Paolo Severini | 2020-05-27 | 2 | -0/+4 |
* | DWARF: Ignore a compile unit with no abbreviations (#2678) | Alon Zakai | 2020-03-04 | 1 | -0/+5 |
* | On OpenBSD (6.6) libc++ fileno is defined as a MACRO which doesn't work with ... | osen | 2020-02-27 | 1 | -1/+1 |
* | DWARF: Fix debug_abbrev section (#2630) | Alon Zakai | 2020-01-28 | 3 | -10/+31 |
* | DWARF: Update DW_AT_stmt_list which are offsets into the debug_line section (... | Alon Zakai | 2020-01-28 | 2 | -2/+26 |
* | DWARF: Fix emitting of DW_FORM_sdata (#2627) | Alon Zakai | 2020-01-27 | 2 | -1/+19 |
* | DWARF: Update .debug_loc (#2616) | Alon Zakai | 2020-01-23 | 4 | -0/+62 |
* | Handle an invalid AbbrCode in DWARF handling (#2607) | Alon Zakai | 2020-01-21 | 1 | -0/+7 |
* | Update LLVM to support WASM_location (#2596) | Alon Zakai | 2020-01-16 | 3 | -1/+6 |
* | Fix emitting of .debug_abbrev (#2582) | Alon Zakai | 2020-01-10 | 1 | -0/+4 |
* | DWARF support for multiple line tables (#2557) | Alon Zakai | 2020-01-09 | 6 | -8/+35 |
* | Fix debug build (#2561) | Alon Zakai | 2020-01-06 | 1 | -46/+1 |
* | DWARF debug line updating (#2545) | Alon Zakai | 2019-12-20 | 1 | -1/+1 |
* | DWARF parsing and writing support using LLVM (#2520) | Alon Zakai | 2019-12-19 | 287 | -0/+90576 |