summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/AsmParser/WebAssemblyAsmParser.cpp
AgeCommit message (Expand)Author
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
2020-12-10[WebAssembly] Support COMDAT sections in assembly syntaxDerek Schuff
2020-12-10Revert "[WebAssembly] Support COMDAT sections in assembly syntax"Derek Schuff
2020-12-10[WebAssembly] Support COMDAT sections in assembly syntaxDerek Schuff
2020-12-01[WebAssembly] Support select and block for reference typesHeejin Ahn
2020-11-03[WebAssembly] Implement ref.nullAndy Wingo
2020-10-15Reland "[WebAssembly] v128.load{8,16,32,64}_lane instructions"Thomas Lively
2020-10-15Revert "[WebAssembly] v128.load{8,16,32,64}_lane instructions"Thomas Lively
2020-10-15[WebAssembly] v128.load{8,16,32,64}_lane instructionsThomas Lively
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos
2020-09-11[WebAssembly] Add assembly syntax for mutable globalsSam Clegg
2020-08-11[NFC] Inline variable only used in debug buildsJordan Rupprecht
2020-08-11[WebAssembly][AsmParser] Name missing features in error messageThomas Lively
2020-08-11[WebAssembly][NFC] Replace WASM with standard WasmThomas Lively
2020-06-22[WebAssembly] Add support for externalref to MC and wasm-ldSam Clegg
2020-06-15[WebAssembly] Adding 64-bit version of R_WASM_MEMORY_ADDR_* relocsWouter van Oortmerssen
2020-05-22[Target] Fix typos. NFCMarek Kurdej
2020-04-08[WebAssembly][MC] Use StringRef over std::string pointerSam Clegg
2020-04-07[WebAssembly][MC] Fix leak of std::string members in MCSymbolWasmSam Clegg
2020-02-14[MCStreamer] De-capitalize EmitValue EmitIntValue{,InHex}Fangrui Song
2020-02-14[MC] De-capitalize another set of MCStreamer::Emit* functionsFangrui 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-11[ms] [llvm-ml] Add support for attempted register parsingEric Astor