This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 352808165 [ELF] Set p_memsz to p_filesz when aligning the last segment [...]
new e7527a767 COFF: handle multiply defined symbols with different storage
The 1 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:
COFF/InputFiles.cpp | 16 ++++++++--------
COFF/SymbolTable.cpp | 20 ++++++++++++--------
test/COFF/Inputs/alpha.ll | 9 +++++++++
test/COFF/Inputs/beta.ll | 7 +++++++
test/COFF/Inputs/gamma.ll | 14 ++++++++++++++
test/COFF/duplicate.test | 12 ++++++++++++
6 files changed, 62 insertions(+), 16 deletions(-)
create mode 100644 test/COFF/Inputs/alpha.ll
create mode 100644 test/COFF/Inputs/beta.ll
create mode 100644 test/COFF/Inputs/gamma.ll
create mode 100644 test/COFF/duplicate.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 7904fe55553 * cp-tree.h (resort_type_method_vec): Move declaration to [...]
new 2686fc3f315 2017-09-01 Michael Meissner <meissner(a)linux.vnet.ibm.com>
The 1 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:
libquadmath/ChangeLog | 17 +++++++++++++++++
libquadmath/configure | 8 ++++++++
libquadmath/configure.ac | 4 ++++
libquadmath/math/cbrtq.c | 8 ++++----
libquadmath/math/j0q.c | 2 +-
libquadmath/math/sqrtq.c | 17 ++++++++++-------
libquadmath/quadmath.h | 4 ++++
7 files changed, 48 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8bb4c2ce60 Enable check-ubsan-minimal in standalone compiler-rt build.
new bfa7608fc6 Driver: extract floating point optimization handling (NFC)
The 1 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/Driver/ToolChains/Clang.cpp | 314 ++++++++++++++++++++--------------------
1 file changed, 160 insertions(+), 154 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from eeb2f20a76 x86: Add _bfd_x86_elf_adjust_dynamic_symbol
new 4f501a245f x86: Add _bfd_x86_elf_gc_mark_hook
The 1 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:
bfd/ChangeLog | 10 ++++++++++
bfd/elf32-i386.c | 22 ----------------------
bfd/elf64-x86-64.c | 22 ----------------------
bfd/elfxx-x86.c | 28 ++++++++++++++++++++++++++++
bfd/elfxx-x86.h | 6 ++++++
5 files changed, 44 insertions(+), 44 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 0f28756c9 [llvm-pdbutil] Support dumping CodeView from object files.
new 352808165 [ELF] Set p_memsz to p_filesz when aligning the last segment [...]
The 1 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:
ELF/Writer.cpp | 3 ++-
test/ELF/avoid-empty-program-headers.s | 2 +-
test/ELF/basic-aarch64.s | 2 +-
test/ELF/basic-sparcv9.s | 2 +-
test/ELF/basic.s | 2 +-
test/ELF/basic32.s | 2 +-
test/ELF/build-id.s | 6 +++---
test/ELF/image-base.s | 2 +-
8 files changed, 11 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 85fcd3487c4 [InstCombine][InstSimplify] Teach decomposeBitTestICmp to l [...]
new cecd8f18e21 [Analysis, Transforms] Fix some Clang-tidy modernize and In [...]
The 1 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/Analysis/AssumptionCache.h | 33 ++-
include/llvm/Analysis/ValueTracking.h | 58 ++---
include/llvm/Transforms/Scalar/SROA.h | 14 +-
include/llvm/Transforms/Vectorize/SLPVectorizer.h | 50 +++--
lib/Analysis/AssumptionCache.cpp | 25 ++-
lib/Analysis/ValueTracking.cpp | 70 ++++--
lib/Transforms/Scalar/RewriteStatepointsForGC.cpp | 104 ++++++---
lib/Transforms/Scalar/SROA.cpp | 255 ++++++++++++++--------
lib/Transforms/Vectorize/SLPVectorizer.cpp | 233 ++++++++++++--------
9 files changed, 542 insertions(+), 300 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3cac265b271 [x86] eliminate redundant shuffle of horizontal math ops wh [...]
new 35761d5d457 [InstCombine] When converting decomposeBitTestICmp's APInt [...]
new ea5d9cce867 [InstCombine] Don't require the compare types to be the sam [...]
new 85fcd3487c4 [InstCombine][InstSimplify] Teach decomposeBitTestICmp to l [...]
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/Analysis/CmpInstAnalysis.h | 3 +-
lib/Analysis/CmpInstAnalysis.cpp | 13 +++-
lib/Analysis/InstructionSimplify.cpp | 13 ----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 9 ++-
lib/Transforms/InstCombine/InstCombineSelect.cpp | 2 +-
test/Transforms/InstCombine/bit-checks.ll | 72 ++++++++--------------
6 files changed, 41 insertions(+), 71 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f3b5f2ad4a2 [AMDGPU] Prevent infinite recursion in DAG.computeKnownBits()
new 3cac265b271 [x86] eliminate redundant shuffle of horizontal math ops wh [...]
The 1 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 | 40 +++++++++++++++++++++++++++++++++++++-
test/CodeGen/X86/haddsub-shuf.ll | 16 ---------------
2 files changed, 39 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from dc5fc26 Add check-ubsan-minimal to sanitizer bots.
new 5574aba Task to rotate the LNT log.
The 1 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:
llvm-lnt/fabfile.py | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.