summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
AgeCommit message (Expand)Author
2021-07-09[WebAssembly] Added initial type checker to MC AssemblerWouter van Oortmerssen
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-05-11[CodeGen][WebAssembly] Better lowering for WASM_SYMBOL_TYPE_GLOBAL symbolsAndy Wingo
2021-04-22[WebAssembly] Put utility functions in Utils directory (NFC)Heejin Ahn
2021-03-01[WebAssembly] call_indirect issues table number relocsAndy Wingo
2021-02-23Revert "[WebAssembly] call_indirect issues table number relocs"Andy Wingo
2021-02-22[WebAssembly] call_indirect issues table number relocsAndy Wingo
2021-01-09[WebAssembly] Remove exnref and br_on_exnHeejin Ahn
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos
2020-10-07Fix MSVC "not all control paths return a value" warning. NFCI.Simon Pilgrim
2020-10-07[WebAssembly] Rename Emscripten EH functionsHeejin Ahn
2020-05-08[WebAssembly] Disallow 'shared-mem' rather than 'atomics'Thomas Lively
2020-04-07[WebAssembly][MC] Fix leak of std::string members in MCSymbolWasmSam Clegg
2020-03-19[WebAssembly] Support swiftself and swifterror for WebAssembly targetYuta Saito
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song
2020-02-14[MC] De-capitalize some MCStreamer::Emit* functionsFangrui Song
2020-02-13[AsmPrinter][MCStreamer] De-capitalize EmitInstruction and EmitCFI*Fangrui Song
2020-02-13[AsmPrinter] De-capitalize all AsmPrinter::Emit* but EmitInstructionFangrui Song
2020-02-13[AsmPrinter] De-capitalize some AsmPrinter::Emit* functionsFangrui Song
2020-02-13[AsmPrinter] De-capitalize Emit{Function,BasicBlock]* and Emit{Start,End}OfAs...Fangrui Song
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2019-12-11[WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg
2019-10-09[WebAssembly] Make returns variadicThomas Lively
2019-08-12[webassembly] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-28[WebAssembly] Support for atomic fencesHeejin Ahn
2019-05-15[WebAssembly] Create a TargetInfo header. NFCRichard Trieu
2019-05-13[WebAssembly] Move InstPrinter files to MCTargetDesc. NFCDavid L. Jones
2019-04-26[AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers
2019-04-10[AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers
2019-03-29[WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively
2019-03-20[WebAssembly][NFC] Fix formatting error from rL356610Thomas Lively
2019-03-20[WebAssembly] Target features sectionThomas Lively
2019-02-22[WebAssembly] Remove unneeded MCSymbolRefExpr variantsSam Clegg
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-02-01[WebAssembly] Add codegen support for the import_field attributeDan Gohman
2019-01-30[WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-18[WebAssembly] Add languages from debug info to producers sectionThomas Lively
2019-01-17[WebAssembly] Parse llvm.ident into producers sectionThomas Lively
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively
2018-12-11[WebAssembly] TargetStreamer cleanup (NFC)Heejin Ahn
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-11-14[WebAssembly] Add support for the event sectionHeejin Ahn
2018-11-02[WebAssembly] Added a .globaltype directive to .s output.Wouter van Oortmerssen
2018-10-13[WebAssembly][NFC] Unify ARGUMENT classesThomas Lively