1. e915a71 [WebAssembly] Add support for the event section by Heejin Ahn · 7 years ago
  2. 6f4286f [WebAssembly] Fix inaccurate comments / assertion messages by Heejin Ahn · 7 years ago
  3. d66aabc [WebAssembly] Move .debug_line section address of dead function outside section range by Yury Delendik · 7 years ago
  4. 4821ebf [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  5. 47078f5 [WebAssembly] Optimise relocation processing. NFC. by Sam Clegg · 7 years ago
  6. 8adf7ac [WebAssembly] Add support for --whole-archive. by Sam Clegg · 7 years ago
  7. 2df314d [WebAssembly] Fix archive member display in error messages by Sam Clegg · 7 years ago
  8. ce004bf [WebAssembly] Add support for bitcode archive members by Sam Clegg · 7 years ago
  9. c729c1b [WebAssembly] Initial support for LTO by Sam Clegg · 7 years ago
  10. 610ac3b [WebAssembly] Fix crash when relocation synbol is not live by Sam Clegg · 7 years ago
  11. cfeb646 [WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entries by Sam Clegg · 7 years ago
  12. e7245b4 [lld] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  13. d177ab2 [WebAssembly] Add support for debug (DWARF) sections by Sam Clegg · 7 years ago
  14. 358af38 [WebAssembly] Implement -print-gc-sections, to better test GC of globals by Nicholas Wilson · 7 years ago
  15. 80ba438 [WebAssembly] Add support for custom sections by Sam Clegg · 7 years ago
  16. c4d9aa1 [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFC by Nicholas Wilson · 8 years ago
  17. 37fbfc6 [WebAssembly] Fix expected contents of relocations with addends by Sam Clegg · 8 years ago
  18. e3f3ccf [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFC by Sam Clegg · 8 years ago
  19. dbd33b8 [WebAssembly] Verify contents of relocation target before writing it by Sam Clegg · 8 years ago
  20. c1be823 [WebAssembly] Improve logging and comments around relocations. NFC. by Sam Clegg · 8 years ago
  21. 2e55ee7 [WebAssembly] Handle weak undefined functions with a synthetic stub by Nicholas Wilson · 8 years ago
  22. e89b0ef [WebAssembly] Simplify createDefined. NFC. by Rui Ueyama · 8 years ago
  23. dcf6234 [WebAssembly] Simplify COMDAT handling. by Rui Ueyama · 8 years ago
  24. 0a9583c [WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC. by Rui Ueyama · 8 years ago
  25. 4b56adc [WebAssembly] Refactor ObjFile::initializeSymbols. by Rui Ueyama · 8 years ago
  26. d1063bb [WebAssembly] Inline accessor functions that are called only once. by Rui Ueyama · 8 years ago
  27. e3498ec [WebAssembly] Separate addUndefined into addUndefined{Function,Data,Global}. by Rui Ueyama · 8 years ago
  28. 20571c3 Do not use `auto` for type that is not obvious in a local context. by Rui Ueyama · 8 years ago
  29. 9310297 [WebAssembly] Add explicit symbol table by Sam Clegg · 8 years ago
  30. 0024553 [WebAssembly] Rename GlobalSymbol types. NFC. by Sam Clegg · 8 years ago
  31. 3141ddc Consistent (non) use of empty lines in include blocks by Sam Clegg · 8 years ago
  32. 93e559b [WebAssembly] Split addDefined into two different methods. NFC. by Sam Clegg · 8 years ago
  33. 3f8db98 [WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC. by Sam Clegg · 8 years ago
  34. 61dc84a Remove `else` after `break`. by Rui Ueyama · 8 years ago
  35. dfb0b2c [WebAssembly] Use a Symbol class heirarchy. NFC. by Sam Clegg · 8 years ago
  36. 447ae40 [WebAssembly] Unify concepts of discarded and non-live input chunks. NFC. by Sam Clegg · 8 years ago
  37. 77d4edc [WebAssembly] Remove redundant check global output index by Sam Clegg · 8 years ago
  38. 8f6d2de [WebAssembly] Write minimal types section by Sam Clegg · 8 years ago
  39. 1a9b7b9 [WebAssembly] Update to match llvm change rL323901. NFC by Sam Clegg · 8 years ago
  40. 0362633 [WebAssembly] Add support for --gc-sections by Sam Clegg · 8 years ago
  41. fc50c62 clang format by Sam Clegg · 8 years ago
  42. 24b3dcd [WebAssemly] Associate symbol with InputChunk in which they are defined. NFC. by Sam Clegg · 8 years ago
  43. ab604a9 [WebAssembly] Update to match llvm changes to TABLE relocations by Sam Clegg · 8 years ago
  44. 272c701 [WebAssembly] Allow non-zero table offset in input object by Sam Clegg · 8 years ago
  45. 48d030d [WebAssembly] Remove DEBUG_FUNCTION_NAME after llvm change by Sam Clegg · 8 years ago
  46. e0f6fcd [WebAssembly] Add COMDAT support by Sam Clegg · 8 years ago
  47. 5068685 [WebAssembly] Create synthetic __wasm_call_ctors function by Sam Clegg · 8 years ago
  48. d96d935 [WebAssembly] Move relocation handling InputChunks.cpp by Sam Clegg · 8 years ago
  49. 5fa274b [WebAssembly] Add InputChunk as common base class for InputSegment and InputFunction. NFC. by Sam Clegg · 8 years ago
  50. 20db381 [WebAssembly] Refactor symbol and symbol table to remove WasmSymbol references by Sam Clegg · 8 years ago
  51. 8d146bb [WebAssembly] Output functions individually by Sam Clegg · 8 years ago
  52. 87e6192 [WebAssembly] Write out undefined symbol addresses as zero by Sam Clegg · 8 years ago
  53. 1cf31bb [WebAssmebly] Fix references to weak aliases by Sam Clegg · 8 years ago
  54. f61676a [WebAssembly] Move code for copying of data segment relocation. NFC. by Sam Clegg · 8 years ago
  55. 29ceba7 Fix error messages. by Rui Ueyama · 8 years ago
  56. fc1a912 [WebAssembly] De-dup indirect function table. by Sam Clegg · 8 years ago
  57. 74fe0ba [WebAssembly] Fix symbol exports under -r/--relocatable by Sam Clegg · 8 years ago
  58. bdc5150 Always evaluate the second argument for CHECK() lazily. by Rui Ueyama · 8 years ago
  59. a681a11 [WebAssembly] Remove wasm/Strings.cpp+h by Sam Clegg · 8 years ago
  60. 7e75663 toString function take a const refs where possible by Sam Clegg · 8 years ago
  61. 2017d52 Move Memory.{h,cpp} to Common. by Rui Ueyama · 8 years ago
  62. c94d393 [WebAssembly] Initial wasm linker implementation by Sam Clegg · 8 years ago