summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCWasmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-291-1/+1
* [WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg2019-02-071-0/+4
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-7/+7
* [WebAssembly] Add codegen support for the import_field attributeDan Gohman2019-02-011-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Parsing missing directives to produce valid .oWouter van Oortmerssen2018-11-021-1/+1
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-1/+0
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-1/+2
* Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."Sam Clegg2018-06-141-3/+0
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-2/+3
* MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne2018-05-181-2/+2
* [WebAssembly] Create section start symbols automatically for all sectionsSam Clegg2018-05-101-0/+1
* [WebAssembly] MC: Create and use first class section symbolsSam Clegg2018-05-021-11/+2
* [MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer.Sam Clegg2018-05-021-0/+3
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-2/+2
* Test commit: reformat commentNicholas Wilson2018-02-121-3/+3
* Remove redundant includes from lib/MC.Michael Zolotukhin2017-12-131-3/+0
* Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg2017-12-031-1/+4
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-021-4/+1
* Add visibility flag to Wasm symbol flagsSam Clegg2017-11-301-1/+4
* [WebAssembly] MC: Fix crash when -g specified.Sam Clegg2017-10-201-1/+1
* [WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attributeSam Clegg2017-10-201-0/+1
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+4
* [MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames2017-10-111-2/+3
* [WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg2017-09-151-1/+1
* [WebAssembly] Add support for weak symbols in the binary formatSam Clegg2017-06-201-0/+12
* MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne2017-03-031-7/+0
* [MC] Factor out non-COFF handling of COFF-specific directives.Dan Gohman2017-02-271-16/+0
* [WebAssembly] Basic support for Wasm object file encoding.Dan Gohman2017-02-241-2/+38
* [WebAssembly] Add skeleton MC support for the Wasm container formatDan Gohman2017-02-221-0/+203
OpenPOWER on IntegriCloud