1. 393d0f7 [WebAssembly] Allow multivalue signatures in object files by Thomas Lively · 6 years ago
  2. 0eaee54 [llvm] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  3. 7eacefe [NFC] Test commit, corrected some spelling in comment by David Candler · 6 years ago
  4. e1cb2c0 [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<uint8_t>> by Fangrui Song · 6 years ago
  5. 8be28cd [Object] Change getSectionName() to return Expected<StringRef> by Fangrui Song · 6 years ago
  6. fe8aabf [WebAssembly] Object: Improve error messages on invalid section by Sam Clegg · 6 years ago
  7. fef8de6 [WebAssembly] Add DataCount section to object files by Thomas Lively · 6 years ago
  8. 6a0746a Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFromStringRef() by Fangrui Song · 6 years ago
  9. 2a7cac9 [WebAssembly] Add new explicit relocation types for PIC relocations by Sam Clegg · 6 years ago
  10. 492f752 [WebAssembly] Initial implementation of PIC code generation by Sam Clegg · 7 years ago
  11. f6f4f84 [WebAssembly] Target features section by Thomas Lively · 7 years ago
  12. a688a42 [WebAssembly] Improve support for "needed" list in dylink section by Sam Clegg · 7 years ago
  13. 9757bba [WebAssembly] Generalize section ordering constraints by Thomas Lively · 7 years ago
  14. 2e15040 [WebAssembly] Update MC for bulk memory by Thomas Lively · 7 years ago
  15. 29874ce [WebAssembly] Fix imported function symbol names that differ from their import names in the .o format by Dan Gohman · 7 years ago
  16. d9c9dc0 [WebAssembly] Object: Remove redundant method. NFC. by Sam Clegg · 7 years ago
  17. 18c56a0 [WebAssembly] clang-tidy (NFC) by Heejin Ahn · 7 years ago
  18. d1152a2 [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ by Sam Clegg · 7 years ago
  19. c7d2e5f1 [WebAssembly] Add missing SymbolRef update from rL352551 by Sam Clegg · 7 years ago
  20. 2a193e0 [WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-null by Sam Clegg · 7 years ago
  21. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  22. f3b762a [WebAssembly] Fixed objdump not parsing function headers. by Wouter van Oortmerssen · 7 years ago
  23. cbda16e [WebAssembly] Parse llvm.ident into producers section by Thomas Lively · 7 years ago
  24. 3cfcc94 Revert "[WebAssembly] Parse llvm.ident into producers section" by Thomas Lively · 7 years ago
  25. a56c23c [WebAssembly] Parse llvm.ident into producers section by Thomas Lively · 7 years ago
  26. 6a87dda [WebAssembly] Massive instruction renaming by Thomas Lively · 7 years ago
  27. feef720 [WebAssembly] Check if the section order is correct by Heejin Ahn · 7 years ago
  28. 0380125 [WebAssembly] Update dylink section parsing by Sam Clegg · 7 years ago
  29. a2125b8 [WebAssembly] Make WasmSymbol's signature usable for events (NFC) by Heejin Ahn · 7 years ago
  30. e4afbc6 [WebAssembly] Add support for dylink section in object format by Sam Clegg · 7 years ago
  31. da419bd [WebAssembly] Add support for the event section by Heejin Ahn · 7 years ago
  32. 6881806 [WebAssembly] Add shared memory support to limits field by Derek Schuff · 7 years ago
  33. 77a7a38 [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm by Derek Schuff · 7 years ago
  34. f208f63 [WebAssembly] clang-format (NFC) by Heejin Ahn · 7 years ago
  35. e3d6b97 [Wasm] Add missing EOF checks for floats by Jonas Devlieghere · 7 years ago
  36. f77dc2a [WebAssembly] Ensure relocation entries are ordered by offset by Sam Clegg · 7 years ago
  37. 8511777d [WASM] Fix overflow when reading custom section by Jonas Devlieghere · 7 years ago
  38. dcf5bd2 Fix MSVC "signed/unsigned mismatch" warning. NFCI. by Simon Pilgrim · 7 years ago
  39. a81fb84 MC: Remove redundant substr() call by Sam Clegg · 7 years ago
  40. f4f3750 Fix build error introduced in rL333459 by Sam Clegg · 7 years ago
  41. b7c6239 [WebAssembly] Add more error checking to object file parsing by Sam Clegg · 7 years ago
  42. 4bbc6b5 [WebAssembly] Object: Add more error checking for object file reading by Sam Clegg · 7 years ago
  43. ddc84bf [NFC] WebAssembly build break #2 by JF Bastien · 7 years ago
  44. 659932b [NFC] WebAssembly build fix by JF Bastien · 7 years ago
  45. 1be4bf9 [WebAssembly] Provide WasmFunction content offset information. by Sam Clegg · 7 years ago
  46. d34e60c Rename DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  47. e065811 typo by Sam Clegg · 7 years ago
  48. d5504a0 [WebAssembly] Section symbols must have local binding by Sam Clegg · 7 years ago
  49. 6a31a0d [WebAssembly] Write DWARF data into wasm object file by Sam Clegg · 7 years ago
  50. 6bb5a41 [WebAssembly] Add version to object file metadata by Sam Clegg · 7 years ago
  51. f676cdd [WebAssembly] Implement getRelocationValueString() by Sam Clegg · 7 years ago
  52. 9067b46 [WebAssebmly] Add Module name to WasmSymbol by Sam Clegg · 7 years ago
  53. 6f08c84 [WebAssembly] Use section index in relocation section header by Sam Clegg · 7 years ago
  54. ef90ff3 [WebAssembly] Distinguish debug/symbol names in the Wasm structs. NFC by Nicholas Wilson · 7 years ago
  55. 9745afa [WebAssembly] libObject: Don't include the name the size of custom sections by Sam Clegg · 7 years ago
  56. 027b935 [WebAssembly] Identify COMDATs by index rather than string. NFC by Nicholas Wilson · 8 years ago
  57. 15f349f [WebAssembly] Disallow weak undefined globals in the object format by Nicholas Wilson · 8 years ago
  58. fa5a04f [WebAssebmly] Remove reloc ordering constraint by Sam Clegg · 8 years ago
  59. b3748f7 [WebAssembly] Add validation to reloc section by Nicholas Wilson · 8 years ago
  60. 959e737 [WebAssembly] Attach a name to globals similarly to function naming by Nicholas Wilson · 8 years ago
  61. 3b82510 [WebAssembly] Check function type indexes by Nicholas Wilson · 8 years ago
  62. 03e101f [WebAssembly] Use uint8_t for single byte values to match the spec by Sam Clegg · 8 years ago
  63. 7e4eee9 [WebAssembly] Fix copy-paste error in debugging string by Nicholas Wilson · 8 years ago
  64. 86b4a09 [WebAssembly] Remove DataSize from linking metadata section by Sam Clegg · 8 years ago
  65. 6c899ba [WebAssembly] Add first claass symbol table to wasm objects by Sam Clegg · 8 years ago
  66. 0b55ccf [WebAssebmly] Report undefined symbols correctly in objdump by Sam Clegg · 8 years ago
  67. 6e7f182 [WebAssembly] MC: Remove unused code for handling of wasm globals by Sam Clegg · 8 years ago
  68. 23012e9 [WebAssembly] Add minor helper functions to WasmObjectFile by Sam Clegg · 8 years ago
  69. 9f3fe42 [WebAssembly] Remove debug names from symbol table by Sam Clegg · 8 years ago
  70. 4710ed7 [WebAssembly] Don't allow functions to be named twice by Sam Clegg · 8 years ago
  71. ea7cace [WebAssembly] Add COMDAT support by Sam Clegg · 8 years ago
  72. e53af7f [WebAssembly] Explicitly specify function/global index space in YAML by Sam Clegg · 8 years ago
  73. c5d8bc8 [WebAssembly] Remove unneeded sub-directory by Sam Clegg · 8 years ago
  74. b6a4298 [WebAssembly] Fix local references to weak aliases by Sam Clegg · 8 years ago
  75. c551522 [WebAssembly] Export some more info on wasm funtions by Sam Clegg · 8 years ago
  76. 260fe3e Fix many -Wsign-compare and -Wtautological-constant-compare warnings. by Zachary Turner · 8 years ago
  77. 4273998 [WebAssembly] Add support for init functions linking metadata by Sam Clegg · 8 years ago
  78. 7ae3f46 [WebAssembly] Commit a file I accidentally omitted from r319956. by Dan Gohman · 8 years ago
  79. a2b35da Reland "[WebAssembly] Add visibility flag to Wasm symbol flags"" by Sam Clegg · 8 years ago
  80. e74a864 [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags" by Heejin Ahn · 8 years ago
  81. 9138b7b Add visibility flag to Wasm symbol flags by Sam Clegg · 8 years ago
  82. 35b50a8 [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219) by Vedant Kumar · 8 years ago
  83. 63ebb81 [WebAssembly] Allow each data segment to specify its own alignment by Sam Clegg · 8 years ago
  84. ba9fa9f [WebAssembly] Model weakly defined symbols as wasm exports by Sam Clegg · 8 years ago
  85. afd34c6 [WebAssembly] Use function/global index space in WasmSymbol by Sam Clegg · 8 years ago
  86. 79cd5d0 [WebAssembly] Weak symbols should be defined in SF_Global by Sam Clegg · 8 years ago
  87. 31a2c80 [WebAssembly] Add support for local symbol bindings by Sam Clegg · 8 years ago
  88. d95ed95 Reland "[WebAssembly] Add support for naming wasm data segments" by Sam Clegg · 8 years ago
  89. b487bf4 Reverting due to Green Dragon bot failure. by Mike Edwards · 8 years ago
  90. b292c25 [WebAssembly] Add support for naming wasm data segments by Sam Clegg · 8 years ago
  91. e7a6070 [WebAssembly] Only treat imports/exports as symbols when reading relocatable object files by Sam Clegg · 8 years ago
  92. 13a2e89 [WebAssembly] Update relocation names to match spec by Sam Clegg · 8 years ago
  93. 4194fb7 [WebAssembly] Fix getSymbolValue for exported globals by Sam Clegg · 8 years ago
  94. b09cfa5 [WebAssembly] Fix getSymbolValue() for data symbols by Sam Clegg · 8 years ago
  95. a3b9fe6 [WebAssembly] Validate exports when parsing object files by Sam Clegg · 8 years ago
  96. a845167 [WebAssembly] Fix overflow for input with missing version by Jonas Devlieghere · 8 years ago
  97. 9c07f94 [WebAssembly] Expose the offset of each data segment by Sam Clegg · 8 years ago
  98. 5e3d33a [WebAssembly] Support weak defined symbols by Sam Clegg · 8 years ago
  99. 4df5d76 [WebAssembly] Add support for printing relocations with llvm-objdump by Sam Clegg · 8 years ago
  100. 9e1ade9 [WebAssembly] Add data size and alignement to linking section by Sam Clegg · 8 years ago