1. 38b12f5 [WebAssembly] Remove unused function return types (NFC) by Heejin Ahn · 7 years ago
  2. da419bd [WebAssembly] Add support for the event section by Heejin Ahn · 7 years ago
  3. 4808914 [WebAssembly] Change indices types to unsined int (NFC) by Heejin Ahn · 7 years ago
  4. 24faf85 Reland "[WebAssembly] LSDA info generation" by Heejin Ahn · 7 years ago
  5. 547d824 Revert "[WebAssembly] LSDA info generation" by Krasimir Georgiev · 7 years ago
  6. 0981eaa [WebAssembly] LSDA info generation by Heejin Ahn · 7 years ago
  7. 77a7a38 [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm by Derek Schuff · 7 years ago
  8. f208f63 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  9. f77dc2a [WebAssembly] Ensure relocation entries are ordered by offset by Sam Clegg · 7 years ago
  10. 105bdc2 [WebAssembly] MC: Add compile-twice test and fix corresponding bug by Sam Clegg · 7 years ago
  11. 59a6fc4 MC: Remove stream and output functions from MCObjectWriter. NFCI. by Peter Collingbourne · 7 years ago
  12. 438390f MC: Have the object writers return the number of bytes written. NFCI. by Peter Collingbourne · 7 years ago
  13. f17b149 MC: Change object writers to use endian::Writer. NFCI. by Peter Collingbourne · 7 years ago
  14. 147db3e MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a raw_ostream. NFCI. by Peter Collingbourne · 7 years ago
  15. 588fad4 [MC] Relax .fill size requirements by Nirav Dave · 7 years ago
  16. c0d4119 [WebAssembly] MC: Fix typo in comment by Sam Clegg · 7 years ago
  17. 6ccb59b [WebAssembly] MC: Ensure that FUNCTION_OFFSET relocations are always against function symbols. by Sam Clegg · 7 years ago
  18. 5f87ab3 [WebAssembly] Move toString helpers to BinaryFormat by Sam Clegg · 7 years ago
  19. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  20. b210c64 [WebAssembly] Create section start symbols automatically for all sections by Sam Clegg · 7 years ago
  21. 25d8e68 [WebAssembly] MC: Use existing MCSymbol.Index field rather than inventing extra mapping by Sam Clegg · 7 years ago
  22. fb807d4 [WebAssembly] Ensure all .debug_XXX section has proper symbol names by Sam Clegg · 7 years ago
  23. 4d57fbd [WebAssembly] MC: Create and use first class section symbols by Sam Clegg · 7 years ago
  24. d1f0910 Fix release build breakage by Sam Clegg · 7 years ago
  25. ba4d85e [MC] Add llvm_unreachable to toString to fix compile time warning. by Florian Hahn · 7 years ago
  26. 0537fdb NFC, Avoid a warning in WasmObjectWriter by Gabor Buella · 7 years ago
  27. a165f2d [WebAssembly] MC: Improve debug output by Sam Clegg · 7 years ago
  28. 432a388 IWYU for llvm-config.h in llvm, additions. by Nico Weber · 7 years ago
  29. d5504a0 [WebAssembly] Section symbols must have local binding by Sam Clegg · 7 years ago
  30. 6a31a0d [WebAssembly] Write DWARF data into wasm object file by Sam Clegg · 7 years ago
  31. 6bb5a41 [WebAssembly] Add version to object file metadata by Sam Clegg · 7 years ago
  32. 7e1c334 [wasm] Fix uninitialized memory introduced in r330749. by Chandler Carruth · 7 years ago
  33. 6f08c84 [WebAssembly] Use section index in relocation section header by Sam Clegg · 7 years ago
  34. 2322a93 [WebAssembly] MC: Refactor section creation code by Sam Clegg · 7 years ago
  35. cfd44a2 [WebAssembly] Allow for the creation of user-defined custom sections by Sam Clegg · 7 years ago
  36. 15f349f [WebAssembly] Disallow weak undefined globals in the object format by Nicholas Wilson · 8 years ago
  37. c22bfb6 [WebAssembly] Reorder reloc sections to come between symtab and name by Nicholas Wilson · 8 years ago
  38. 03e101f [WebAssembly] Use uint8_t for single byte values to match the spec by Sam Clegg · 8 years ago
  39. 586320c [WebAssembly] Reorder symbol table to match MC order by Nicholas Wilson · 8 years ago
  40. 86b4a09 [WebAssembly] Remove DataSize from linking metadata section by Sam Clegg · 8 years ago
  41. 545932b Simplify a DEBUG statement to remove a set but not used variable in release builds. by Eric Christopher · 8 years ago
  42. 6c899ba [WebAssembly] Add first claass symbol table to wasm objects by Sam Clegg · 8 years ago
  43. b7a5469 [WebAssembly] MC: Make explicit our current lack of support for relocations against unnamed temporary symbols. by Sam Clegg · 8 years ago
  44. 8defa95 [WebAssembly] MC: Remove redundant struct types by Sam Clegg · 8 years ago
  45. 6e7f182 [WebAssembly] MC: Remove unused code for handling of wasm globals by Sam Clegg · 8 years ago
  46. f9edbe9 [WebAssembly] MC: Resolve aliases when creating provisional table entries by Sam Clegg · 8 years ago
  47. 329e76d [WebAssembly] Remove some unused code and tidy logging. NFC. by Sam Clegg · 8 years ago
  48. 68b425f [WebAssembly] Remove "name" section of object wasm object files by Sam Clegg · 8 years ago
  49. 60ec303 [WebAssembly] Store function index rather than table index in TABLE_INDEX relocations by Sam Clegg · 8 years ago
  50. 30e1bbc [WebAssembly] MC: Start table at offset 1 rather than 0 by Sam Clegg · 8 years ago
  51. 9f3fe42 [WebAssembly] Remove debug names from symbol table by Sam Clegg · 8 years ago
  52. 0917c9e [WebAssembly] Make WasmObjectWriter's destructor public; NFC by Dan Gohman · 8 years ago
  53. cd65f69 [WebAssembly] MC: Remove SetUsed argument when calling MCSymbol::isDefined et al by Sam Clegg · 8 years ago
  54. d423f0d [WebAssemlby] MC: Don't write COMDAT symbols as global imports by Sam Clegg · 8 years ago
  55. ea7cace [WebAssembly] Add COMDAT support by Sam Clegg · 8 years ago
  56. d707c37 Use a MCExpr for the size of MCFillFragment. by Rafael Espindola · 8 years ago
  57. 270ed1b [WebAssembly] MC: Use zero for provisional value of undefined symbols by Sam Clegg · 8 years ago
  58. 6006e09 [WebAssembly] MC: Fix for address taken aliases by Sam Clegg · 8 years ago
  59. b6a4298 [WebAssembly] Fix local references to weak aliases by Sam Clegg · 8 years ago
  60. 83b1622 [WebAssembly] Remove an obsolete comment. by Dan Gohman · 8 years ago
  61. bafe690 [WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtors by Sam Clegg · 8 years ago
  62. 910c012 Remove redundant includes from lib/MC. by Michael Zolotukhin · 8 years ago
  63. f950b24 Reland "[WebAssembly] Import the linear memory and function table." by Sam Clegg · 8 years ago
  64. 8460b26 Revert "[WebAssembly] Import the linear memory and function table." by Sam Clegg · 8 years ago
  65. 96d22e12a [WebAssembly] Import the linear memory and function table. by Dan Gohman · 8 years ago
  66. ad19047d [WebAssembly] Remove WASM_STACK_POINTER. by Dan Gohman · 8 years ago
  67. 32ce5ca [WebAssembly] Make stack-pointer imports mutable. by Dan Gohman · 8 years ago
  68. c2c9977 [WebAssembly] Implement WASM_STACK_POINTER. by Dan Gohman · 8 years ago
  69. a2b35da Reland "[WebAssembly] Add visibility flag to Wasm symbol flags"" by Sam Clegg · 8 years ago
  70. e74a864 [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags" by Heejin Ahn · 8 years ago
  71. 9138b7b Add visibility flag to Wasm symbol flags by Sam Clegg · 8 years ago
  72. 2803bfa [WebAssembly] Support bitcasted function addresses with varargs. by Dan Gohman · 8 years ago
  73. c55d13f [WebAssembly] MC: Don't allow zero sized data segments by Sam Clegg · 8 years ago
  74. 12fd3da [WebAssembly] MC: Fix crash when -g specified. by Sam Clegg · 8 years ago
  75. 615eb47 Reverting r315590; it did not include changes for llvm-tblgen, which is causing link errors for several people. by Aaron Ballman · 8 years ago
  76. 3e0199f [dump] Remove NDEBUG from test to enable dump methods [NFC] by Don Hinton · 8 years ago
  77. 60fbc7c [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter by Lang Hames · 8 years ago
  78. 1301a87 [MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through createWasmObjectWriter by Lang Hames · 8 years ago
  79. 63ebb81 [WebAssembly] Allow each data segment to specify its own alignment by Sam Clegg · 8 years ago
  80. ba9fa9f [WebAssembly] Model weakly defined symbols as wasm exports by Sam Clegg · 8 years ago
  81. 31a2c80 [WebAssembly] Add support for local symbol bindings by Sam Clegg · 8 years ago
  82. d95ed95 Reland "[WebAssembly] Add support for naming wasm data segments" by Sam Clegg · 8 years ago
  83. b487bf4 Reverting due to Green Dragon bot failure. by Mike Edwards · 8 years ago
  84. b292c25 [WebAssembly] Add support for naming wasm data segments by Sam Clegg · 8 years ago
  85. 759631c [WebAssembly] MC: Create wasm data segments based on MCSections by Sam Clegg · 8 years ago
  86. 66a99e4 Change encodeU/SLEB128 to pad to certain number of bytes by Sam Clegg · 8 years ago
  87. 457fb0b [WebAssembly] Pass ArrayRef rather than SmallVector by Sam Clegg · 8 years ago
  88. aff1c4d [WebAssembly] MC: Fix crash in getProvitionalValue on weak references by Sam Clegg · 8 years ago
  89. 7c39594 [WebAssembly] Use a separate wasm data segment for each global symbol by Sam Clegg · 8 years ago
  90. 13a2e89 [WebAssembly] Update relocation names to match spec by Sam Clegg · 8 years ago
  91. ceecfe5b Simplify interface now that we don't need to pass IsPCRel. NFC. by Rafael Espindola · 8 years ago
  92. 6ad8f19 [WebAssembly] Fix use of cast vs dyn_cast by Sam Clegg · 8 years ago
  93. b03c2b4 [WebAssembly] Use the correct size for MCFillFragment by Sam Clegg · 8 years ago
  94. 5e3d33a [WebAssembly] Support weak defined symbols by Sam Clegg · 8 years ago
  95. 9bf73c0 [WebAssembly] Fix types for address taken functions by Sam Clegg · 8 years ago
  96. 8c4baa00 [WebAssembly] MC: Don't generate extra types for weak alias by Sam Clegg · 8 years ago
  97. 9e1ade9 [WebAssembly] Add data size and alignement to linking section by Sam Clegg · 8 years ago
  98. fe6414b [WebAssembly] Cleanup WasmObjectWriter.cpp. NFC by Sam Clegg · 8 years ago
  99. 9a90b68 WasmObjectWriter.cpp: Tweak a comment line. [-Wdocumentation] by NAKAMURA Takumi · 8 years ago
  100. 1fb8daa Fix unused function build error in lld by Sam Clegg · 8 years ago