summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
AgeCommit message (Expand)Author
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
2022-02-11Cleanup MCParser headersserge-sans-paille
2021-12-06[WebAssembly] Implementation of intrinsic for ref.null and HeapType removalPaulo Matos
2021-11-01[WebAssembly] support "return" and unreachable code in asm type checkerWouter van Oortmerssen
2021-10-22[Target, Transforms] Use StringRef::contains (NFC)Kazu Hirata
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-07-09[WebAssembly] Fix warningsKazu Hirata
2021-07-09[WebAssembly] Added initial type checker to MC AssemblerWouter van Oortmerssen
2021-06-25[llvm] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn
2021-05-10Reland: "[lld][WebAssembly] Initial support merging string data"Sam Clegg
2021-05-10Revert "[lld][WebAssembly] Initial support merging string data"Nico Weber
2021-05-10[lld][WebAssembly] Initial support merging string dataSam Clegg
2021-04-22[WebAssembly] Put utility functions in Utils directory (NFC)Heejin Ahn
2021-03-24[WebAssembly][MC] Record limit constraints for table sizesAndy Wingo
2021-03-03[WebAssembly] Swap operand order of call_indirect in text formatAndy Wingo
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-02-06[WebAssembly] Update InstPrinter and AsmParser for new EH instructionsHeejin Ahn
2021-02-05[WebAssembly] ensure .functype applies to right label in assemblerWouter van Oortmerssen
2021-02-05[WebAssembly] Prevent data inside text sections in assemblyWouter van Oortmerssen
2021-02-04[WebAssembly] Support single-floating-point immediate valueDan Gohman
2021-01-19Revert "[WebAssembly] call_indirect issues table number relocs"Sam Clegg
2021-01-19[WebAssembly] call_indirect issues table number relocsAndy Wingo
2021-01-09[WebAssembly] Remove exnref and br_on_exnHeejin Ahn
2021-01-05[WebAssembly] Prototype prefetch instructionsThomas Lively
2021-01-05[WebAssembly] call_indirect causes indirect function table importAndy Wingo