summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegNumbering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-1/+1
* [WebAssembly] refactored utilities to not depend on MachineInstrWouter van Oortmerssen2019-07-121-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-8/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* [WebAssembly] Add an option to make get_local/set_local explicit.Dan Gohman2016-10-241-17/+7
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [WebAssembly] Initial SIMD128 support.Derek Schuff2016-08-021-1/+5
* [WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman2016-05-101-15/+5
* [WebAssembly] Don't emit epilogue code in the middle of stackified code.Dan Gohman2016-05-051-1/+2
* [WebAssembly] Implement __builtin_frame_address.Dan Gohman2016-02-161-2/+2
* [WebAssembly] Support frame pointerDerek Schuff2016-01-291-1/+6
* [WebAssembly] Fix unbalanced register stack code in the case of late DCE.Dan Gohman2016-01-251-3/+3
* [WebAssembly] Fix RegNumbering for the stack pointerDerek Schuff2016-01-231-5/+13
* [WebAssembly] Minor code cleanups. NFC.Dan Gohman2016-01-201-1/+1
* [WebAssembly] Add a TODO comment for a possible future optimization.Dan Gohman2015-12-231-1/+2
* [WebAssembly] Implement prolog/epilog insertion and FrameIndex eliminationDerek Schuff2015-12-111-0/+5
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-12/+17
* [WebAssembly] Introduce a new pseudo-operand for unused expression results.Dan Gohman2015-11-131-1/+1
* [WebAssembly] Reapply r252858, with svn add for the new file.Dan Gohman2015-11-121-0/+98
OpenPOWER on IntegriCloud