summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
AgeCommit message (Expand)Author
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-08-17MCSymbol: Remove setUndefinedFangrui Song
2025-08-03MCSymbolWasm: Remove classofFangrui Song
2025-07-26MCSectionWasm: Remove classofFangrui Song
2025-07-07[WebAssembly,MC] Add ref.test_func handling to AsmParser (#139642)Hood Chatham
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song
2025-06-26WebAssembly: Merge MCExpr into MCAsmInfoFangrui Song
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-05-25MCParser: Replace deprecated alias MCAsmLexer with AsmLexerFangrui Song
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song
2025-04-08[WebAssembly] Add WebAssembly::SpecifierFangrui Song
2025-03-04[lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#1...Nick Fitzgerald
2025-03-02[MC] Move VariantKind info to MCAsmInfoFangrui Song
2025-03-02[MCParser] Extract some VariantKind from getVariantKindForNameFangrui Song
2025-02-12[MC] Replace MCContext::GenericSectionID with MCSection::NonUniqueID (#126202)Haohai Wen
2024-12-02[WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (#11...Dan Gohman
2024-11-15[WebAssembly] Remove unused includes (NFC) (#116318)Kazu Hirata
2024-10-03[WebAssembly] Print instructions with type checking errors (#111067)Heejin Ahn
2024-10-02[WebAssembly] Handle block and polymorphic stack in AsmTypeCheck (#110770)Heejin Ahn
2024-09-26[WebAssembly] Unify type checking in AsmTypeCheck (#110094)Heejin Ahn
2024-09-23[WebAssembly] Apply clang-tidy fixes on AsmParser/TypeCheck (NFC) (#109692)Heejin Ahn
2024-09-18[NFC] Update function names in MCTargetAsmParser.h (#108643)Lei Huang
2024-09-17[WebAssembly] Support assembly parsing for new EH (#108668)Heejin Ahn
2024-09-10[WebAssembly] Add assembly support for final EH proposal (#107917)Heejin Ahn
2024-09-03[WebAssembly] Remove Kind argument from WebAssemblyOperand (NFC) (#107157)Heejin Ahn
2024-06-29[MC] getWasmSection: remove unused BeginSymNameFangrui Song
2024-06-28[MC] Replace getCurrentSection().first with getCurrentSectionOnly. NFCFangrui Song
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke
2024-06-05[WebAssembly] Set IS_64 flag correctly on __indirect_function_table in object...Sam Clegg
2024-04-02[WebAssembly] Allocate MCSymbolWasm data on MCContext (#85866)Tim Neumann
2024-03-25[MC] Make `MCParsedAsmOperand::getReg()` return `MCRegister` (#86444)Sergei Barannikov
2024-01-17[WebAssembly] Use ValType instead of integer types to model wasm tables (#78012)Derek Schuff
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-11-01[llvm] Stop including llvm/Support/Endian.h (NFC)Kazu Hirata
2023-09-06[MC] Change tryParseRegister to return ParseStatus (NFC)Sergei Barannikov
2023-07-01[MC] Add three-state parseDirective as a replacement for ParseDirectiveSergei Barannikov
2023-04-11[NFC] format llvm/lib/Target/WebAssembly/AsmParserCongcong Cai
2023-04-11[WebAssembly] Correctly check end_if/end_try with else/catchHeejin Ahn
2023-04-11[WebAssembly] Fix type index block type handling in type checkerHeejin Ahn
2023-02-23[WebAssembly] Split WebAssemblyUtils to fix library layering for MC tools.Craig Topper
2023-01-09[WebAssembly] Ensure 'end_function' in functionsHeejin Ahn
2022-12-18[MC] Use `MCRegister` instead of `unsigned` in `MCTargetAsmParser`Sergei Barannikov
2022-12-04[Target] llvm::Optional => std::optionalFangrui Song
2022-09-01[MC][WebAssembly] Allow accurate errors in doBeforeLabelEmitSam Clegg
2022-08-31[WebAssembly][MC] Avoid the need for .size directives for functionsSam Clegg
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-05-19[WebAssembly] Fix bug where -no-type-check failed to completely disable the t...Alex Bradbury
2022-03-23[WebAssembly] Fix error location for parsed symbol/label operandsAlex Bradbury
2022-03-23[WebAssembly] Use location of operand for operand-based type check errorsAlex Bradbury