1. e915a71 [WebAssembly] Add support for the event section by Heejin Ahn · 7 years ago
  2. 4aad12c [WebAssembly] Update Config member to match command line option by Sam Clegg · 7 years ago
  3. 4821ebf [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  4. 47078f5 [WebAssembly] Optimise relocation processing. NFC. by Sam Clegg · 7 years ago
  5. 5c4fb45 Replace last DEBUG occurrence with LLVM_DEBUG in lld. by Nicola Zaghen · 7 years ago
  6. f377030 [WebAssembly] Remove dead code from LEB compression pass. by Sam Clegg · 7 years ago
  7. 65a9128 [WebAssembly] Fix two bugs in LEB compression: properly calculate function body offset, and write I32 values. by Sam Clegg · 7 years ago
  8. 6ac2116 Fix unused variable warning in non-debug builds. by Richard Trieu · 7 years ago
  9. fb983cd [WebAssembly] Add option to remove LEB padding at relocate sites by Sam Clegg · 7 years ago
  10. 5455038 [lld] Make helpers static. NFC. by Benjamin Kramer · 7 years ago
  11. e7245b4 [lld] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  12. c195314 [WebAssembly] Only perform sanity checking of relocation targets in debug builds by Sam Clegg · 7 years ago
  13. d177ab2 [WebAssembly] Add support for debug (DWARF) sections by Sam Clegg · 7 years ago
  14. 0dbe57e [WebAssembly] Fix bug where reloc addends were written as unsigned by Sam Clegg · 7 years ago
  15. 225c469 [WebAssembly] Match llvm change to custom section size by Sam Clegg · 7 years ago
  16. 80ba438 [WebAssembly] Add support for custom sections by Sam Clegg · 7 years ago
  17. c4d9aa1 [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC by Nicholas Wilson · 8 years ago
  18. 37fbfc6 [WebAssembly] Fix expected contents of relocations with addends by Sam Clegg · 8 years ago
  19. e3f3ccf [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC by Sam Clegg · 8 years ago
  20. dbd33b8 [WebAssembly] Verify contents of relocation target before writing it by Sam Clegg · 8 years ago
  21. c1be823 [WebAssembly] Improve logging and comments around relocations. NFC. by Sam Clegg · 8 years ago
  22. dbd90bf [WebAssembly] Run clang-format. NFC by Nicholas Wilson · 8 years ago
  23. b911f12 [WebAssembly] Inline translateVA as it's trivial. by Rui Ueyama · 8 years ago
  24. 9310297 [WebAssembly] Add explicit symbol table by Sam Clegg · 8 years ago
  25. bf450d9 Do not create a temporary data structure for relocations. by Rui Ueyama · 8 years ago
  26. c1e5c21 Merge two small functions and add comments. by Rui Ueyama · 8 years ago
  27. c06d94a Removed a variable that is used only once. by Rui Ueyama · 8 years ago
  28. 81bee04 [WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp. by Rui Ueyama · 8 years ago
  29. e351c3a Use write32le instead of write32<little>. by Rui Ueyama · 8 years ago
  30. fadf518 [WebAssembly] Add getName and getFileName methods to InputChunk base class. NFC. by Sam Clegg · 8 years ago
  31. 67abf53 [WebAssembly] Don't duplicate functions in table output by Sam Clegg · 8 years ago
  32. ab604a9 [WebAssembly] Update to match llvm changes to TABLE relocations by Sam Clegg · 8 years ago
  33. ff2b122 [WebAssembly] Remove --emit-relocs by Sam Clegg · 8 years ago
  34. 9ea500b Remove extraneous semicolon. by Eric Christopher · 8 years ago
  35. 4a379c3 [WebAssembly] Use ArrayRef over raw pointers by Sam Clegg · 8 years ago
  36. f61910d [WebAssembly] Fix typo in file header by Sam Clegg · 8 years ago
  37. 5068685 [WebAssembly] Create synthetic __wasm_call_ctors function by Sam Clegg · 8 years ago
  38. 7ed293e [WebAssembly] Reduce output of --verbose by Sam Clegg · 8 years ago
  39. d96d935 [WebAssembly] Move relocation handling InputChunks.cpp by Sam Clegg · 8 years ago
  40. 5fa274b [WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC. by Sam Clegg · 8 years ago[Renamed (66%) from lld/wasm/InputSegment.cpp]
  41. c94d393 [WebAssembly] Initial wasm linker implementation by Sam Clegg · 8 years ago