This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1c43195dbd2 [TableGen] Fix null pointer dereferencing. new 11c60390e35 FileCheck [3/12]: Stricter parsing of @LINE expressions new 57b216445b2 [DAG] Refactor DAGCombiner::ReassociateOps
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/Support/FileCheck.h | 8 +- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 89 +++++++++--------- lib/Support/FileCheck.cpp | 105 +++++++++++++++------- test/CodeGen/AArch64/arm64-addr-type-promotion.ll | 4 +- test/CodeGen/AMDGPU/calling-conventions.ll | 4 +- test/CodeGen/AMDGPU/cvt_f32_ubyte.ll | 18 ++-- test/CodeGen/AMDGPU/shl_add_constant.ll | 2 +- test/CodeGen/AMDGPU/widen-smrd-loads.ll | 2 +- test/CodeGen/ARM/and-load-combine.ll | 52 +++++------ test/CodeGen/ARM/load-combine-big-endian.ll | 4 +- test/CodeGen/ARM/load-combine.ll | 4 +- test/CodeGen/SystemZ/buildvector-00.ll | 2 +- test/CodeGen/Thumb2/constant-hoisting.ll | 6 +- test/CodeGen/WebAssembly/address-offsets.ll | 28 +++--- test/CodeGen/X86/add-ext.ll | 19 ++-- test/CodeGen/X86/combine-multiplies.ll | 6 +- test/CodeGen/X86/load-combine.ll | 6 +- test/CodeGen/X86/lsr-loop-exit-cond.ll | 8 +- test/CodeGen/X86/merge_store.ll | 2 +- test/CodeGen/X86/sad.ll | 36 ++++---- test/CodeGen/X86/vector-ext-logic.ll | 2 +- test/FileCheck/line-count.txt | 69 +++++++++++--- unittests/Support/FileCheckTest.cpp | 56 ++++++++++++ 23 files changed, 337 insertions(+), 195 deletions(-)