| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo... | Sam Clegg | 2019-12-11 | 1 | -0/+10 |
| * | [WebAssebmly][MC] Support .import_name/.import_field asm directives | Sam Clegg | 2019-12-06 | 1 | -1/+1 |
| * | [MC][WebAssembly] Error on data symbols in the text section. | Sam Clegg | 2019-09-25 | 1 | -1/+3 |
| * | [WebAssembly] Make __attribute__((used)) not imply export. | Dan Gohman | 2019-08-29 | 1 | -2/+7 |
| * | [WebAssembly][MC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build... | Fangrui Song | 2019-08-20 | 1 | -3/+1 |
| * | [WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC. | Sam Clegg | 2019-08-20 | 1 | -43/+15 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
| * | Delete dead stores | Fangrui Song | 2019-07-12 | 1 | -1/+0 |
| * | [WebAssembly] Fix list of relocations with addends in lld | Keno Fischer | 2019-06-26 | 1 | -13/+1 |
| * | Use llvm::stable_sort | Fangrui Song | 2019-04-23 | 1 | -3/+2 |
| * | [WebAssembly] Add DataCount section to object files | Thomas Lively | 2019-04-12 | 1 | -0/+12 |
| * | [WebAssembly] Add new explicit relocation types for PIC relocations | Sam Clegg | 2019-04-04 | 1 | -0/+5 |
| * | [WebAssembly] Rename wasm fixup kinds | Sam Clegg | 2019-03-28 | 1 | -4/+1 |
| * | [WebAssembly] Initial implementation of PIC code generation | Sam Clegg | 2019-03-26 | 1 | -28/+36 |
| * | [WebAssembly] Target features section | Thomas Lively | 2019-03-20 | 1 | -1/+10 |
| * | [WebAssembly] Add support for data sections in the assembler. | Wouter van Oortmerssen | 2019-03-04 | 1 | -1/+1 |
| * | Fix "enumeral and non-enumeral type in conditional expression" gcc7 warning. ... | Simon Pilgrim | 2019-02-24 | 1 | -1/+2 |
| * | [WebAssembly] Remove unneeded MCSymbolRefExpr variants | Sam Clegg | 2019-02-22 | 1 | -6/+7 |
| * | [WebAssembly] MC: Handle aliases of aliases | Sam Clegg | 2019-02-22 | 1 | -6/+7 |
| * | [WebAssembly] Don't create MSSymbolWasm object for non-symbols | Sam Clegg | 2019-02-21 | 1 | -9/+4 |
| * | [WebAssembly] Update MC for bulk memory | Thomas Lively | 2019-02-19 | 1 | -7/+13 |
| * | [WebAssembly] Fix imported function symbol names that differ from their impor... | Dan Gohman | 2019-02-07 | 1 | -1/+4 |
| * | [WebAssembly] Add symbol flag to the binary format llvm.used | Sam Clegg | 2019-02-07 | 1 | -0/+2 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -34/+28 |
| * | [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_ | Sam Clegg | 2019-02-04 | 1 | -34/+34 |
| * | [WebAssembly] Add codegen support for the import_field attribute | Dan Gohman | 2019-02-01 | 1 | -10/+10 |
| * | [WebAssembly] MC: Fix for outputing wasm object to /dev/null | Sam Clegg | 2019-01-31 | 1 | -1/+7 |
| * | [WebAssembly] MC: Use WritePatchableLEB helper function. NFC. | Sam Clegg | 2019-01-30 | 1 | -33/+30 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-17 | 1 | -17/+30 |
| * | Revert "[WebAssembly] Parse llvm.ident into producers section" | Thomas Lively | 2019-01-17 | 1 | -30/+17 |
| * | [WebAssembly] Parse llvm.ident into producers section | Thomas Lively | 2019-01-16 | 1 | -17/+30 |
| * | [WebAssembly] Store section alignment as a power of 2 | Sam Clegg | 2019-01-16 | 1 | -1/+1 |
| * | [WebAssembly] Massive instruction renaming | Thomas Lively | 2019-01-08 | 1 | -1/+1 |
| * | [WebAssembly] Remove unused function return types (NFC) | Heejin Ahn | 2018-11-20 | 1 | -6/+4 |
| * | [WebAssembly] Add support for the event section | Heejin Ahn | 2018-11-14 | 1 | -51/+140 |
| * | [WebAssembly] Change indices types to unsined int (NFC) | Heejin Ahn | 2018-11-02 | 1 | -4/+4 |
| * | Reland "[WebAssembly] LSDA info generation" | Heejin Ahn | 2018-10-25 | 1 | -1/+3 |
| * | Revert "[WebAssembly] LSDA info generation" | Krasimir Georgiev | 2018-10-16 | 1 | -3/+1 |
| * | [WebAssembly] LSDA info generation | Heejin Ahn | 2018-10-16 | 1 | -1/+3 |
| * | [WebAssembly] Refactor WasmSignature and use it for MCSymbolWasm | Derek Schuff | 2018-10-03 | 1 | -2/+5 |
| * | [WebAssembly] clang-format (NFC) | Heejin Ahn | 2018-09-05 | 1 | -35/+35 |
| * | [WebAssembly] Ensure relocation entries are ordered by offset | Sam Clegg | 2018-08-22 | 1 | -5/+17 |
| * | [WebAssembly] MC: Add compile-twice test and fix corresponding bug | Sam Clegg | 2018-05-30 | 1 | -1/+1 |
| * | MC: Remove stream and output functions from MCObjectWriter. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -2/+1 |
| * | MC: Have the object writers return the number of bytes written. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -3/+6 |
| * | MC: Change object writers to use endian::Writer. NFCI. | Peter Collingbourne | 2018-05-21 | 1 | -89/+90 |
| * | MC: Change MCAssembler::writeSectionData and writeFragmentPadding to take a r... | Peter Collingbourne | 2018-05-21 | 1 | -2/+2 |
| * | [MC] Relax .fill size requirements | Nirav Dave | 2018-05-18 | 1 | -3/+4 |
| * | [WebAssembly] MC: Fix typo in comment | Sam Clegg | 2018-05-17 | 1 | -1/+1 |