This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 82f727d27c5 Replace llvm::MutexGuard/UniqueLock with their standard equ [...] new 25608372b02 [TargetLowering] SimplifyDemandedBits - call SimplifyMultip [...] new 7dfea234215 Remove support for 32-bit offsets in utility classes (5/5)
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: .../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 4 - include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 22 -- include/llvm/Support/DataExtractor.h | 23 -- lib/CodeGen/SelectionDAG/TargetLowering.cpp | 23 +- lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 10 - lib/DebugInfo/DWARF/DWARFFormValue.cpp | 37 --- lib/Support/DataExtractor.cpp | 85 ------- test/CodeGen/X86/packss.ll | 38 ++- test/CodeGen/X86/pmul.ll | 6 +- test/CodeGen/X86/urem-seteq-vec-nonsplat.ll | 137 +++++------ test/CodeGen/X86/vector-fshl-128.ll | 147 ++++++----- test/CodeGen/X86/vector-fshl-256.ll | 50 ++-- test/CodeGen/X86/vector-fshl-rot-128.ll | 50 ++-- test/CodeGen/X86/vector-fshl-rot-256.ll | 29 ++- test/CodeGen/X86/vector-fshr-128.ll | 272 ++++++++++----------- test/CodeGen/X86/vector-fshr-256.ll | 48 ++-- test/CodeGen/X86/vector-fshr-rot-128.ll | 65 +++-- test/CodeGen/X86/vector-fshr-rot-256.ll | 4 +- test/CodeGen/X86/vector-rotate-128.ll | 50 ++-- test/CodeGen/X86/vector-rotate-256.ll | 29 ++- test/CodeGen/X86/vector-shift-shl-128.ll | 50 ++-- test/CodeGen/X86/vector-shift-shl-256.ll | 50 ++-- test/CodeGen/X86/vector-shift-shl-sub128-widen.ll | 100 ++++---- test/CodeGen/X86/vector-shift-shl-sub128.ll | 20 +- tools/llvm-readobj/ELFDumper.cpp | 15 +- unittests/Support/DataExtractorTest.cpp | 30 +-- 26 files changed, 584 insertions(+), 810 deletions(-)