This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40 in repository llvm.
from 2a46e93 Merging r293542: -------------------------------------------- [...] new 18b90cd Merging r293635: -------------------------------------------- [...] new 4c02744 Merging r292167: -------------------------------------------- [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 24 +++- test/CodeGen/AMDGPU/fma-combine.ll | 26 +++-- test/CodeGen/AMDGPU/mad-combine.ll | 87 +++++++------- test/CodeGen/NVPTX/fma-assoc.ll | 11 +- test/CodeGen/PowerPC/fma-assoc.ll | 126 ++++++++++++++------- .../Inputs/phdr-note.elf-x86-64} | Bin 4220 -> 5048 bytes .../Inputs/phdrs.elf-x86-64} | Bin 4450 -> 4720 bytes test/tools/llvm-objdump/X86/openbsd-headers.test | 20 ++++ test/tools/llvm-objdump/X86/phdrs.test | 32 ++++++ tools/llvm-objdump/ELFDump.cpp | 15 +++ 10 files changed, 243 insertions(+), 98 deletions(-) copy test/{tools/llvm-objdump/X86/Inputs/dylibSubLibrary.macho-x86_64 => Object/In [...] copy test/{tools/llvm-objdump/X86/Inputs/out-of-section-sym.elf-i386 => Object/Inp [...] mode change 100644 => 100755 create mode 100644 test/tools/llvm-objdump/X86/openbsd-headers.test create mode 100644 test/tools/llvm-objdump/X86/phdrs.test