This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxxabi.
from ee0ed4b [demangler] Fix a MSVC alignment warning.
new d281904 Some buildbots were choking on std::max_align_t, try using th [...]
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 | 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 lldb.
from c531cfd65 [lldb-mi] Re-implement a few MI commands.
new 8f3996e72 Re-sort the lldb.xcodeproj project file and commit the script [...]
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:
lldb.xcodeproj/project.pbxproj | 5440 ++++++++++++++++++++--------------------
scripts/sort-pbxproj.rb | 241 ++
2 files changed, 2961 insertions(+), 2720 deletions(-)
create mode 100755 scripts/sort-pbxproj.rb
--
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 d4b846baf03 Daily bump.
new 14eedd834d4 RISC-V: Fix interrupt support for -g.
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 | 7 +++++++
gcc/config/riscv/riscv.c | 6 +++---
gcc/config/riscv/riscv.md | 9 ++++++---
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.target/riscv/interrupt-debug.c | 15 +++++++++++++++
5 files changed, 35 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/riscv/interrupt-debug.c
--
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 d0f9eaced9b [ADT] Add llvm::unique_function which is like std::function [...]
new 22e1f605703 [demangler] Fix a MSVC alignment warning.
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, 2 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 libcxxabi.
from beab795 [libc++abi] Look for __config instead of vector
new ee0ed4b [demangler] Fix a MSVC alignment warning.
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, 2 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 ba2dee86000 P0758R1 Implicit conversion traits
new d4b846baf03 Daily bump.
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/DATESTAMP | 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 gcc-8-branch
in repository gcc.
from a98e0d991b5 rs6000: Set up ieee128_float_type_node correctly (PR86285)
new 1c4b6999ffe Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from 87aa99cfbf4 PR go/86331 os: check return value as well as error fr [...]
new abebd701154 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 6601eec8fdc Daily bump.
new 12f6061d9b8 Daily bump.
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/DATESTAMP | 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 1a01e8944b7 Remove absolute path in test
new d0f9eaced9b [ADT] Add llvm::unique_function which is like std::function [...]
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 | 274 +++++++++++++++++++++++++++
include/llvm/Support/Compiler.h | 45 +++++
include/llvm/Support/PointerLikeTypeTraits.h | 34 ++++
unittests/ADT/CMakeLists.txt | 1 +
unittests/ADT/FunctionExtrasTest.cpp | 228 ++++++++++++++++++++++
5 files changed, 582 insertions(+)
create mode 100644 include/llvm/ADT/FunctionExtras.h
create mode 100644 unittests/ADT/FunctionExtrasTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.