summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/AsmParser
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-27[llvm] Use llvm::transform (NFC) (#137532)Kazu Hirata
2025-04-13[Target] Use llvm::append_range (NFC) (#135568)Kazu Hirata
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-07[WebAssembly] Allow try_table to target loops in AsmTypeCheck (#111432)Heejin Ahn
2024-10-07[WebAssembly] Support type checker for new EH (#111069)Heejin Ahn
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-30[WebAssembly] Use 'any' type in more cases in AsmTypeCheck (#110403)Heejin Ahn
2024-09-26[WebAssembly] Unify type checking in AsmTypeCheck (#110094)Heejin Ahn
2024-09-24[WebAssembly] Allow AsmTypeCheck detect multiple errors in function (#109705)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-13[WebAssembly] Add type checking for 'throw' (#108641)Heejin Ahn
2024-09-10[WebAssembly] Add assembly support for final EH proposal (#107917)Heejin Ahn
2024-09-10[WebAssembly] Misc. refactoring in AsmTypeCheck (NFC) (#107978)Heejin Ahn
2024-09-10[WebAssembly] Add a colon to type error message (#107980)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-02-04[WebAssembly] fix `table.grow` type checker (#80572)Congcong Cai
2024-02-03[WebAssembly] validate `table.grow` correctly (#80437)Congcong Cai
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-10-21[llvm] Stop including 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-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi
2023-05-03Restore CodeGen/LowLevelType from `Support`NAKAMURA Takumi