summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/byval.ll
AgeCommit message (Expand)Author
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-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-17[WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-04-21[WebAssembly] Limit alignment hints to natural alignment.Dan Gohman
2016-03-17[WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writebackDerek Schuff
2016-02-23Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex"Derek Schuff
2016-02-23[WebAssembly] Stackify code emitted by eliminateFrameIndexDerek Schuff
2016-02-20[WebAssembly] Stackify function prologs and epilogsDerek Schuff
2016-02-17[WebAssembly] Call memcpy for large byval copies.Dan Gohman
2016-02-12[WebAssembly] Fix byval for empty types.Dan Gohman
2016-01-27[WebAssembly] Implement byval argumentsDerek Schuff