aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-20[WebAssembly] Disable tee_local optimizations when targeting the ELF ABI.Dan Gohman1-1/+9
2017-12-15Fix WebAssembly backend for some LLVM API changesDavid Blaikie1-2/+2
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg1-22/+10
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-02-24[WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman1-10/+24
2016-11-08[WebAssembly] Convert stackified IMPLICIT_DEF into constant 0.Dan Gohman1-0/+37
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman1-20/+14
2016-10-03[WebAssembly] Update to more stack-machine-oriented terminology.Dan Gohman1-11/+11
2016-10-03[WebAssemby] Clean up an obsolete comment.Dan Gohman1-2/+1
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-09-30[WebAssembly] Make register stackification more conservativeDerek Schuff1-19/+15
2016-09-12Fix WebAssembly broken build related to interface change in r281172.Eric Liu1-2/+1
2016-09-10[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...Justin Lebar1-1/+1
2016-08-17[WebAssembly] Handle debug information and virtual registers without crashing...Dominic Chen1-2/+2
2016-08-17Revert "[WebAssembly] Handle debug information and virtual registers without ...Duncan P. N. Exon Smith1-2/+2
2016-08-17[WebAssembly] Handle debug information and virtual registers without crashingDominic Chen1-2/+2
2016-08-11[WebAssembly] Cleanup trailing whitespaceDominic Chen1-2/+2
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff1-1/+7
2016-07-08WebAssembly: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith1-21/+20
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith1-21/+20
2016-05-23[WebAssembly] Speed up LiveIntervals updating.Dan Gohman1-6/+9
2016-05-17[WebAssembly] Model the stack evaluation order more precisely.Dan Gohman1-20/+40
2016-05-17[WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman1-12/+33
2016-05-17[WebAssembly] Stackify induction variable increment instructions.Dan Gohman1-28/+65
2016-05-17[WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman1-23/+192
2016-05-12[WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman1-2/+3
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman1-16/+55
2016-03-14Try to fix build of WebAssemblyRegStackify.cpp on WindowsHans Wennborg1-1/+1
2016-02-28WebAssembly: fix buildJF Bastien1-2/+2
2016-02-27WebAssembly: fix buildJF Bastien1-8/+8
2016-02-22[WebAssembly] Properly ignore llvm.dbg.value instructions.Dan Gohman1-1/+5
2016-02-16[WebAssemly] Don't move calls or stores past intervening loadsDerek Schuff1-0/+1
2016-02-16[WebAssembly] Create new registers instead of reusing old ones in RegStackify.Dan Gohman1-7/+9
2016-01-28[WebAssembly] Don't stackify a register def past a get_local use in the same ...Dan Gohman1-1/+13
2016-01-28[WebAssembly] Enhanced register stackificationDan Gohman1-61/+320
2016-01-20[WebAssembly] Don't stackify stores across instructions with side effects.Dan Gohman1-1/+1
2016-01-19[WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman1-32/+52
2016-01-06[WebAssembly] Don't use range-based loop for a list that's being modifiedDan Gohman1-3/+5
2015-12-25[WebAssembly] Fix handling of COPY instructions in WebAssemblyRegStackify.Dan Gohman1-48/+52
2015-12-16[WebAssembly] Implement eliminateCallFramePseudoDerek Schuff1-1/+0
2015-12-14[WebAssembly] Avoid adding redundant EXPR_STACK uses.Dan Gohman1-3/+4
2015-12-08[WebAssembly] Fix a typo in a comment.Dan Gohman1-1/+1
2015-12-08[WebAssembly] Assert MRI.isSSA() in passes that depend on SSA form.Dan Gohman1-0/+2
2015-12-05[WebAssembly] Fix scheduling dependencies in register-stackified codeDan Gohman1-9/+42
2015-12-04[WebAssembly] Initial varargs support.Dan Gohman1-0/+4
2015-12-03[WebAssembly] Fix dominance check for PHIs in the StoreResult passDan Gohman1-5/+4
2015-12-02[WebAssembly] Fix comments to say "LIFO" instead of "FIFO" when describing a ...Dan Gohman1-1/+1
2015-11-29[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman1-2/+3
2015-11-25[WebAssembly] Support for register stackifying with load and store instructions.Dan Gohman1-28/+46