| Commit message (Expand) | Author | Age | Files | Lines |
| * | [WebAssembly] Make __attribute__((used)) not imply export. | Dan Gohman | 2019-08-29 | 1 | -1/+1 |
| * | [WebAssembly] Add symbol flag to the binary format llvm.used | Sam Clegg | 2019-02-07 | 1 | -0/+4 |
| * | [WebAssembly] clang-tidy (NFC) | Heejin Ahn | 2019-02-04 | 1 | -7/+7 |
| * | [WebAssembly] Add codegen support for the import_field attribute | Dan Gohman | 2019-02-01 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [WebAssembly] Parsing missing directives to produce valid .o | Wouter van Oortmerssen | 2018-11-02 | 1 | -1/+1 |
| * | [WebAssembly] Cleanup of the way globals and global flags are handled | Nicholas Wilson | 2018-08-03 | 1 | -1/+0 |
| * | [MC] Error on a .zerofill directive in a non-virtual section | Francis Visoiu Mistrih | 2018-07-02 | 1 | -1/+2 |
| * | Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer." | Sam Clegg | 2018-06-14 | 1 | -3/+0 |
| * | [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixup | Peter Smith | 2018-06-06 | 1 | -2/+3 |
| * | MC: Change the streamer ctors to take an object writer instead of a stream. N... | Peter Collingbourne | 2018-05-18 | 1 | -2/+2 |
| * | [WebAssembly] Create section start symbols automatically for all sections | Sam Clegg | 2018-05-10 | 1 | -0/+1 |
| * | [WebAssembly] MC: Create and use first class section symbols | Sam Clegg | 2018-05-02 | 1 | -11/+2 |
| * | [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer. | Sam Clegg | 2018-05-02 | 1 | -0/+3 |
| * | [WebAssembly] Add first claass symbol table to wasm objects | Sam Clegg | 2018-02-23 | 1 | -2/+2 |
| * | Test commit: reformat comment | Nicholas Wilson | 2018-02-12 | 1 | -3/+3 |
| * | Remove redundant includes from lib/MC. | Michael Zolotukhin | 2017-12-13 | 1 | -3/+0 |
| * | Reland "[WebAssembly] Add visibility flag to Wasm symbol flags"" | Sam Clegg | 2017-12-03 | 1 | -1/+4 |
| * | [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags" | Heejin Ahn | 2017-12-02 | 1 | -4/+1 |
| * | Add visibility flag to Wasm symbol flags | Sam Clegg | 2017-11-30 | 1 | -1/+4 |
| * | [WebAssembly] MC: Fix crash when -g specified. | Sam Clegg | 2017-10-20 | 1 | -1/+1 |
| * | [WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attribute | Sam Clegg | 2017-10-20 | 1 | -0/+1 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+4 |
| * | [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr. | Lang Hames | 2017-10-11 | 1 | -2/+3 |
| * | [WebAssembly] MC: Create wasm data segments based on MCSections | Sam Clegg | 2017-09-15 | 1 | -1/+1 |
| * | [WebAssembly] Add support for weak symbols in the binary format | Sam Clegg | 2017-06-20 | 1 | -0/+12 |
| * | MC: De-duplicate the object streamer implementations of EmitFileDirective int... | Peter Collingbourne | 2017-03-03 | 1 | -7/+0 |
| * | [MC] Factor out non-COFF handling of COFF-specific directives. | Dan Gohman | 2017-02-27 | 1 | -16/+0 |
| * | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -2/+38 |
| * | [WebAssembly] Add skeleton MC support for the Wasm container format | Dan Gohman | 2017-02-22 | 1 | -0/+203 |