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 3c1f251 Daily bump.
new 2af61cd 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 clang.
from 288e8b8 [CodeCompletion] Code complete the '__auto_type' keyword
new 515451d When the new expr's array size is an ICE, emit it as a consta [...]
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/CodeGen/CGExprCXX.cpp | 5 ++++-
test/CodeGenCXX/new-array-init.cpp | 7 +++++++
2 files changed, 11 insertions(+), 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 binutils-gdb.
from 10ddfe6 Don't use "_gp" on RISC-V, use "_global_pointer$" instead
new 61697d0 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 bf659c1 Automatic date update in version.in
new af22449 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 binutils-2_28-branch
in repository binutils-gdb.
from 3877052 Don't use "_gp" on RISC-V, use "_global_pointer$" instead
new b2832b8 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 master
in repository llvm.
from 6980b10 [LangRef] Explicitly allow readnone and reaodnly functions to unwind
new a46c278 [X86] Add MXCSR register
new 9058781 Silence redundant semicolon warnings. NFC.
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/Target/X86/X86InstrFPStack.td | 23 ++++++++++++---------
lib/Target/X86/X86InstrSSE.td | 28 +++++++++++++++-----------
lib/Target/X86/X86RegisterInfo.td | 3 +++
test/CodeGen/X86/ipra-reg-usage.ll | 2 +-
unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 4 ++--
5 files changed, 36 insertions(+), 24 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 e286d35 [CodeCompletion] Code complete the missing C++11 keywords
new 288e8b8 [CodeCompletion] Code complete the '__auto_type' keyword
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/Sema/SemaCodeComplete.cpp | 5 +++--
test/CodeCompletion/auto_type.c | 5 +++++
2 files changed, 8 insertions(+), 2 deletions(-)
create mode 100644 test/CodeCompletion/auto_type.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 c812cd6 [LangRef] Update the TBAA section
new 6980b10 [LangRef] Explicitly allow readnone and reaodnly functions to unwind
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:
docs/LangRef.rst | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 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 99e07f8 [test] Make Lit tests C++11 Compatible - Objective-C++
new e286d35 [CodeCompletion] Code complete the missing C++11 keywords
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/Parse/Parser.h | 8 +--
include/clang/Sema/Sema.h | 2 +
lib/Parse/ParseDecl.cpp | 18 ++++--
lib/Parse/ParseDeclCXX.cpp | 6 +-
lib/Sema/SemaCodeComplete.cpp | 85 +++++++++++++++++++++++++----
test/CodeCompletion/keywords.cpp | 79 +++++++++++++++++++++++++++
test/CodeCompletion/ordinary-name-cxx11.cpp | 9 +++
7 files changed, 186 insertions(+), 21 deletions(-)
create mode 100644 test/CodeCompletion/keywords.cpp
--
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 75d8ce8 Use pthreads to manage thread-local storage on darwin for lea [...]
new ef37b0f Fixup for r293885: Update external.cc testcase to include the [...]
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/tsan/Darwin/external.cc | 1 +
1 file changed, 1 insertion(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.