aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-02-04[CodeGen][ARC][SystemZ][WebAssembly] Use MachineInstr::isInlineAsm in more pl...Craig Topper1-3/+3
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-64/+62
2019-01-30[WebAssembly] Exception handling: Switch to the new proposalHeejin Ahn1-0/+30
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-15[WebAssembly] Fix updating/moving DBG_VALUEs in RegStackifyYury Delendik1-52/+14
2019-01-10[WebAssembly] Fix stack pointer store check in RegStackifyHeejin Ahn1-13/+5
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively1-5/+5
2018-12-26[WebAssembly] Delete an unnecessary line in RegStackifyHeejin Ahn1-1/+0
2018-12-26[WebAssembly] Fix typos in comments in RegStackify (NFC)Heejin Ahn1-2/+2
2018-12-20[WebAssembly] Emit a splat for v128 IMPLICIT_DEFThomas Lively1-6/+10
2018-10-31[WebAssembly] Handle vector IMPLICIT_DEFs.Thomas Lively1-0/+5
2018-09-26[WebAssembly] Fix MRI.hasOneNonDBGUse assert in WebAssemblyRegStackify pass Yury Delendik1-2/+2
2018-09-25[WebAssembly] Move/clone DBG_VALUE during WebAssemblyRegStackify passYury Delendik1-0/+59
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-29/+41
2018-08-28[WebAssembly] Use getCalleeOpNo utility function (NFC)Heejin Ahn1-14/+2
2018-07-16[WebAssembly] Remove ELF file support.Sam Clegg1-9/+1
2018-05-31[WebAssembly] Support instruction selection for catching exceptionsHeejin Ahn1-2/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-12/+12
2018-05-09[DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen1-2/+2
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle1-0/+4
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