aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/AsmParser
AgeCommit message (Expand)AuthorFilesLines
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata1-1/+1
2025-08-17MCSymbol: Remove setUndefinedFangrui Song1-1/+0
2025-08-03MCSymbolWasm: Remove classofFangrui Song2-14/+21
2025-07-26MCSectionWasm: Remove classofFangrui Song1-2/+4
2025-07-07[WebAssembly,MC] Add ref.test_func handling to AsmParser (#139642)Hood Chatham1-0/+4
2025-06-28MCParsedAsmOperand::print: Add MCAsmInfo parameterFangrui Song1-1/+1
2025-06-26WebAssembly: Merge MCExpr into MCAsmInfoFangrui Song2-2/+2
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers1-1/+3
2025-05-25MCParser: Replace deprecated alias MCAsmLexer with AsmLexerFangrui Song1-1/+1
2025-05-25Replace #include MCAsmLexer.h with AsmLexer.hFangrui Song1-1/+1
2025-04-27[llvm] Use llvm::transform (NFC) (#137532)Kazu Hirata1-2/+2
2025-04-13[Target] Use llvm::append_range (NFC) (#135568)Kazu Hirata1-3/+2
2025-04-08[WebAssembly] Add WebAssembly::SpecifierFangrui Song2-5/+7
2025-03-04[lld][WebAssembly] Support for the custom-page-sizes WebAssembly proposal (#1...Nick Fitzgerald1-1/+1
2025-03-02[MC] Move VariantKind info to MCAsmInfoFangrui Song1-16/+0
2025-03-02[MCParser] Extract some VariantKind from getVariantKindForNameFangrui Song1-0/+16
2025-02-12[MC] Replace MCContext::GenericSectionID with MCSection::NonUniqueID (#126202)Haohai Wen1-1/+1
2024-12-02[WebAssembly] Define call-indirect-overlong and bulk-memory-opt features (#11...Dan Gohman1-7/+21
2024-11-15[WebAssembly] Remove unused includes (NFC) (#116318)Kazu Hirata2-2/+0
2024-10-07[WebAssembly] Allow try_table to target loops in AsmTypeCheck (#111432)Heejin Ahn1-2/+7
2024-10-07[WebAssembly] Support type checker for new EH (#111069)Heejin Ahn2-11/+87
2024-10-03[WebAssembly] Print instructions with type checking errors (#111067)Heejin Ahn1-2/+2
2024-10-02[WebAssembly] Handle block and polymorphic stack in AsmTypeCheck (#110770)Heejin Ahn3-74/+130
2024-09-30[WebAssembly] Use 'any' type in more cases in AsmTypeCheck (#110403)Heejin Ahn2-38/+63
2024-09-26[WebAssembly] Unify type checking in AsmTypeCheck (#110094)Heejin Ahn3-103/+173
2024-09-24[WebAssembly] Allow AsmTypeCheck detect multiple errors in function (#109705)Heejin Ahn2-158/+192
2024-09-23[WebAssembly] Apply clang-tidy fixes on AsmParser/TypeCheck (NFC) (#109692)Heejin Ahn3-61/+59
2024-09-18[NFC] Update function names in MCTargetAsmParser.h (#108643)Lei Huang1-2/+2
2024-09-17[WebAssembly] Support assembly parsing for new EH (#108668)Heejin Ahn1-10/+137
2024-09-13[WebAssembly] Add type checking for 'throw' (#108641)Heejin Ahn1-0/+7
2024-09-10[WebAssembly] Add assembly support for final EH proposal (#107917)Heejin Ahn1-1/+9
2024-09-10[WebAssembly] Misc. refactoring in AsmTypeCheck (NFC) (#107978)Heejin Ahn2-41/+62
2024-09-10[WebAssembly] Add a colon to type error message (#107980)Heejin Ahn1-4/+4
2024-09-03[WebAssembly] Remove Kind argument from WebAssemblyOperand (NFC) (#107157)Heejin Ahn1-33/+23
2024-06-29[MC] getWasmSection: remove unused BeginSymNameFangrui Song1-3/+2
2024-06-28[MC] Replace getCurrentSection().first with getCurrentSectionOnly. NFCFangrui Song1-3/+3
2024-06-20[MC] Remove SectionKind from MCSection (#96067)aengelke1-2/+2
2024-06-05[WebAssembly] Set IS_64 flag correctly on __indirect_function_table in object...Sam Clegg1-4/+8
2024-04-02[WebAssembly] Allocate MCSymbolWasm data on MCContext (#85866)Tim Neumann1-31/+14
2024-03-25[MC] Make `MCParsedAsmOperand::getReg()` return `MCRegister` (#86444)Sergei Barannikov1-1/+1
2024-02-04[WebAssembly] fix `table.grow` type checker (#80572)Congcong Cai1-0/+2
2024-02-03[WebAssembly] validate `table.grow` correctly (#80437)Congcong Cai1-0/+10
2024-01-17[WebAssembly] Use ValType instead of integer types to model wasm tables (#78012)Derek Schuff1-1/+1
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata1-1/+1
2023-11-01[llvm] Stop including llvm/Support/Endian.h (NFC)Kazu Hirata1-1/+0
2023-10-21[llvm] Stop including Endian.h (NFC)Kazu Hirata1-1/+0
2023-09-06[MC] Change tryParseRegister to return ParseStatus (NFC)Sergei Barannikov1-5/+3
2023-07-01[MC] Add three-state parseDirective as a replacement for ParseDirectiveSergei Barannikov1-31/+34
2023-05-03Split out `CodeGenTypes` from `CodeGen` for LLT/MVTNAKAMURA Takumi1-1/+1
2023-05-03Restore CodeGen/LowLevelType from `Support`NAKAMURA Takumi1-0/+1