summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/WebAssembly/reg-stackify.ll
AgeCommit message (Expand)Author
2024-07-01[WebAssembly] Update generic and bleeding-edge CPUs (#96584)Heejin Ahn
2023-09-26[MachineLICM] Handle SubloopsJingu Kang
2023-09-15Revert "[MachineLICM] Handle Subloops"Benjamin Kramer
2023-09-14[MachineLICM] Handle SubloopsJingu Kang
2023-07-20Revert "[MachineLICM] Handle Subloops"Jingu Kang
2023-07-20[MachineLICM] Handle SubloopsJingu Kang
2023-07-19Revert "[MachineLICM] Handle Subloops"Jingu Kang
2023-07-12[MachineLICM] Handle SubloopsJingu Kang
2023-01-13DAG/GlobalISel: Fix broken/redundant setting of MODereferenceableMatt Arsenault
2022-12-19[WebAssembly] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-05-19[WebAssembly] Fix register use-def in FixIrreducibleControlFlowHeejin Ahn
2021-07-14[WebAssembly] Remove datalayout strings from llc testsThomas Lively
2020-07-15[DAGCombiner] Rebuild (setcc x, y, ==) from (xor (xor x, y), 1)Roger Ferrer Ibanez
2020-02-18[WebAssembly] Replace all calls with generalized multivalue callsThomas Lively
2019-08-01[WebAssembly] Assembler/InstPrinter: support call_indirect type index.Wouter van Oortmerssen
2019-04-23[WebAssembly] Make LBB markers not affected by test orderHeejin Ahn
2019-02-23[WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg
2019-01-10[WebAssembly] Fix stack pointer store check in RegStackifyHeejin Ahn
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively
2018-11-19[WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen
2018-08-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-13Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-08-10[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-08-03[WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson
2018-07-27Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen
2018-07-27[WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2017-08-16[WebAssembly] Remove infinite loop from reg-stackify testDerek Schuff
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-10-21[WebAssembly] Fix for 0xc call_indirect changesDerek Schuff
2016-10-06[WebAssemby] Implement block signatures.Dan Gohman
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman
2016-08-18[WebAssembly] Disable the store-results optimization.Dan Gohman
2016-05-24[WebAssembly] Put __stack_pointer in the offset field of loads and stores.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-19[WebAssembly] Make several CHECK lines less fragile using regexes and CHECK-DAG.Dan Gohman
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-05-17[WebAssembly] Model the stack evaluation order more precisely.Dan Gohman
2016-05-17[WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman
2016-05-17[WebAssembly] Stackify induction variable increment instructions.Dan Gohman
2016-05-17[WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-05-05[WebAssembly] Don't emit epilogue code in the middle of stackified code.Dan Gohman
2016-04-15Let the DISubprogram in this test point to the right compile unit.Adrian Prantl
2016-04-15Update testcase to new debug metadata format.Adrian Prantl
2016-04-12[WebAssembly] Fix debug info in reg-stackify.ll testDerek Schuff
2016-02-22[WebAssembly] Properly ignore llvm.dbg.value instructions.Dan Gohman
2016-02-16[WebAssemly] Don't move calls or stores past intervening loadsDerek Schuff