This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 57fa5c9397b Reappl "[Dominators] Add the DomTreeUpdater class"
new 4bf5c9984c2 [ADT] Switch another place to `llvm::is_trivially_move_cons [...]
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/FunctionExtras.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 libcxx.
from 8deb2dd30 [libc++] Lift std::errc into a separated header
new 8fdc49186 [libc++] Install the missing header __errc
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/CMakeLists.txt | 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 gcc.
from 14eedd834d4 RISC-V: Fix interrupt support for -g.
new e7017273054 * config/h8300/h8300.md: Remove trailing whitespace.
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/ChangeLog | 4 ++
gcc/config/h8300/h8300.md | 100 +++++++++++++++++++++++-----------------------
2 files changed, 54 insertions(+), 50 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 03295feea [Win32] Overload ==, != for locale_t and long long
new 8deb2dd30 [libc++] Lift std::errc into a separated header
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/__errc | 218 +++++++++++++++++++++++++++++++++++++++++++++++
include/module.modulemap | 1 +
include/system_error | 188 +---------------------------------------
3 files changed, 220 insertions(+), 187 deletions(-)
create mode 100644 include/__errc
--
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 7b549ea6b60 Revert r336159, r336157. Some bots failed on qualified std: [...]
new 57fa5c9397b Reappl "[Dominators] Add the DomTreeUpdater class"
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/DomTreeUpdater.h | 244 +++++++++++++
include/llvm/module.modulemap | 2 +
lib/IR/CMakeLists.txt | 1 +
lib/IR/DomTreeUpdater.cpp | 512 ++++++++++++++++++++++++++
unittests/IR/CMakeLists.txt | 1 +
unittests/IR/DomTreeUpdaterTest.cpp | 693 ++++++++++++++++++++++++++++++++++++
6 files changed, 1453 insertions(+)
create mode 100644 include/llvm/IR/DomTreeUpdater.h
create mode 100644 lib/IR/DomTreeUpdater.cpp
create mode 100644 unittests/IR/DomTreeUpdaterTest.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 llvm.
from 52b38c4e9f9 [Support] Fix llvm::unique_function when building with GCC [...]
new 7b549ea6b60 Revert r336159, r336157. Some bots failed on qualified std: [...]
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/Demangle/ItaniumDemangle.cpp | 3 +--
1 file changed, 1 insertion(+), 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 libcxxabi.
from d281904 Some buildbots were choking on std::max_align_t, try using th [...]
new b94d15c Revert r336159, r336157. Some bots failed on qualified std::m [...]
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:
src/cxa_demangle.cpp | 3 +--
1 file changed, 1 insertion(+), 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 3aca69ca829 [ThinLTO] Fix printing of aliases for distributed backend indexes
new 52b38c4e9f9 [Support] Fix llvm::unique_function when building with GCC [...]
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/FunctionExtras.h | 6 +--
include/llvm/Support/type_traits.h | 39 ++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/TypeTraitsTest.cpp | 77 ++++++++++++++++++++++++++++++++++++
4 files changed, 120 insertions(+), 3 deletions(-)
create mode 100644 unittests/Support/TypeTraitsTest.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 llvm.
from 3369ac0dd8c Some buildbots were choking on std::max_align_t, try using [...]
new 3aca69ca829 [ThinLTO] Fix printing of aliases for distributed backend indexes
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/IR/AsmWriter.cpp | 10 ++++++++--
test/ThinLTO/X86/distributed_indexes.ll | 6 ++++++
2 files changed, 14 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 22e1f605703 [demangler] Fix a MSVC alignment warning.
new 3369ac0dd8c Some buildbots were choking on std::max_align_t, try using [...]
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/Demangle/ItaniumDemangle.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.