This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_50 in repository llvm.
from 6db41ec7eed Merging r309744: ------------------------------------------ [...] new f632da1f793 Merging r309930: ------------------------------------------ [...] new 94231124ce0 Merging r309651 and r309849: ------------------------------ [...]
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/Analysis/ValueTracking.h | 6 ++++ include/llvm/CodeGen/MachineFunction.h | 6 ++++ include/llvm/CodeGen/MachineInstr.h | 3 ++ lib/Analysis/ValueTracking.cpp | 63 ++++++++++++++++++++++++++++++++++ lib/CodeGen/MachineFunction.cpp | 14 ++++++++ lib/CodeGen/MachineInstr.cpp | 6 ++-- lib/CodeGen/ScheduleDAGInstrs.cpp | 63 ++-------------------------------- lib/CodeGen/StackColoring.cpp | 58 +++++++++++++++++++++++++++---- test/CodeGen/Mips/pr33978.ll | 20 +++++++++++ 9 files changed, 167 insertions(+), 72 deletions(-) create mode 100644 test/CodeGen/Mips/pr33978.ll