This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e357eb1 Daily bump.
new 7714131 2017-04-01 Jonathan Yong <10walls(a)gmail.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:
libssp/ChangeLog | 4 ++++
libssp/ssp.c | 3 +--
2 files changed, 5 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-6-branch
in repository gcc.
from e3ca5e8 2017-04-01 Paul Thomas <pault(a)gcc.gnu.org>
new fbe80b8 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 gcc.
from 1dcb954 Daily bump.
new e357eb1 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 8118235 Daily bump.
new b161e4f 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 binutils-gdb.
from 5e6a0e7 Automatic date update in version.in
new 450b68d 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 f608c3b Automatic date update in version.in
new ad1f428 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 c03c151 Automatic date update in version.in
new 1106a02 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 2ea3d99 [APInt] Allow GreatestCommonDivisor to take rvalue inputs eff [...]
new e222bad [APInt] Implement AndAssignSlowCase using tcAnd. Do the same [...]
new ef14ce8 [APInt] Fix indentation. NFC
new 9bf6f54 [APInt] Implement flipAllBitsSlowCase with tcComplement. NFCI
new 548688a [APInt] Use conditional operator to simplify some code. NFC
The 4 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/Support/APInt.cpp | 28 +++++++++-------------------
1 file changed, 9 insertions(+), 19 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 d11ae8a [Driver] Don't crash on invalid values of -mrelocation-model=.
new 919ac41 [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext [...]
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/Sema/Sema.h | 18 +++++---
lib/Parse/ParseCXXInlineMethods.cpp | 6 +--
lib/Parse/ParseDecl.cpp | 24 ++++++-----
lib/Parse/ParseDeclCXX.cpp | 10 ++---
lib/Parse/ParseExpr.cpp | 22 ++++++----
lib/Parse/ParseExprCXX.cpp | 12 +++---
lib/Parse/ParseStmt.cpp | 6 ++-
lib/Parse/ParseTemplate.cpp | 7 +--
lib/Sema/Sema.cpp | 5 ++-
lib/Sema/SemaDecl.cpp | 3 +-
lib/Sema/SemaDeclCXX.cpp | 9 ++--
lib/Sema/SemaExpr.cpp | 64 +++++++++++++++-------------
lib/Sema/SemaExprCXX.cpp | 12 ++++--
lib/Sema/SemaExprMember.cpp | 14 +++---
lib/Sema/SemaLambda.cpp | 17 ++++----
lib/Sema/SemaOpenMP.cpp | 9 ++--
lib/Sema/SemaOverload.cpp | 18 +++++---
lib/Sema/SemaStmt.cpp | 15 ++++---
lib/Sema/SemaStmtAsm.cpp | 5 ++-
lib/Sema/SemaTemplate.cpp | 8 ++--
lib/Sema/SemaTemplateDeduction.cpp | 24 +++++++----
lib/Sema/SemaTemplateInstantiate.cpp | 12 +++---
lib/Sema/SemaTemplateInstantiateDecl.cpp | 41 ++++++++++--------
lib/Sema/TreeTransform.h | 73 +++++++++++++++++++-------------
utils/TableGen/ClangAttrEmitter.cpp | 4 +-
25 files changed, 257 insertions(+), 181 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 5285209 [ObjC++] Use the correct EH personality in GNU mode
new d11ae8a [Driver] Don't crash on invalid values of -mrelocation-model=.
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/BackendUtil.cpp | 3 ++-
lib/Frontend/CompilerInvocation.cpp | 13 ++++++++++++-
test/Driver/reloc-model.c | 4 ++++
3 files changed, 18 insertions(+), 2 deletions(-)
create mode 100644 test/Driver/reloc-model.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.