This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 66eb4d1 AMDGPU/SI: Add support for AMD code object version 2. new fcd3365 AMDGPU: Uniform branch conditions can originate with intrinsics new 668a46a [ValueTracking] Early exit when further analysis won't be fruitful. new 00e8fc5 Clean up the specific error message for a malformed Mach-O fi [...]
The 3 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/Object/Error.h | 2 - lib/Analysis/ValueTracking.cpp | 45 ++++++++++++++------- lib/Object/Error.cpp | 4 -- lib/Object/MachOObjectFile.cpp | 22 +++++----- lib/Target/AMDGPU/SIISelLowering.cpp | 3 +- .../AMDGPU/uniform-branch-intrinsic-cond.ll | 27 +++++++++++++ .../macho-invalid-too-small-segment-load-command.1 | Bin 0 -> 84 bytes test/Object/macho-invalid.test | 12 ++++-- tools/llvm-objdump/llvm-objdump.cpp | 4 +- 9 files changed, 80 insertions(+), 39 deletions(-) create mode 100644 test/CodeGen/AMDGPU/uniform-branch-intrinsic-cond.ll create mode 100644 test/Object/Inputs/macho-invalid-too-small-segment-load-command.1