summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyMachineFunctionInfo.h
AgeCommit message (Expand)Author
2025-11-08[WebAssembly] Clean up CustomMappingTraits<BBNumberMap> (NFC) (#167155)Kazu Hirata
2025-11-01[llvm] Remove redundant str() and c_str() (NFC) (#166012)Kazu Hirata
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-02-24[WebAssembly] Use Register instead of unsigned. NFCCraig Topper
2025-02-22[WebAssembly] Use Register instead of unsigned. NFCCraig Topper
2025-02-19[CodeGen] Remove static member function Register::virtReg2Index. NFC (#127962)Craig Topper
2024-04-02[WebAssembly] Allocate MCSymbolWasm data on MCContext (#85866)Tim Neumann
2024-03-19[WebAssembly] Pass ArrayRef by value (NFC) (#85732)Heejin Ahn
2023-08-18[WebAssembly] Create separation between MC and CodeGen layersReid Kleckner
2022-12-21CodeGen: Don't lazily construct MachineFunctionInfoMatt Arsenault
2022-11-11WebAssembly: Remove MachineFunction reference from MFIMatt Arsenault
2022-06-07llvm-reduce: Add cloning of target MachineFunctionInfoMatt Arsenault
2022-01-29[WebAssembly][NFC] Refactor WasmSymbol type setting codePaulo Matos
2021-04-22[WebAssembly] Serialize params/results in MachineFunctionInfoHeejin Ahn
2021-04-22[WebAssembly] Put utility functions in Utils directory (NFC)Heejin Ahn
2021-02-22[WebAssembly] Support WasmEHFuncInfo serializationHeejin Ahn
2020-06-24WebAssembly: Don't store MachineFunction in MachineFunctionInfoMatt Arsenault
2020-03-19[WebAssembly] Support swiftself and swifterror for WebAssembly targetYuta Saito
2020-01-28[WebAssembly] Preserve debug frame base information through register coloringDerek Schuff
2020-01-17[WebAssembly] Track frame registers through VReg and local allocationDerek Schuff
2020-01-16Revert "[WebAssembly] Track frame registers through VReg and local allocation"Derek Schuff
2020-01-16[WebAssembly] Track frame registers through VReg and local allocationDerek Schuff
2019-10-01[WebAssembly] Unstackify regs after fixing unwinding mismatchesHeejin Ahn
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders
2019-03-26[WebAssembly] Add CFGStacikfied field to WebAssemblyFunctionInfoHeejin Ahn
2019-03-26[WebAssembly] Support WebAssemblyFunctionInfo serializationHeejin Ahn
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-10-03[WebAssembly] Refactor WasmSignature and use it for MCSymbolWasmDerek Schuff
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn
2018-06-18[WebAssembly] Cleaned up register accessors in WebAssemblyMachineFunctionInfo.hWouter van Oortmerssen
2018-05-22[WebAssembly] Fix fast-isel lowering illegal argument and return types.Dan Gohman
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2017-02-24[WebAssembly] Basic support for Wasm object file encoding.Dan Gohman
2016-11-07[WebAssembly] Emit a BasePointer when we have overly-aligned stack objectsDerek Schuff
2016-10-24[WebAssembly] Implement more WebAssembly binary encoding.Dan Gohman
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-06-06Remove dead function with incredibly broken assert.Benjamin Kramer
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-02-10[WebAssembly] Switch varags calling convention to use a registerDerek Schuff
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman
2015-12-16Iterate over phys regs insteadDerek Schuff
2015-12-11[WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff
2015-12-08[WebAssembly] Trim some unneeded #includes.Dan Gohman
2015-12-02[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman
2015-11-25[WebAssembly] Fix WebAssembly register numbering for registers added late.Dan Gohman
2015-11-16[WebAssembly] Fix function return type printingDerek Schuff