[all-commits] [llvm/llvm-project] 4cfc40: [NFC][MC] MCRegister API typing.
Mircea Trofin via All-commits
all-commits at lists.llvm.org
Thu Oct 8 15:09:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4cfc4025cc1433ca5ef1c526053fc9c4bfe64109
https://github.com/llvm/llvm-project/commit/4cfc4025cc1433ca5ef1c526053fc9c4bfe64109
Author: Mircea Trofin <mtrofin at google.com>
Date: 2020-10-08 (Thu, 08 Oct 2020)
Changed paths:
M llvm/include/llvm/CodeGen/LiveIntervals.h
M llvm/include/llvm/CodeGen/VirtRegMap.h
M llvm/lib/CodeGen/InlineSpiller.cpp
M llvm/lib/CodeGen/LiveIntervals.cpp
M llvm/lib/CodeGen/LiveRangeEdit.cpp
M llvm/lib/CodeGen/RegAllocGreedy.cpp
M llvm/lib/CodeGen/RegisterCoalescer.cpp
M llvm/lib/CodeGen/RegisterCoalescer.h
M llvm/lib/CodeGen/VirtRegMap.cpp
M llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
M llvm/lib/Target/SystemZ/SystemZRegisterInfo.cpp
M llvm/lib/Target/WebAssembly/WebAssemblyRegStackify.cpp
Log Message:
-----------
[NFC][MC] MCRegister API typing.
Mostly LiveIntervals, with their effects (users).
Differential Revision: https://reviews.llvm.org/D89018
More information about the All-commits
mailing list