| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo... | Sam Clegg | 2019-12-11 | 1 | -7/+10 |
| * | [WebAssembly] Allow multivalue signatures in object files | Thomas Lively | 2019-10-18 | 1 | -6/+3 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -1/+1 |
| * | [NFC] Test commit, corrected some spelling in comment | David Candler | 2019-08-02 | 1 | -1/+1 |
| * | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song | 2019-05-14 | 1 | -5/+3 |
| * | [Object] Change getSectionName() to return Expected<StringRef> | Fangrui Song | 2019-05-02 | 1 | -8/+4 |
| * | [WebAssembly] Object: Improve error messages on invalid section | Sam Clegg | 2019-04-20 | 1 | -3/+3 |
| * | [WebAssembly] Add DataCount section to object files | Thomas Lively | 2019-04-12 | 1 | -0/+11 |
| * | Change some StringRef::data() reinterpret_cast to bytes_begin() or arrayRefFr... | Fangrui Song | 2019-04-07 | 1 | -1/+1 |
| * | [WebAssembly] Add new explicit relocation types for PIC relocations | Sam Clegg | 2019-04-04 | 1 | -0/+2 |
| * | [WebAssembly] Initial implementation of PIC code generation | Sam Clegg | 2019-03-26 | 1 | -1/+5 |
| * | [WebAssembly] Target features section | Thomas Lively | 2019-03-20 | 1 | -1/+36 |
| * | [WebAssembly] Improve support for "needed" list in dylink section | Sam Clegg | 2019-03-13 | 1 | -0/+1 |
| * | [WebAssembly] Generalize section ordering constraints | Thomas Lively | 2019-02-20 | 1 | -8/+61 |
| * | [WebAssembly] Update MC for bulk memory | Thomas Lively | 2019-02-19 | 1 | -5/+12 |
| * | [WebAssembly] Fix imported function symbol names that differ from their impor... | Dan Gohman | 2019-02-07 | 1 | -4/+18 |
| * | [WebAssembly] Object: Remove redundant method. NFC. | Sam Clegg | 2019-02-05 | 1 | -5/+1 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -18/+18 |
| * | [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ | Sam Clegg | 2019-02-04 | 1 | -16/+16 |
| * | [WebAssembly] Add missing SymbolRef update from rL352551 | Sam Clegg | 2019-01-30 | 1 | -2/+2 |
| * | [WebAssembly] Ensure BasicSymbolRef.getRawDataRefImpl().p is non-null | Sam Clegg | 2019-01-29 | 1 | -4/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Fixed objdump not parsing function headers. | Wouter van Oortmerssen | 2019-01-17 | 1 | -1/+12 |
| * | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-17 | 1 | -0/+45 |
| * | Revert "[WebAssembly] Parse llvm.ident into producers section" | Thomas Lively | 2019-01-17 | 1 | -45/+0 |
| * | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-16 | 1 | -0/+45 |
| * | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -3/+3 |
| * | [WebAssembly] Check if the section order is correct | Heejin Ahn | 2018-12-15 | 1 | -3/+67 |
| * | [WebAssembly] Update dylink section parsing | Sam Clegg | 2018-12-12 | 1 | -0/+6 |
| * | [WebAssembly] Make WasmSymbol's signature usable for events (NFC) | Heejin Ahn | 2018-12-08 | 1 | -5/+7 |
| * | [WebAssembly] Add support for dylink section in object format | Sam Clegg | 2018-11-14 | 1 | -1/+16 |
| * | [WebAssembly] Add support for the event section | Heejin Ahn | 2018-11-14 | 1 | -3/+92 |
| * | [WebAssembly] Add shared memory support to limits field | Derek Schuff | 2018-11-06 | 1 | -1/+1 |
| * | [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm | Derek Schuff | 2018-10-03 | 1 | -5/+4 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -38/+35 |
| * | [Wasm] Add missing EOF checks for floats | Jonas Devlieghere | 2018-08-31 | 1 | -0/+4 |
| * | [WebAssembly] Ensure relocation entries are ordered by offset | Sam Clegg | 2018-08-22 | 1 | -0/+5 |
| * | [WASM] Fix overflow when reading custom section | Jonas Devlieghere | 2018-08-08 | 1 | -3/+10 |
| * | Fix MSVC "signed/unsigned mismatch" warning. NFCI. | Simon Pilgrim | 2018-06-26 | 1 | -1/+1 |
| * | MC: Remove redundant substr() call | Sam Clegg | 2018-05-30 | 1 | -1/+1 |
| * | Fix build error introduced in rL333459 | Sam Clegg | 2018-05-29 | 1 | -2/+3 |
| * | [WebAssembly] Add more error checking to object file parsing | Sam Clegg | 2018-05-29 | 1 | -224/+240 |
| * | [WebAssembly] Object: Add more error checking for object file reading | Sam Clegg | 2018-05-18 | 1 | -3/+9 |
| * | [NFC] WebAssembly build break #2 | JF Bastien | 2018-05-16 | 1 | -0/+4 |
| * | [NFC] WebAssembly build fix | JF Bastien | 2018-05-16 | 1 | -0/+13 |
| * | [WebAssembly] Provide WasmFunction content offset information. | Sam Clegg | 2018-05-15 | 1 | -0/+1 |
| * | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -2/+2 |
| * | typo | Sam Clegg | 2018-04-27 | 1 | -2/+3 |
| * | [WebAssembly] Section symbols must have local binding | Sam Clegg | 2018-04-27 | 1 | -0/+4 |
| * | [WebAssembly] Write DWARF data into wasm object file | Sam Clegg | 2018-04-26 | 1 | -1/+35 |