This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88e0932 Update my email address. new 9100579 [PR27599] [SystemZ] [SelectionDAG] Fix extension of atomic cm [...] new 3c0f002 [ScheduleDAG] Make sure to process all def operands before an [...]
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/Target/TargetLowering.h | 7 +-- lib/CodeGen/ScheduleDAGInstrs.cpp | 33 +++++++++---- lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 21 +++++++-- lib/Target/Mips/MipsISelLowering.h | 4 +- lib/Target/SystemZ/SystemZISelLowering.h | 4 ++ test/CodeGen/Hexagon/callr-dep-edge.ll | 20 ++++++++ test/CodeGen/SystemZ/cmpxchg-05.ll | 81 ++++++++++++++++++++++++++++++++ 7 files changed, 153 insertions(+), 17 deletions(-) create mode 100644 test/CodeGen/Hexagon/callr-dep-edge.ll create mode 100644 test/CodeGen/SystemZ/cmpxchg-05.ll