summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
Commit message (Expand)AuthorAgeFilesLines
* WebAssembly NFC: simplify control flowJF Bastien2016-02-011-43/+63
* WebAssembly: don't optimize frameindex storeJF Bastien2016-01-301-4/+11
* WebAssembly: don't optimize memcpy/memmove/memcpy to frame indexJF Bastien2016-01-261-10/+16
* [WebAssembly] Optimize memcpy/memmove/memcpy calls.Dan Gohman2016-01-261-24/+70
* [WebAssembly] Implement unaligned loads and stores.Dan Gohman2016-01-261-1/+2
* [WebAssembly] Add an assert to sanity-check dead flags.Dan Gohman2015-12-141-0/+3
* [WebAssembly] Make WebAssemblyStoreResults only return true when it has a cha...Dan Gohman2015-12-101-1/+3
* [WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form.Dan Gohman2015-12-081-0/+2
* [WebAssembly] Support constant offsets on loads and storesDerek Schuff2015-12-051-1/+1
* [WebAssembly] Fix dominance check for PHIs in the StoreResult passDan Gohman2015-12-031-11/+22
* [WebAssembly] Add a test for wasm-store-results passDerek Schuff2015-12-031-1/+5
* [WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman2015-11-251-0/+102
OpenPOWER on IntegriCloud