This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 12dabce 2016-07-27 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 725ab85 Add missing PR marker to Changelog for 71216 fix
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 | 1 +
1 file changed, 1 insertion(+)
--
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 5551ade Daily bump.
new 3019ffa rs6000: Fix logic for when to emit .machine (PR71216)
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 4 ++--
2 files changed, 8 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 gcc-5-branch
in repository gcc.
from 4e8a1b0 Daily bump.
new 8908822 rs6000: Fix logic for when to emit .machine (PR71216)
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 | 6 ++++++
gcc/config/rs6000/rs6000.c | 4 ++--
2 files changed, 8 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 newlib.
from 10a30e7 Remove redundant macro and function called `__getreent'
new 32b668d Don't raise SIGTTIN from poll/select
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:
winsup/cygwin/fhandler.h | 4 ++--
winsup/cygwin/fhandler_termios.cc | 43 +++++++++++++++++++++++++++++++++------
winsup/cygwin/select.cc | 4 ++--
3 files changed, 41 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 release_39
in repository llvm.
from 63485bd Merging r276015: -------------------------------------------- [...]
new 9713100 Merging r275978: -------------------------------------------- [...]
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/AArch64/AArch64.td | 1 +
1 file changed, 1 insertion(+)
--
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 5a1c38a Typo fix. NFC
new 30428b1 [X86][SSE] Updated test so that both are applying the post-multiply
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:
test/CodeGen/X86/cvtv2f32.ll | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 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 e6d3245 tsan: don't deliver signals when they are blocked
new 1b184ea [compiler-rt] Activate interception unittests
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:
test/CMakeLists.txt | 3 +++
test/interception/CMakeLists.txt | 16 ++++++++++++++++
.../Unit/lit.site.cfg.in | 6 +++---
3 files changed, 22 insertions(+), 3 deletions(-)
create mode 100644 test/interception/CMakeLists.txt
copy test/{sanitizer_common => interception}/Unit/lit.site.cfg.in (72%)
--
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 a772715 [ARM] Check that the thumb COFF segment flag gets set on thum [...]
new 5a1c38a Typo fix. 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/Target/AArch64/AArch64InstrInfo.cpp | 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 gcc.
from a15c974 Use static_assert for STATIC_ASSERT for C++11 onwards
new 12dabce 2016-07-27 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
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 | 5 +++++
gcc/match.pd | 14 ++++++++++++++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-1.c | 29 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-2.c | 29 +++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c | 12 ++++++++++++
6 files changed, 96 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71078-1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71078-2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.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 clang.
from 3f38d95 [ARM] Pass thumb as architecture to the underlying tools, whe [...]
new 0ed81cd Implement filtering for code completion of identifiers.
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/Lex/Preprocessor.h | 16 ++++++++++++++++
include/clang/Sema/CodeCompleteConsumer.h | 9 +++++++++
lib/Lex/Lexer.cpp | 10 +++++++++-
lib/Lex/Preprocessor.cpp | 5 ++++-
lib/Sema/CodeCompleteConsumer.cpp | 25 +++++++++++++++++++++++++
test/CodeCompletion/objc-message.mm | 4 ++--
test/Index/complete-method-decls.m | 2 +-
test/Index/complete-objc-message-id.m | 4 ++--
test/Index/complete-objc-message.m | 8 ++++----
test/Index/complete-recovery.m | 2 +-
test/Index/complete-super.m | 4 ++--
11 files changed, 75 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.