This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f06a792cb86 [llvm][llvm-objcopy] Added support for outputting to binary [...] new 7b3e6a19a26 Revert r309415: "[LVI] Constant-propagate a zero extension [...] new b4759947954 Revert "[llvm][llvm-objcopy] Added support for outputting t [...]
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: lib/Analysis/LazyValueInfo.cpp | 112 +---------- .../Transforms/CorrelatedValuePropagation/range.ll | 114 ------------ test/tools/llvm-objcopy/basic-align-copy.test | 37 ---- test/tools/llvm-objcopy/basic-binary-copy.test | 25 --- tools/llvm-objcopy/LLVMBuild.txt | 2 +- tools/llvm-objcopy/Object.cpp | 205 ++++++++------------- tools/llvm-objcopy/Object.h | 55 +----- tools/llvm-objcopy/llvm-objcopy.cpp | 18 +- 8 files changed, 95 insertions(+), 473 deletions(-) delete mode 100644 test/tools/llvm-objcopy/basic-align-copy.test delete mode 100644 test/tools/llvm-objcopy/basic-binary-copy.test