This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 33d66718c95 [DAGCombine] Match more patterns for half word bswap new f166c806c84 [Tests] Output of od can be lower or upper case (llvm-objco [...] new d064df308ff [llvm-readelf] - Do not enter an infinite loop when printin [...] new f167471a56a [DAG][X86] Add isNegatibleForFree/GetNegatedExpression over [...] new 05dc69e01bb Fix OCaml/core.ml fneg check
The 4 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/Target/X86/X86ISelLowering.cpp | 16 + lib/Target/X86/X86ISelLowering.h | 11 + test/Bindings/OCaml/core.ml | 2 +- test/tools/llvm-objcopy/ELF/basic-binary-copy.test | 50 +- test/tools/llvm-objcopy/ELF/binary-no-paddr.test | 84 +- test/tools/llvm-objcopy/ELF/binary-paddr.test | 90 +- .../llvm-objcopy/ELF/binary-segment-layout.test | 76 +- .../ELF/check-addr-offset-align-binary.test | 80 +- test/tools/llvm-objcopy/ELF/dump-section.test | 88 +- .../ELF/preserve-segment-contents.test | 1278 ++++++++++---------- test/tools/llvm-objcopy/ELF/strip-all-gnu.test | 148 +-- test/tools/llvm-objcopy/ELF/strip-sections.test | 176 +-- test/tools/llvm-readobj/elf-hash-histogram.test | 91 +- test/tools/yaml2obj/elf-override-shoffset.yaml | 212 ++-- test/tools/yaml2obj/elf-override-shsize.yaml | 318 ++--- tools/llvm-readobj/ELFDumper.cpp | 14 +- 16 files changed, 1408 insertions(+), 1326 deletions(-)