aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-8/+8
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-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2016-10-24[WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman1-17/+7
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-08-02[WebAssembly] Initial SIMD128 support.Derek Schuff1-1/+5
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman1-15/+5
2016-05-05[WebAssembly] Don't emit epilogue code in the middle of stackified code.Dan Gohman1-1/+2
2016-02-16[WebAssembly] Implement __builtin_frame_address.Dan Gohman1-2/+2
2016-01-29[WebAssembly] Support frame pointerDerek Schuff1-1/+6
2016-01-25[WebAssembly] Fix unbalanced register stack code in the case of late DCE.Dan Gohman1-3/+3
2016-01-23[WebAssembly] Fix RegNumbering for the stack pointerDerek Schuff1-5/+13
2016-01-20[WebAssembly] Minor code cleanups. NFC.Dan Gohman1-1/+1
2015-12-23[WebAssembly] Add a TODO comment for a possible future optimization.Dan Gohman1-1/+2
2015-12-11[WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff1-0/+5
2015-11-18[WebAssembly] Enable register coloring and register stackifying.Dan Gohman1-12/+17
2015-11-13[WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman1-1/+1
2015-11-12[WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman1-0/+98