summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/byval.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Put __stack_pointer in the offset field of loads and stores.Dan Gohman2016-05-241-11/+11
* [WebAssembly] Optimize away return instructions using fallthroughs.Dan Gohman2016-05-211-2/+2
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-171-3/+3
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-20/+29
* [WebAssembly] Limit alignment hints to natural alignment.Dan Gohman2016-04-211-2/+2
* [WebAssembly] Stackify code emitted by eliminateFrameIndex and SP writebackDerek Schuff2016-03-171-9/+9
* Revert "[WebAssembly] Stackify code emitted by eliminateFrameIndex"Derek Schuff2016-02-231-6/+6
* [WebAssembly] Stackify code emitted by eliminateFrameIndexDerek Schuff2016-02-231-6/+6
* [WebAssembly] Stackify function prologs and epilogsDerek Schuff2016-02-201-17/+18
* [WebAssembly] Call memcpy for large byval copies.Dan Gohman2016-02-171-17/+14
* [WebAssembly] Fix byval for empty types.Dan Gohman2016-02-121-0/+19
* [WebAssembly] Implement byval argumentsDerek Schuff2016-01-271-0/+105
OpenPOWER on IntegriCloud