This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4f43d6f3e07 X86/AArch64/ARM: Factor out common sincos_stret logic; NFCI new 209f0486632 LiveStacks: Rename LiveStack.{h|cpp} to LiveStacks.{h|cpp}; NFC
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/CodeGen/{LiveStackAnalysis.h => LiveStacks.h} | 8 ++++---- lib/CodeGen/CMakeLists.txt | 2 +- lib/CodeGen/InlineSpiller.cpp | 2 +- lib/CodeGen/{LiveStackAnalysis.cpp => LiveStacks.cpp} | 4 ++-- lib/CodeGen/MachineVerifier.cpp | 2 +- lib/CodeGen/README.txt | 2 +- lib/CodeGen/RegAllocBasic.cpp | 2 +- lib/CodeGen/RegAllocGreedy.cpp | 2 +- lib/CodeGen/RegAllocPBQP.cpp | 2 +- lib/CodeGen/StackSlotColoring.cpp | 2 +- lib/CodeGen/VirtRegMap.cpp | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) rename include/llvm/CodeGen/{LiveStackAnalysis.h => LiveStacks.h} (94%) rename lib/CodeGen/{LiveStackAnalysis.cpp => LiveStacks.cpp} (96%)