summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
AgeCommit message (Expand)Author
2018-12-20[WebAssembly] Emit a splat for v128 IMPLICIT_DEFThomas Lively
2018-10-31[WebAssembly] Handle vector IMPLICIT_DEFs.Thomas Lively
2018-09-26[WebAssembly] Fix MRI.hasOneNonDBGUse assert in WebAssemblyRegStackify pass Yury Delendik
2018-09-25[WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify passYury Delendik
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn
2018-08-28[WebAssembly] Use getCalleeOpNo utility function (NFC)Heejin Ahn
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg
2018-05-31[WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle
2017-12-20[WebAssembly] Disable tee_local optimizations when targeting the ELF ABI.Dan Gohman
2017-12-15Fix WebAssembly backend for some LLVM API changesDavid Blaikie
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun
2017-06-16[WebAssembly] Use __stack_pointer global when writing wasm binarySam Clegg
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-02-24[WebAssembly] Add support for using a wasm global for the stack pointer.Dan Gohman
2016-11-08[WebAssembly] Convert stackified IMPLICIT_DEF into constant 0.Dan Gohman
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman
2016-10-03[WebAssembly] Update to more stack-machine-oriented terminology.Dan Gohman
2016-10-03[WebAssemby] Clean up an obsolete comment.Dan Gohman
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-09-30[WebAssembly] Make register stackification more conservativeDerek Schuff
2016-09-12Fix WebAssembly broken build related to interface change in r281172.Eric Liu
2016-09-10[CodeGen] Rename MachineInstr::isInvariantLoad to isDereferenceableInvariantL...Justin Lebar
2016-08-17[WebAssembly] Handle debug information and virtual registers without crashing...Dominic Chen
2016-08-17Revert "[WebAssembly] Handle debug information and virtual registers without ...Duncan P. N. Exon Smith
2016-08-17[WebAssembly] Handle debug information and virtual registers without crashingDominic Chen
2016-08-11[WebAssembly] Cleanup trailing whitespaceDominic Chen
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff
2016-07-08WebAssembly: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith
2016-06-30CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith
2016-05-23[WebAssembly] Speed up LiveIntervals updating.Dan Gohman
2016-05-17[WebAssembly] Model the stack evaluation order more precisely.Dan Gohman
2016-05-17[WebAssembly] Don't stackify calls past stack pointer modifications.Dan Gohman
2016-05-17[WebAssembly] Stackify induction variable increment instructions.Dan Gohman
2016-05-17[WebAssembly] Improve the precision of memory and side effect dependence trac...Dan Gohman
2016-05-12[WebAssembly] Fast-isel support for calls, arguments, and selects.Dan Gohman
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman
2016-03-14Try to fix build of WebAssemblyRegStackify.cpp on WindowsHans Wennborg
2016-02-28WebAssembly: fix buildJF Bastien
2016-02-27WebAssembly: fix buildJF Bastien
2016-02-22[WebAssembly] Properly ignore llvm.dbg.value instructions.Dan Gohman
2016-02-16[WebAssemly] Don't move calls or stores past intervening loadsDerek Schuff
2016-02-16[WebAssembly] Create new registers instead of reusing old ones in RegStackify.Dan Gohman
2016-01-28[WebAssembly] Don't stackify a register def past a get_local use in the same ...Dan Gohman
2016-01-28[WebAssembly] Enhanced register stackificationDan Gohman
2016-01-20[WebAssembly] Don't stackify stores across instructions with side effects.Dan Gohman
2016-01-19[WebAssembly] Rematerialize constants rather than hold them live in registers.Dan Gohman