This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-8.1-branch
in repository binutils-gdb.
from 2111864928 Automatic date update in version.in
new 3c57180dea 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_30-branch
in repository binutils-gdb.
from 428b826ff2 Automatic date update in version.in
new dfd04dd8c0 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 24e3626128a Use itaniumDemangle in llvm-symbolizer
new 7992ab8d2df [X86][SSE] LowerBUILD_VECTORAsVariablePermute - reorder per [...]
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/X86/X86ISelLowering.cpp | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 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 2eeccea15c [ms] Emit vtordisp initializers in a deterministic order.
new 551ca2e6b7 Set dso_local on tls init functions.
new fd8a50c030 [MS] Accept __unaligned as a qualifier on member function pointers
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/CodeGen/ItaniumCXXABI.cpp | 4 +++-
lib/Parse/ParseTentative.cpp | 3 ++-
test/CodeGenCXX/runtime-dllstorage.cpp | 1 +
test/Parser/MicrosoftExtensions.cpp | 7 +++++++
4 files changed, 13 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 clang.
from 1f5fca8f18 Avoid including ScopeInfo.h from Sema.h
new 2eeccea15c [ms] Emit vtordisp initializers in a deterministic order.
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/MicrosoftCXXABI.cpp | 11 ++++++-----
1 file changed, 6 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 llvm.
from 9f44552ba56 [TTI] add explanatory comments for getArithmeticInstrCost; NFC
new 24e3626128a Use itaniumDemangle in llvm-symbolizer
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/DebugInfo/Symbolize/Symbolize.cpp | 13 ++++---------
tools/llvm-symbolizer/CMakeLists.txt | 1 +
2 files changed, 5 insertions(+), 9 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 9062e07a82 [analyzer] [PointerArithChecker] do not warn on indexes into [...]
new 1f5fca8f18 Avoid including ScopeInfo.h from Sema.h
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/ScopeInfo.h | 234 ++++++++++++++++++++--------------------
include/clang/Sema/Sema.h | 25 +----
include/clang/Sema/SemaLambda.h | 6 +-
lib/Sema/Sema.cpp | 12 +++
lib/Sema/SemaCoroutine.cpp | 1 +
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 1 +
lib/Sema/SemaExpr.cpp | 13 +--
lib/Sema/SemaExprMember.cpp | 5 +-
lib/Sema/SemaLambda.cpp | 11 +-
lib/Sema/SemaPseudoObject.cpp | 6 +-
lib/Sema/SemaStmt.cpp | 31 +++---
12 files changed, 174 insertions(+), 173 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 libcxx.
from c80697556 One more test for P0767:
new 66c652fe0 Include <system_error> since we use it. Thanks to Andrey Maks [...]
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/std/numerics/rand/rand.device/eval.pass.cpp | 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 6b4f6ae0915 [AArch64] Adjust the cost of integer vector division
new 9f44552ba56 [TTI] add explanatory comments for getArithmeticInstrCost; 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:
include/llvm/Analysis/TargetTransformInfo.h | 18 ++++++++++++++----
1 file changed, 14 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 binutils-gdb.
from d6ab64818b xtensa: ld: support -z relro
new e0d3522b88 Return gdb::optional<std::string> from target_fileio_readlink
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:
gdb/ChangeLog | 11 +++++++++++
gdb/inf-child.c | 12 ++++--------
gdb/linux-nat.c | 10 +++-------
gdb/linux-tdep.c | 22 ++++++++--------------
gdb/remote.c | 12 +++++-------
gdb/target.c | 12 ++++++------
gdb/target.h | 17 ++++++++---------
7 files changed, 45 insertions(+), 51 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.