This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a44dd5e GlobalISel: add forgotten test-case for G_ICMP new db9ce2f MachineFunction: Introduce NoPHIs property new 87aa10b [stackmaps] Extract out magic constants [NFCI]
The 2 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/MachineFunction.h | 2 ++ include/llvm/CodeGen/StackMaps.h | 23 +++++++++++++++++++++++ lib/CodeGen/MIRParser/MIRParser.cpp | 18 ++++++++++++++++++ lib/CodeGen/MachineFunction.cpp | 1 + lib/CodeGen/MachineVerifier.cpp | 4 ++++ lib/CodeGen/PHIElimination.cpp | 2 ++ lib/CodeGen/RegAllocBasic.cpp | 5 +++++ lib/CodeGen/RegAllocFast.cpp | 7 +++++-- lib/CodeGen/RegAllocGreedy.cpp | 5 +++++ lib/CodeGen/RegAllocPBQP.cpp | 5 +++++ lib/CodeGen/StackMaps.cpp | 13 ++++++++++--- lib/CodeGen/TargetInstrInfo.cpp | 10 +++++++--- lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 7 +++++-- 13 files changed, 92 insertions(+), 10 deletions(-)