aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCWasmStreamer.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[MC] Aligned bundling: remove special handling for RelaxAllFangrui Song1-13/+0
2024-04-25[MC] Remove RelaxAll parameters from create*StreamerFangrui Song1-2/+1
2024-04-25[MC] Move setRelaxAll() calls to MCObjectStreamerFangrui Song1-2/+0
2023-04-06[MC] Always encode instruction into SmallVectorAlexis Engelke1-2/+1
2022-12-09[Alignment] Use Align in MCStreamer::emitCommonSymbolGuillaume Chatelet1-1/+1
2022-12-08[Alignment] Use Align in MCStreamer::emitTBSSSymbolGuillaume Chatelet1-1/+1
2022-12-07[reland][Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbolGuillaume Chatelet1-2/+2
2022-12-07Revert D139439 "[Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCom...Guillaume Chatelet1-2/+2
2022-12-07[Alignment] Use Align in MCStreamer emitZeroFill/emitLocalCommonSymbolGuillaume Chatelet1-2/+2
2022-04-28[LLVM] Add exported visibility style for XCOFFDavid Tenty1-0/+1
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-1/+0
2022-02-09Cleanup LLVMMC headersserge-sans-paille1-6/+10
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner1-1/+1
2021-09-14[WebAssembly] Allow import and export of TLS symbols between DSOsSam Clegg1-1/+6
2021-09-09[WebAssembly] Add explict TLS symbol flagSam Clegg1-10/+70
2020-11-17[WebAssembly][MC] Remove useless overrides in MCWasmStreamerAndy Wingo1-12/+0
2020-11-02[MC] Make MCStreamer aware of AsmParser's StartTokLocFangrui Song1-2/+1
2020-10-29[MC] Add SMLoc to MCStreamer::emitSymbolAttribute and report changed binding ...Fangrui Song1-1/+2
2020-04-20[MC][NFC] Use camelCase style for functions in MCObjectStreamerShengchen Kan1-7/+7
2020-04-20[MC][NFC] Use camelCase style for function EmitInstToDataShengchen Kan1-1/+1
2020-02-15[MC] De-capitalize MCStreamer::Emit{Bundle,Addrsig}* etcFangrui Song1-2/+2
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui Song1-4/+4
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song1-8/+8
2019-08-29[WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman1-1/+1
2019-02-07[WebAssembly] Add symbol flag to the binary format llvm.usedSam Clegg1-0/+4
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-7/+7
2019-02-01[WebAssembly] Add codegen support for the import_field attributeDan Gohman1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-02[WebAssembly] Parsing missing directives to produce valid .oWouter van Oortmerssen1-1/+1
2018-08-03[WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson1-1/+0
2018-07-02[MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih1-1/+2
2018-06-14Revert "[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer."Sam Clegg1-3/+0
2018-06-06[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith1-2/+3
2018-05-18MC: Change the streamer ctors to take an object writer instead of a stream. N...Peter Collingbourne1-2/+2
2018-05-10[WebAssembly] Create section start symbols automatically for all sectionsSam Clegg1-0/+1
2018-05-02[WebAssembly] MC: Create and use first class section symbolsSam Clegg1-11/+2
2018-05-02[MC] Factor MCObjectStreamer::addFragmentAtoms out of MachO streamer.Sam Clegg1-0/+3
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg1-2/+2
2018-02-12Test commit: reformat commentNicholas Wilson1-3/+3
2017-12-13Remove redundant includes from lib/MC.Michael Zolotukhin1-3/+0
2017-12-03Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg1-1/+4
2017-12-02[WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn1-4/+1
2017-11-30Add visibility flag to Wasm symbol flagsSam Clegg1-1/+4
2017-10-20[WebAssembly] MC: Fix crash when -g specified.Sam Clegg1-1/+1
2017-10-20[WebAssembly] MC: Handle (ignore) MCSA_Protected symbol attributeSam Clegg1-0/+1
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames1-2/+4
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames1-2/+3
2017-09-15[WebAssembly] MC: Create wasm data segments based on MCSectionsSam Clegg1-1/+1
2017-06-20[WebAssembly] Add support for weak symbols in the binary formatSam Clegg1-0/+12
2017-03-03MC: De-duplicate the object streamer implementations of EmitFileDirective int...Peter Collingbourne1-7/+0