This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b229458c642 [mips] Reorder target specific passes new 40097af399f [AMDGPU] Update test r600.amdgpu-alias-analysis.ll new 8c81e8544f1 [MachineCSE] Add new callback for is caller preserved or co [...]
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/MachineRegisterInfo.h | 4 ++ lib/CodeGen/MachineCSE.cpp | 4 +- lib/CodeGen/MachineRegisterInfo.cpp | 7 +++ test/CodeGen/AMDGPU/r600.amdgpu-alias-analysis.ll | 6 +-- test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll | 63 +++++++++++++++++++++++ test/CodeGen/PowerPC/licm-tocReg.ll | 44 +++++++--------- 6 files changed, 99 insertions(+), 29 deletions(-) create mode 100644 test/CodeGen/PowerPC/MCSE-caller-preserved-reg.ll