summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp
AgeCommit message (Expand)Author
2025-10-08[llvm][DebugInfo][NFC] Abstract DICompileUnit::SourceLanguage to allow altern...Michael Buch
2025-09-19[WebAssembly] Require tags for Wasm EH and Wasm SJLJ to be defined externally...Sam Clegg
2025-08-03MCSymbolWasm: Remove classofFangrui Song
2025-07-07WebAssembly: Stop changing MCAsmInfo's ExceptionsType based on flags (#146343)Matt Arsenault
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-06Register assembly printer passes (#138348)Matthias Braun
2025-04-08[WebAssembly] Add WebAssembly::SpecifierFangrui Song
2024-11-15[WebAssembly] Remove unused includes (NFC) (#116318)Kazu Hirata
2024-11-04[WebAssembly] Remove WASM_FEATURE_PREFIX_REQUIRED (NFC) (#113729)Heejin Ahn
2024-09-10[WebAssembly] Add assembly support for final EH proposal (#107917)Heejin Ahn
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov
2024-06-20[MC] Eliminate two symbol-related hash maps (#95464)aengelke
2024-05-28[WebAssembly] Add exnref type (#93586)Heejin Ahn
2024-05-24[WebAssembly] Implement prototype f16x8.extract_lane instruction. (#93272)Brendan Dahl
2024-04-02[WebAssembly] Allocate MCSymbolWasm data on MCContext (#85866)Tim Neumann
2024-03-14[WebAssembly] Move getLibcallSignature into WebAssembly namespace (NFC) (#85171)Heejin Ahn
2024-01-25[Object][Wasm] Allow parsing of GC types in type and table sections (#79235)Derek Schuff
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-08-18[WebAssembly] Create separation between MC and CodeGen layersReid Kleckner
2023-07-20[WebAssembly] Use MapVector to stabilize iteration order after D150803Fangrui Song
2023-07-20[WebAssembly] Use SetVector to stabilize iteration order after D120365Fangrui Song
2023-07-11[WebAssembly] Support `annotate` clang attributes for marking functions.Brendan Dahl
2023-01-13[CodeGen][Target] Remove uses of Register::isPhysicalRegister/isVirtualRegist...Craig Topper
2022-12-04[MC] llvm::Optional => std::optionalFangrui Song
2022-07-14[CodeGen] Move instruction predicate verification to emitInstructionDavid Green
2022-07-13Revert "Move instruction predicate verification to emitInstruction"David Green
2022-07-13Move instruction predicate verification to emitInstructionDavid Green
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata
2022-06-20[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata
2022-06-10[MC] De-capitalize SwitchSection. NFCFangrui Song
2022-06-07[MC] De-capitalize MCStreamer functionsFangrui Song
2022-03-22[WebAssembly] Always emit functype directives for defined functionsAlex Bradbury
2022-02-22[WebAssembly] Fixed AsmPrinter not emitting .functype for intrinsicsWouter van Oortmerssen
2022-02-04[WebAssembly] Refactor and fix emission of external IR global declsPaulo Matos
2022-01-31Revert "[WebAssembly] Refactor and fix emission of external IR global decls"Sam Clegg
2022-01-31[WebAssembly] Refactor and fix emission of external IR global declsPaulo Matos
2022-01-29[WebAssembly][NFC] Refactor WasmSymbol type setting codePaulo Matos
2021-12-16[WebAssembly] Support clang -fwasm-exceptions for bitcodeHeejin Ahn
2021-12-13[WebAssembly] Lower global syms representing tables with .tabletypePaulo Matos
2021-11-07[BasicAA] Use index size instead of pointer sizeNikita Popov
2021-10-25[WebAssembly] support Memory64 in target_features sectionWouter van Oortmerssen
2021-10-12[WebAssembly] Make EH work with dynamic linkingHeejin Ahn
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-10-06[llvm] Replace report_fatal_error(std::string) uses with report_fatal_error(T...Simon Pilgrim
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn
2021-09-02[WebAssembly] Add Wasm SjLj supportHeejin Ahn
2021-08-24[WebAssembly] Tidy up EH/SjLj optionsHeejin Ahn
2021-08-03[WebAssembly] Misc. cosmetic changes in EH (NFC)Heejin Ahn