1. e915a71 [WebAssembly] Add support for the event section by Heejin Ahn · 7 years ago
  2. 2dad4e2 [WebAssembly] Import the stack pointer when building shared libraries by Sam Clegg · 7 years ago
  3. bfb7534 [WebAssembly] Initial support for shared objects (-shared) by Sam Clegg · 7 years ago
  4. fb983cd [WebAssembly] Add option to remove LEB padding at relocate sites by Sam Clegg · 7 years ago
  5. d177ab2 [WebAssembly] Add support for debug (DWARF) sections by Sam Clegg · 7 years ago
  6. 80ba438 [WebAssembly] Add support for custom sections by Sam Clegg · 7 years ago
  7. ac95bb1 [WebAssembly] Remove another trivial accessor. by Rui Ueyama · 7 years ago
  8. dbd90bf [WebAssembly] Run clang-format. NFC by Nicholas Wilson · 8 years ago
  9. 22c8f33 [WebAssembly] Return a StringRef instead of std::string from getSectionName(). NFC. by Rui Ueyama · 8 years ago
  10. 4a1b2bb [WebAssembly] Do not use inheritance to define SubSection. by Rui Ueyama · 8 years ago
  11. 319eb8b [WebAssembly] Remove redundant local variables. by Rui Ueyama · 8 years ago
  12. 3141ddc Consistent (non) use of empty lines in include blocks by Sam Clegg · 8 years ago
  13. bf450d9 Do not create a temporary data structure for relocations. by Rui Ueyama · 8 years ago
  14. 1184253 Refactor wasm/WriterUtil.{cpp,h}. by Rui Ueyama · 8 years ago
  15. d96d935 [WebAssembly] Move relocation handling InputChunks.cpp by Sam Clegg · 8 years ago
  16. 5fa274b [WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC. by Sam Clegg · 8 years ago
  17. 8d146bb [WebAssembly] Output functions individually by Sam Clegg · 8 years ago
  18. 87e6192 [WebAssembly] Write out undefined symbol addresses as zero by Sam Clegg · 8 years ago
  19. ab2ac29 [WebAssembly] Improve toString(OutputSection). NFC. by Sam Clegg · 8 years ago
  20. 5e8cba9 [WebAssembly] Apply data relocations in parallel. NFC. by Sam Clegg · 8 years ago
  21. 0d0dd39 [WebAssembly] Add support for writing out init functions in linking section by Sam Clegg · 8 years ago
  22. ca16b73 [WebAssebmly] Fix the single clang-format issue in `wasm` directory by Sam Clegg · 8 years ago
  23. 0fb6faa Prefer `ArrayRef` over `const std::vector&` by Sam Clegg · 8 years ago
  24. 74fe0ba [WebAssembly] Fix symbol exports under -r/--relocatable by Sam Clegg · 8 years ago
  25. 2017d52 Move Memory.{h,cpp} to Common. by Rui Ueyama · 8 years ago
  26. c94d393 [WebAssembly] Initial wasm linker implementation by Sam Clegg · 8 years ago