This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from 8f86cd92136 Merging r323915: ------------------------------------------ [...] new dcecdaaa04c Merging r323857: ------------------------------------------ [...] new 240f1f3d602 Merging r323781: ------------------------------------------ [...] new 7e8d1e7421f Merging r323759: ------------------------------------------ [...] new 52d11d163ef Merging r323536: ------------------------------------------ [...] new 13240bd5e5e Merging r323907 and r323913: ------------------------------ [...] new abf249d90ba Merging r323909: ------------------------------------------ [...] new 816adbd1b4a Merging r323643: ------------------------------------------ [...]
The 7 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/TargetInstrInfo.h | 4 ++ lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 12 ++-- lib/CodeGen/SelectionDAG/ScheduleDAGRRList.cpp | 20 +++++-- lib/Target/AMDGPU/SIInstrInfo.cpp | 53 ++++++++++-------- lib/Target/ARM/Thumb1InstrInfo.cpp | 13 +++++ lib/Target/ARM/Thumb1InstrInfo.h | 1 + lib/Target/Mips/MipsISelLowering.cpp | 5 +- lib/Target/Mips/MipsTargetObjectFile.cpp | 7 +++ lib/Target/Sparc/SparcFrameLowering.cpp | 29 ++++++++-- lib/Transforms/Scalar/DeadStoreElimination.cpp | 3 +- .../Scalar/SeparateConstOffsetFromGEP.cpp | 2 + test/CodeGen/AMDGPU/smrd.ll | 18 +----- test/CodeGen/Mips/pr36061.ll | 65 ++++++++++++++++++++++ test/CodeGen/Mips/unsized-global.ll | 22 ++++++++ test/CodeGen/SPARC/stack-align.ll | 16 ++++-- test/CodeGen/Thumb/pr35836.ll | 56 +++++++++++++++++++ test/CodeGen/Thumb/pr35836_2.ll | 57 +++++++++++++++++++ .../DeadStoreElimination/merge-stores.ll | 17 ++++++ ...split-gep-and-gvn-addrspace-addressing-modes.ll | 45 +++++++++++++++ 19 files changed, 385 insertions(+), 60 deletions(-) create mode 100644 test/CodeGen/Mips/pr36061.ll create mode 100644 test/CodeGen/Mips/unsized-global.ll create mode 100644 test/CodeGen/Thumb/pr35836.ll create mode 100644 test/CodeGen/Thumb/pr35836_2.ll