summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/load-store-i1.ll
AgeCommit message (Expand)Author
2017-02-28[WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman
2016-10-20[WebAssembly] Update extending load test for new i1 behaviorDerek Schuff
2016-10-06[WebAssembly] Remove the output operand from stores.Dan Gohman
2016-05-21[WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman
2016-05-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-01-19[WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman
2016-01-07[WebAssembly] Add -m:e to the target triple.Dan Gohman
2015-12-05[WebAssembly] Fix scheduling dependencies in register-stackified codeDan Gohman
2015-12-05[WebAssembly] Support constant offsets on loads and storesDerek Schuff
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman
2015-11-23[WebAssembly] Suffix output operands with '='.Dan Gohman
2015-11-23[WebAssembly] Model the return value of store instructions in wasm.Dan Gohman
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman
2015-11-12Revert r252858: "[WebAssembly] Switch to MC for instruction printing."Hans Wennborg
2015-11-12[WebAssembly] Switch to MC for instruction printing.Dan Gohman
2015-11-06[WebAssembly] Use more explicit types in testcases.Dan Gohman
2015-11-06[WebAssembly] Add more explicit pushes to the tests.Dan Gohman
2015-11-06[WebAssembly] Make expression-stack pushing explicitDan Gohman
2015-10-16WebAssembly: fix load/store syntaxJF Bastien
2015-10-16WebAssembly: update syntaxJF Bastien
2015-10-06[WebAssembly] Switch to a more traditional assembly syntaxDan Gohman
2015-10-03[WebAssembly] Rename setlocal to set_local to match the spec.Dan Gohman
2015-09-26[WebAssembly] Rename several functions and types according to the new spec.Dan Gohman
2015-09-09[WebAssembly] Update target datalayout strings.Dan Gohman
2015-09-08WebAssembly: NFC rename shr/sarJF Bastien
2015-08-31WebAssembly: generate load/storeJF Bastien