aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyOptimizeLiveIntervals.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-17[WebAssembly] Track frame registers through VReg and local allocationDerek Schuff1-1/+14
2020-01-16Revert "[WebAssembly] Track frame registers through VReg and local allocation"Derek Schuff1-2/+1
2020-01-16[WebAssembly] Track frame registers through VReg and local allocationDerek Schuff1-1/+2
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-1/+1
2019-02-04[WebAssembly] clang-tidy (NFC)Heejin Ahn1-3/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-05[WebAssembly] clang-format (NFC)Heejin Ahn1-5/+5
2018-06-26[WebAssembly] Fix a typo in a comment.Dan Gohman1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-3/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
2018-03-30[WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle1-0/+3
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-2/+2
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini1-1/+1
2016-05-10[WebAssembly] Move register stackification and coloring to a late phase.Dan Gohman1-0/+105