summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyStoreResults.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Rename StoreResults to MemIntrinsicResultsHeejin Ahn2019-01-081-205/+0
* [WebAssembly] Massive instruction renamingThomas Lively2019-01-081-1/+1
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-051-6/+6
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-4/+4
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+3
* Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun2017-12-131-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Update LibFunc::Func -> LibFuncDerek Schuff2017-01-241-1/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-3/+1
* [WebAssembly] Disable the store-results optimization.Dan Gohman2016-08-181-20/+0
* [WebAssembly] Handle debug information and virtual registers without crashing...Dominic Chen2016-08-171-1/+1
* Revert "[WebAssembly] Handle debug information and virtual registers without ...Duncan P. N. Exon Smith2016-08-171-1/+1
* [WebAssembly] Handle debug information and virtual registers without crashingDominic Chen2016-08-171-1/+1
* [WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman2016-05-121-2/+4
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-52/+70
* 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