summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/WebAssembly/byval.ll
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Update CodeGen test expectations after rL354697. NFCSam Clegg2019-02-231-15/+15
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-12/+12
* [WebAssembly] replaced .param/.result by .functypeWouter van Oortmerssen2018-11-191-6/+6
* [WebAssembly] Cleanup unused declares in test code. NFC.Sam Clegg2018-11-161-3/+0
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-271-2/+2
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-08-131-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-08-101-2/+2
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-031-7/+7
* Revert "[WebAssembly] Added default stack-only instruction mode for MC."Wouter van Oortmerssen2018-07-271-2/+2
* [WebAssembly] Added default stack-only instruction mode for MC.Wouter van Oortmerssen2018-07-271-2/+2
* [WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg2018-05-101-1/+1
* [WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg2017-06-161-7/+7
* [WebAssembly] Convert the remaining unit tests to the new wasm-object-file ta...Dan Gohman2017-02-281-15/+10
* [WebAssembly] Remove the output operand from stores.Dan Gohman2016-10-061-8/+8
* [WebAssembly] Disable the store-results optimization.Dan Gohman2016-08-181-14/+15
* [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