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 128d08b Automatic date update in version.in
new 9ad3910 Fold arithmetic integer expressions
new 94b4188 ld expression section
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:
ld/ChangeLog | 12 +++++++++
ld/ld.texinfo | 4 ++-
ld/ldexp.c | 79 +++++++++++++++++++++++++++++++++++++++++++----------------
3 files changed, 73 insertions(+), 22 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 ff234ef Codegen: Tail-duplicate during placement.
new aba0070 Make GlobalsAA ignore dead constant expressions.
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/Analysis/GlobalsModRef.cpp | 2 ++
test/Analysis/GlobalsModRef/dead-uses.ll | 54 ++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
create mode 100644 test/Analysis/GlobalsModRef/dead-uses.ll
--
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 lldb.
from b25be25 Changes to the std::multimap formatter to make it work agains [...]
new 329e1e4 Fix the data formatter for std::multiset in libc++ - this is [...]
new a19ed23 Try to fix failing tests when running remote test suite.
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:
source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 70 ++++++++++++++--------
.../Process/gdb-remote/ProcessGDBRemoteLog.cpp | 2 +-
2 files changed, 46 insertions(+), 26 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 compiler-rt.
from 2dca6dc [esan] Fix ESan test failure on Debian Sid bot
new 1aa202a Support configurable path to LLVM src
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/sanitizer_common/symbolizer/scripts/build_symbolizer.sh | 7 +++----
1 file changed, 3 insertions(+), 4 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 gcc.
from f5347de 2016-10-03 François Dumont <fdumont(a)gcc.gnu.org>
new 47c7018 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gcc-6-branch
in repository gcc.
from 231aaf4 Fix libstdc++ versioned namespace build
new 38d1d51 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gcc-5-branch
in repository gcc.
from 3e6660f Fix libstdc++ versioned namespace build
new 6eeaa72 Daily bump.
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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 e602ff9 [MSSA] Allow unittests to use BasicAA when building.
new ff234ef Codegen: Tail-duplicate during placement.
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/CodeGen/TailDuplicator.h | 26 +-
lib/CodeGen/MachineBlockPlacement.cpp | 301 ++++++++++++++++++++--
lib/CodeGen/TailDuplication.cpp | 2 +-
lib/CodeGen/TailDuplicator.cpp | 59 ++++-
test/CodeGen/AArch64/arm64-extload-knownzero.ll | 1 -
test/CodeGen/AArch64/machine_cse.ll | 6 +-
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 1 -
test/CodeGen/PowerPC/branch-opt.ll | 16 +-
test/CodeGen/PowerPC/sjlj.ll | 18 +-
test/CodeGen/PowerPC/tail-dup-layout.ll | 100 +++++++
test/CodeGen/WebAssembly/cfg-stackify.ll | 2 +-
test/CodeGen/WebAssembly/mem-intrinsics.ll | 2 +-
test/CodeGen/X86/block-placement.ll | 10 +-
test/CodeGen/X86/cmov-into-branch.ll | 4 +-
test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll | 24 +-
test/CodeGen/X86/fp-une-cmp.ll | 4 +-
test/CodeGen/X86/pr11202.ll | 5 +-
test/CodeGen/X86/ragreedy-bug.ll | 22 +-
test/CodeGen/X86/sse1.ll | 28 +-
test/CodeGen/X86/tail-dup-repeat.ll | 53 ++++
test/CodeGen/X86/update-terminator.mir | 22 ++
21 files changed, 613 insertions(+), 93 deletions(-)
create mode 100644 test/CodeGen/PowerPC/tail-dup-layout.ll
create mode 100644 test/CodeGen/X86/tail-dup-repeat.ll
--
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 9c36d95 Add test for user context selection sync
new 128d08b Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 gdb-7.12-branch
in repository binutils-gdb.
from 33de0b1 Introduce cleanup to restore current_uiout
new f1a785c Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.