This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 485363ae34 Avoid multiple -Wunreachable-code diagnostics that are trigg [...]
new 4d6ad36 Tracking exception specification source locations
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/Decl.h | 4 +++
include/clang/AST/TypeLoc.h | 28 ++++++++++++++-
lib/AST/Decl.cpp | 12 +++++++
lib/Parse/ParseDeclCXX.cpp | 2 +-
lib/Sema/SemaType.cpp | 2 +-
lib/Sema/TreeTransform.h | 1 +
lib/Serialization/ASTReader.cpp | 2 ++
lib/Serialization/ASTWriter.cpp | 1 +
unittests/AST/SourceLocationTest.cpp | 67 ++++++++++++++++++++++++++++++++++++
9 files changed, 116 insertions(+), 3 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 8c4ff10 [DebugInfo] Added DI macro creation API to DIBuilder.
new 819f312 [globalisel] Move as much RegisterBank initialization to the [...]
new 4afed5d TTI: Add comment clarifying the meaning of MemIntrinsicInfo::PtrVal.
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:
include/llvm/Analysis/TargetTransformInfo.h | 5 ++++
include/llvm/CodeGen/GlobalISel/RegisterBank.h | 7 ++----
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 3 ---
lib/CodeGen/GlobalISel/RegisterBank.cpp | 7 +++++-
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 15 +++--------
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 6 ++---
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 29 +++++++++++-----------
lib/Target/ARM/ARMRegisterBankInfo.cpp | 6 ++---
8 files changed, 36 insertions(+), 42 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 fde1b17 Update comment in linux_nat_can_async_p
new 3015c06 Update comment in remote_can_async_p
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 | 4 ++++
gdb/remote.c | 3 ++-
2 files changed, 6 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 gcc.
from 738ec25 2017-01-12 Tristan Gingold <gingold(a)adacore.com>
new 9e0273c * config/i386/i386.c (PTA_SGX): Define to 1 << 63.
new c57884b * config/i386/i386.c: Fix whitespace.
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/config/i386/i386.c | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 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 6e712a2 [globalisel] Initialize RegisterBanks with static data.
new 8c4ff10 [DebugInfo] Added DI macro creation API to DIBuilder.
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/IR/DIBuilder.h | 27 +++++++++++++++++
lib/IR/DIBuilder.cpp | 44 +++++++++++++++++++++++++++
unittests/IR/IRBuilderTest.cpp | 69 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 140 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 binutils-gdb.
from ca1ca08 Remove dead serial_interface_lookup calls
new fde1b17 Update comment in linux_nat_can_async_p
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 | 4 ++++
gdb/linux-nat.c | 5 ++---
2 files changed, 6 insertions(+), 3 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 4e1eef1 [Devirtualization] MemDep returns non-local !invariant.group [...]
new 6e712a2 [globalisel] Initialize RegisterBanks with static data.
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/CodeGen/GlobalISel/RegisterBankInfo.h | 30 +----
lib/CodeGen/GlobalISel/RegisterBank.cpp | 2 -
lib/CodeGen/GlobalISel/RegisterBankInfo.cpp | 108 ++----------------
lib/Target/AArch64/AArch64GenRegisterBankInfo.def | 123 +++++++++++++++++++++
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 12 +-
lib/Target/ARM/ARMRegisterBankInfo.cpp | 31 +++++-
6 files changed, 164 insertions(+), 142 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-tools-extra.
from c21e894 [find-all-symbols] Index partial template specializations.
new 1b8b112 Correctly classify main file includes if there is a prefix added
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:
clang-tidy/utils/IncludeSorter.cpp | 3 +-
unittests/clang-tidy/IncludeInserterTest.cpp | 83 ++++++++++++++++++++++++++++
2 files changed, 85 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 1181551 Prevent internal assembler errors if a stabs creation functio [...]
new ca1ca08 Remove dead serial_interface_lookup calls
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 | 4 ++++
gdb/serial.c | 6 +-----
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.