aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-08-18[WebAssembly] Disable the store-results optimization.Dan Gohman1-20/+0
2016-08-17[WebAssembly] Handle debug information and virtual registers without crashing...Dominic Chen1-1/+1
2016-08-17Revert "[WebAssembly] Handle debug information and virtual registers without ...Duncan P. N. Exon Smith1-1/+1
2016-08-17[WebAssembly] Handle debug information and virtual registers without crashingDominic Chen1-1/+1
2016-05-12[WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman1-2/+4
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman1-52/+70
2016-02-01WebAssembly NFC: simplify control flowJF Bastien1-43/+63
2016-01-30WebAssembly: don't optimize frameindex storeJF Bastien1-4/+11
2016-01-26WebAssembly: don't optimize memcpy/memmove/memcpy to frame indexJF Bastien1-10/+16
2016-01-26[WebAssembly] Optimize memcpy/memmove/memcpy calls.Dan Gohman1-24/+70
2016-01-26[WebAssembly] Implement unaligned loads and stores.Dan Gohman1-1/+2
2015-12-14[WebAssembly] Add an assert to sanity-check dead flags.Dan Gohman1-0/+3
2015-12-10[WebAssembly] Make WebAssemblyStoreResults only return true when it has a cha...Dan Gohman1-1/+3
2015-12-08[WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form.Dan Gohman1-0/+2
2015-12-05[WebAssembly] Support constant offsets on loads and storesDerek Schuff1-1/+1
2015-12-03[WebAssembly] Fix dominance check for PHIs in the StoreResult passDan Gohman1-11/+22
2015-12-03[WebAssembly] Add a test for wasm-store-results passDerek Schuff1-1/+5
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman1-0/+102