1. d3e792c [lld] Remove unused local variables (NFC) (#138470) by Kazu Hirata · 6 days ago
  2. 6018930 [lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#128942) by Nick Fitzgerald · 10 weeks ago
  3. c179d50 [WebAssembly] Add exnref type (#93586) by Heejin Ahn · 12 months ago
  4. 7f409cd [Object][Wasm] Allow parsing of GC types in type and table sections (#79235) by Derek Schuff · 1 year, 4 months ago
  5. 21730eb [lld] Use SmallString::operator std::string (NFC) by Kazu Hirata · 1 year, 4 months ago
  6. 4a0ccfa Use llvm::endianness::{big,little,native} (NFC) by Kazu Hirata · 1 year, 7 months ago
  7. b0abd48 [llvm] Add missing StringExtras.h includes by Elliot Goodrich · 1 year, 11 months ago
  8. 9504ab3 [WebAssembly] Second phase of implemented extended const proposal by Sam Clegg · 3 years, 2 months ago
  9. 3ec1760 [WebAssembly] Remove WasmTagType by Heejin Ahn · 3 years, 7 months ago
  10. 3a7bcba [lld][WebAssembly] Cleanup output of --verbose by Sam Clegg · 3 years, 8 months ago
  11. 1d891d4 [WebAssembly] Rename event to tag by Heejin Ahn · 3 years, 11 months ago
  12. 9ac5620 [WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC. by Andy Wingo · 4 years, 2 months ago
  13. a56e574 [lld][WebAssembly] Common superclass for input globals/events/tables by Andy Wingo · 4 years, 3 months ago
  14. 53e3b81 [lld][WebAssembly] Add support for handling table symbols by Andy Wingo · 4 years, 4 months ago
  15. 52e240a [WebAssembly] Remove exnref and br_on_exn by Heejin Ahn · 4 years, 4 months ago
  16. fd65e48 [WebAssembly] Fixed Writer::createInitMemoryFunction to work for wasm64 by Wouter van Oortmerssen · 4 years, 5 months ago
  17. 1933c9d [WebAssembly] Factor out WasmTableType in binary format by Andy Wingo · 4 years, 6 months ago
  18. 388fb67 [WebAssembly] Added .tabletype to asm and multiple table support in obj files by Paulo Matos · 4 years, 7 months ago
  19. 304264e [lld][WebAssembly] Emit all return types of multivalue functions by Samuel Kostial · 4 years, 9 months ago
  20. 79aad89 [WebAssembly] Add support for externalref to MC and wasm-ld by Sam Clegg · 4 years, 11 months ago
  21. 3b29376 [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocs by Wouter van Oortmerssen · 5 years ago
  22. 0a6c4d8 [WebAssmebly] Add support for defined wasm globals in MC and lld by Sam Clegg · 5 years ago
  23. c09acd5 [WebAssembly] Handle event exports by Heejin Ahn · 5 years ago
  24. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  25. 33c59ab [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFC by Fangrui Song · 6 years ago
  26. 09768c5 [WebAssembly] Initialize memory in start function by Thomas Lively · 6 years ago
  27. 9f96a58 [WebAssembly] Rename except_ref type to exnref by Heejin Ahn · 6 years ago
  28. 136d27a [Coding style change][lld] Rename variables for non-ELF ports by Rui Ueyama · 6 years ago
  29. 196a440 [wasm] Simplify. NFC by Fangrui Song · 6 years ago
  30. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  31. 25ff893 [WebAssembly] Instruction renaming by Thomas Lively · 6 years ago
  32. e915a71 [WebAssembly] Add support for the event section by Heejin Ahn · 6 years ago
  33. b6254c5 [WebAssembly] Delete unused using statements (NFC) by Heejin Ahn · 6 years ago
  34. c1a3b9d [WebAssembly] Remove duplicate function. NFC. by Sam Clegg · 7 years ago
  35. 371842b [WebAssembly] Refactor use of signatures by Derek Schuff · 7 years ago
  36. d661e26 [WebAssembly] Add v128 value type by Thomas Lively · 7 years ago
  37. e3f6529 Support: Simplify endian stream interface. NFCI. by Peter Collingbourne · 7 years ago
  38. e7245b4 [lld] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  39. 874eedd [WebAssembly] Add export/import for function pointer table by Nicholas Wilson · 7 years ago
  40. 2dce27d [WebAssembly] Add except_ref as a first-class type by Heejin Ahn · 7 years ago
  41. dbd90bf [WebAssembly] Run clang-format. NFC by Nicholas Wilson · 7 years ago
  42. 36f14f4 [WebAssembly] Rename global types to match the notation in the spec by Nicholas Wilson · 7 years ago
  43. 8518e7d [WebAssembly] Use uint8_t for single byte values to match the spec by Sam Clegg · 7 years ago
  44. ea397f6 [WebAssembly] Use Twine rather than StringRef for logging messages by Sam Clegg · 7 years ago
  45. 26a84fc [WebAssembly] Fix variable name. by Rui Ueyama · 7 years ago
  46. 9310297 [WebAssembly] Add explicit symbol table by Sam Clegg · 7 years ago
  47. 3141ddc Consistent (non) use of empty lines in include blocks by Sam Clegg · 7 years ago
  48. bf450d9 Do not create a temporary data structure for relocations. by Rui Ueyama · 7 years ago
  49. 1184253 Refactor wasm/WriterUtil.{cpp,h}. by Rui Ueyama · 7 years ago
  50. 7b9ed65 Style fix. NFC. by Rui Ueyama · 7 years ago
  51. 1a9b7b9 [WebAssembly] Update to match llvm change rL323901. NFC by Sam Clegg · 7 years ago
  52. b862159 [WebAssembly] Allow function signature checking at link time by Sam Clegg · 7 years ago
  53. e48f223 Remove `else` or `break` after `fatal`. NFC. by Rui Ueyama · 7 years ago
  54. c94d393 [WebAssembly] Initial wasm linker implementation by Sam Clegg · 7 years ago