This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 2ca1ca3 Fix handling of negative bitpos in expand_debug_expr
new d9aa8cd * config/i386/i386.md (absneg splitters with general regs): [...]
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/ChangeLog | 11 +++++++
gcc/config/i386/i386.md | 51 +++++++++++++++----------------
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/fabsneg-1.c | 36 ++++++++++++++++++++++
4 files changed, 75 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/fabsneg-1.c
--
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 856a014 [dsymutil] Prevent use-after-free
new 8bc041c [mips][ias] Attempt to fix 'not all control paths return a va [...]
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/Mips/MipsRegisterInfo.cpp | 2 ++
1 file changed, 2 insertions(+)
--
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 96bab53 2016-05-09 Aaron Sawdey <acsawdey(a)linux.vnet.ibm.com>
new fab548f Missing pointer dereference in tree-affine.c
new 2ca1ca3 Fix handling of negative bitpos in expand_debug_expr
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:
gcc/ChangeLog | 10 ++++++++++
gcc/cfgexpand.c | 2 +-
gcc/tree-affine.c | 2 +-
3 files changed, 12 insertions(+), 2 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 f55318e [mips] Fix mips-got16.s following r268900.
new 512da46 Allow user defined __init_aray_start.
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 | 5 ++++-
test/ELF/user_def_init_array_start.s | 10 ++++++++++
2 files changed, 14 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/user_def_init_array_start.s
--
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 448976e Proper detection and handling of RHEL and variants.
new dff5f54 [OpenMP] Parse+Sema for '#pragma omp declare target' syntax v [...]
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/clang/AST/ASTMutationListener.h | 4 +-
include/clang/Basic/Attr.td | 11 +++-
include/clang/Basic/DiagnosticParseKinds.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 6 ++
include/clang/Parse/Parser.h | 11 ++--
include/clang/Sema/Sema.h | 5 ++
include/clang/Serialization/ASTWriter.h | 3 +-
lib/Frontend/MultiplexConsumer.cpp | 7 ++-
lib/Parse/ParseOpenMP.cpp | 97 +++++++++++++++++++++--------
lib/Sema/SemaOpenMP.cpp | 93 ++++++++++++++++++++++++---
lib/Serialization/ASTReaderDecl.cpp | 6 +-
lib/Serialization/ASTWriter.cpp | 6 +-
test/OpenMP/declare_target_ast_print.cpp | 45 +++++++++++++
test/OpenMP/declare_target_messages.cpp | 14 ++++-
14 files changed, 255 insertions(+), 55 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 ee20786 Optimize a printf with a double procent to putchar.
new 856a014 [dsymutil] Prevent use-after-free
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:
...cho.x86_64 => basic-with-libfat-test.macho.x86_64} | Bin 9352 -> 9472 bytes
test/tools/dsymutil/X86/basic-with-libfat-test.test | 10 ++++++++++
tools/dsymutil/BinaryHolder.cpp | 6 ++++--
tools/dsymutil/BinaryHolder.h | 1 +
4 files changed, 15 insertions(+), 2 deletions(-)
copy test/tools/dsymutil/Inputs/{basic-archive.macho.x86_64 => basic-with-libfat-t [...]
create mode 100644 test/tools/dsymutil/X86/basic-with-libfat-test.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 gcc-6-branch
in repository gcc.
from c13137b Daily bump.
new 8c45b34 Avoid endless run-time recursion for copying single-element [...]
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/std/tuple | 23 ++++++++++++++++++++--
.../tuple/cons/element_accepts_anything_byval.cc} | 23 +++++++++-------------
3 files changed, 39 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/{18_support/free_eh_pool.cc => 20_util/tuple/cons/elem [...]
--
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 melt-branch
in repository gcc.
from b289a28 2016-05-04 Basile Starynkevitch <basile(a)starynkevitch.net>
new fdfc542 2016-05-06 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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/ChangeLog.MELT | 36 ++++-
gcc/melt-runtime.cc | 425 +++++++++++++++++++++++++---------------------------
gcc/melt-runtime.h | 231 ++++++++++++++++++----------
3 files changed, 397 insertions(+), 295 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 ec0b9c8 [VectorUtils] Query number of sign bits to allow more truncations
new ee20786 Optimize a printf with a double procent to putchar.
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/Transforms/Utils/SimplifyLibCalls.cpp | 4 ++--
test/Transforms/InstCombine/printf-1.ll | 12 ++++++++++++
2 files changed, 14 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.