This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e6f1bd2 Change Builtins name to be stored as StringRef instead of raw [...]
new 24a15d6 [Driver] Let -gline-tables-only win when it comes after -gmod [...]
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/Driver/Options.td | 2 +-
lib/Driver/Tools.cpp | 4 +++-
test/Driver/debug-options.c | 11 +++++++++++
3 files changed, 15 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 llvm.
from b260e3a Revert "Disallow ArrayRef assignment from temporaries."
new d9a6f65 Rename isHotFunction/isColdFunction to isFunctionEntryHot/isF [...]
new 4344a28 GlobalISel: support selecting constants on AArch64.
new f3542ee GlobalISel: support selecting G_GEP instructions.
new 138850b GlobalISel: allow G_GLOBAL_VALUEs in AArch64 legalization.
new b725b3c GlobalISel: select G_GLOBAL_VALUE uses on AArch64.
The 5 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/ProfileSummaryInfo.h | 8 +-
lib/Analysis/InlineCost.cpp | 4 +-
lib/Analysis/ProfileSummaryInfo.cpp | 22 +++--
lib/CodeGen/GlobalISel/InstructionSelector.cpp | 4 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 40 +++++++++-
lib/Target/AArch64/AArch64InstructionSelector.h | 6 +-
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 1 +
lib/Target/AArch64/AArch64TargetMachine.cpp | 2 +-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 93 +++++++++++++++++++++-
.../AArch64/GlobalISel/legalize-constant.mir | 14 ++++
10 files changed, 168 insertions(+), 26 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 1793ab4 Rename llvm::apply -> llvm::apply_tuple.
new b260e3a Revert "Disallow ArrayRef assignment from temporaries."
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/ADT/ArrayRef.h | 16 ----------------
unittests/ADT/ArrayRefTest.cpp | 23 -----------------------
2 files changed, 39 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 e5f62e8 Make the LValue created in EmitValueForIvarAtOffset have the [...]
new 53aae7c Add -fno-sanitize-address-use-after-scope flag
new e6f1bd2 Change Builtins name to be stored as StringRef instead of raw [...]
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/clang/Basic/Builtins.h | 5 +++--
include/clang/Driver/Options.td | 3 +++
lib/CodeGen/CGBuiltin.cpp | 4 ++--
lib/Driver/SanitizerArgs.cpp | 13 ++++++-------
lib/Frontend/CompilerInvocation.cpp | 7 +++++--
lib/Sema/SemaChecking.cpp | 6 +++---
test/Driver/fsanitize.c | 16 +++++++++++-----
7 files changed, 33 insertions(+), 21 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 529c61f Update with the rest of the results from the 7-Oct Telecom
new 9d97e2b Mark 2777 as complete
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:
www/upcoming_meeting.html | 4 ++--
1 file changed, 2 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 llvm.
from 31b90a7 Disallow ArrayRef assignment from temporaries.
new 1793ab4 Rename llvm::apply -> llvm::apply_tuple.
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/ADT/STLExtras.h | 10 +++++-----
unittests/ADT/STLExtrasTest.cpp | 6 +++---
2 files changed, 8 insertions(+), 8 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 gcc.
from 2abdc34 C++17 class deduction issues
new 88afddb toplevel:
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:
ChangeLog | 5 ++
configure | 3 +
configure.ac | 3 +
gcc/ChangeLog | 7 ++
gcc/config.gcc | 5 ++
gcc/config.host | 2 +-
gcc/config/aarch64/aarch64-freebsd.h | 94 ++++++++++++++++++++++
.../aarch64/{t-aarch64-linux => t-aarch64-freebsd} | 9 +--
libgcc/ChangeLog | 4 +
libgcc/config.host | 5 ++
10 files changed, 128 insertions(+), 9 deletions(-)
create mode 100644 gcc/config/aarch64/aarch64-freebsd.h
copy gcc/config/aarch64/{t-aarch64-linux => t-aarch64-freebsd} (67%)
--
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 779825d [SelectionDAGBuilder] Support llvm.flt.rounds on targets wher [...]
new 31b90a7 Disallow ArrayRef assignment from temporaries.
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/ADT/ArrayRef.h | 16 ++++++++++++++++
unittests/ADT/ArrayRefTest.cpp | 23 +++++++++++++++++++++++
2 files changed, 39 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 libcxx.
from bf1f79c [libcxx] Add support for Fuchsia
new 529c61f Update with the rest of the results from the 7-Oct Telecom
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:
www/upcoming_meeting.html | 20 ++++++++++++++------
1 file changed, 14 insertions(+), 6 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 gcc.
from 74cf8d7 PR tree-optimization/71947 * tree-ssa-dom.c (cprop_i [...]
new 2abdc34 C++17 class deduction issues
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/cp/ChangeLog | 7 +++++++
gcc/cp/pt.c | 15 ++++++++++-----
gcc/testsuite/g++.dg/cpp1z/class-deduction19.C | 20 ++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1z/class-deduction20.C | 21 +++++++++++++++++++++
4 files changed, 58 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction19.C
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction20.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.