This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 19dc435 P0012R1: add Itanium ABI support for throwing non-noexcept fu [...]
new 1d4b939 Teach ConstantBuilder how to emit a reference to the current [...]
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/ConstantBuilder.h | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 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 llvm.
from 01ad70a [GVN] When merging blocks update LoopInfo if it's available
new 7c3f9d9 Test commit of whitespace to check permissions.
new bba2ee9 Revert previous whitespace change
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:
--
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 lld.
from e9c562a Split getPos into getLineNumber and getColumnNumber.
new 49c036c Make get{Line,Column}Number members of StringParser.
new 27d84a8 Do not name a variable Ret which is not a return value.
new 5bed638 Simplify ScriptParser.
The 3 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:
ELF/LinkerScript.cpp | 2 +-
ELF/ScriptParser.cpp | 88 +++++++++++++++++++++++++++-------------------------
ELF/ScriptParser.h | 8 +++--
3 files changed, 52 insertions(+), 46 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 c22ac1d Use trigrams to speed up SpecialCaseList.
new 01ad70a [GVN] When merging blocks update LoopInfo if it's available
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/Transforms/Scalar/GVN.h | 3 +-
lib/Transforms/Scalar/GVN.cpp | 16 +++++++----
test/Transforms/GVN/stale-loop-info.ll | 50 ++++++++++++++++++++++++++++++++++
3 files changed, 62 insertions(+), 7 deletions(-)
create mode 100644 test/Transforms/GVN/stale-loop-info.ll
--
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 lld.
from ed5fd2a Dump Codeview type information correctly.
new e9c562a Split getPos into getLineNumber and getColumnNumber.
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:
ELF/ScriptParser.cpp | 59 ++++++++++++++++++++++++++--------------------------
1 file changed, 29 insertions(+), 30 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 aoliva/SFN
in repository gcc.
from 0f503e1 not SFN: work around warnings that prevent bootstrap at -O3
new 0fb03e0 SFN: skip more debug insns in cleanup_empty_eh
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/gimple-iterator.h | 14 ++++++++++++++
gcc/tree-eh.c | 7 ++++---
2 files changed, 18 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 clang.
from f865452 Revert r285664, cxx-abi-dev chose to go in a different direct [...]
new 19dc435 P0012R1: add Itanium ABI support for throwing non-noexcept fu [...]
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/ItaniumCXXABI.cpp | 83 +++++++++++++++++++++--------------------
test/CodeGenCXX/rtti-qualfn.cpp | 23 ++++++++++++
www/cxx_status.html | 4 +-
3 files changed, 66 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGenCXX/rtti-qualfn.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 clang.
from 61df53b PR31081: ignore exception specifications when deducing functi [...]
new f865452 Revert r285664, cxx-abi-dev chose to go in a different direct [...]
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/CC1Options.td | 2 -
include/clang/Frontend/CodeGenOptions.def | 1 -
lib/CodeGen/ItaniumCXXABI.cpp | 113 ++----------------------------
lib/Frontend/CompilerInvocation.cpp | 1 -
test/CodeGenCXX/rtti-qualfn.cpp | 51 --------------
www/cxx_status.html | 20 ++----
6 files changed, 11 insertions(+), 177 deletions(-)
delete mode 100644 test/CodeGenCXX/rtti-qualfn.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 gcc.
from 5388b49 combine: Emit a barrier after unconditional trap (PR78607)
new 7b69e9f PR libstdc++/71500 * include/bits/regex.h (basic_regex::bas [...]
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:
libstdc++-v3/ChangeLog | 13 +++
libstdc++-v3/include/bits/regex.h | 4 +-
libstdc++-v3/include/bits/regex_compiler.h | 102 ++++++++++++++++++---
libstdc++-v3/include/bits/regex_compiler.tcc | 51 ++++-------
.../testsuite/28_regex/traits/char/icase.cc | 74 +++++++++++++++
.../testsuite/28_regex/traits/char/user_defined.cc | 66 ++++++++++++-
6 files changed, 261 insertions(+), 49 deletions(-)
create mode 100644 libstdc++-v3/testsuite/28_regex/traits/char/icase.cc
--
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 0719114 revert r288283 as it causes debug info (line numbers) to be l [...]
new 66a1cdb LTO: Remove Symbol::getIRName().
new c22ac1d Use trigrams to speed up SpecialCaseList.
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/LTO/LTO.h | 7 +-
include/llvm/Support/TrigramIndex.h | 70 +++++++++++++++++++
lib/LTO/LTO.cpp | 5 +-
lib/Support/CMakeLists.txt | 1 +
lib/Support/SpecialCaseList.cpp | 12 +++-
lib/Support/TrigramIndex.cpp | 98 ++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/SpecialCaseListTest.cpp | 44 ++++++++++++
unittests/Support/TrigramIndexTest.cpp | 112 ++++++++++++++++++++++++++++++
9 files changed, 342 insertions(+), 8 deletions(-)
create mode 100644 include/llvm/Support/TrigramIndex.h
create mode 100644 lib/Support/TrigramIndex.cpp
create mode 100644 unittests/Support/TrigramIndexTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.