summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRegColoring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-4/+3
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-12/+12
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-10/+9
* 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] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-091-10/+10
* [WebAssembly] Register wasm passes with the PassRegistryJacob Gravelle2018-03-301-0/+3
* Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun2017-12-131-1/+1
* BitVector: add iterators for set bitsFrancis Visoiu Mistrih2017-05-171-2/+1
* Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini2016-10-011-1/+1
* [WebAssembly] Rename $discard to $drop in the assembly output.Dan Gohman2016-05-171-1/+1
* WebAssembly: fix buildJF Bastien2016-02-281-1/+1
* [WebAssembly] Disable register stackification and coloring when not optimizingDerek Schuff2016-02-171-7/+0
* WebAssembly: add option to disable register coloringJF Bastien2016-02-021-0/+7
* [WebAssembly] Use a physical register to describe ARGUMENT liveness.Dan Gohman2015-11-251-38/+0
* [WebAssembly] Model the return value of store instructions in wasm.Dan Gohman2015-11-231-0/+3
* Split the argument unscheduling loop in the WebAssembly registerEric Christopher2015-11-201-8/+18
* [WebAssembly] Enable register coloring and register stackifying.Dan Gohman2015-11-181-0/+28
* [WebAssembly] Prototype passes for register coloring and register stackifying.Dan Gohman2015-11-161-0/+172
OpenPOWER on IntegriCloud