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 3063847f29 Use new to allocate mapped_index
new 400174b12a Allocate dwp_file with new
new 7f99954970 RISC-V: Add RV32E support.
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:
bfd/ChangeLog | 5 ++++
bfd/elfnn-riscv.c | 8 +++++++
binutils/ChangeLog | 4 ++++
binutils/readelf.c | 3 +++
gas/ChangeLog | 15 ++++++++++++
gas/config/tc-riscv.c | 66 +++++++++++++++++++++++++++++++++++++++++++--------
gas/doc/c-riscv.texi | 3 ++-
gdb/ChangeLog | 12 ++++++++++
gdb/dwarf2read.c | 64 +++++++++++++++++++++++++++----------------------
gdb/dwarf2read.h | 2 +-
include/ChangeLog | 4 ++++
include/elf/riscv.h | 3 +++
12 files changed, 149 insertions(+), 40 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 release_60
in repository llvm.
from 63bcfe38b31 Merging r331990:
new 374d70efdbd Merging r322266:
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/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 2 ++
test/MC/Mips/unsupported-relocation.s | 13 +++++++++++++
2 files changed, 15 insertions(+)
create mode 100644 test/MC/Mips/unsupported-relocation.s
--
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 a576ca1044e Fixing build error introduced with r332759.
new 02babe8338e Addressing a couple of compiler warnings introduced with r332759.
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/DebugInfo/DWARF/DWARFUnit.cpp | 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 libcxxabi.
from ea1884b private_typeinfo: propagate static flags in vmi search_above_ [...]
new e0330b6 private_typeinfo: limit is_dst_type_derived_from_static_type [...]
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/private_typeinfo.cpp | 65 +++++++++++++++++++++++-----------------------
test/dynamic_cast.pass.cpp | 51 ++++++++++++++++++++++++++++++++++++
2 files changed, 84 insertions(+), 32 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 05a7394 Fix test failure for missing _LIBCPP_ENABLE_CXX17_REMOVED_UNE [...]
new afe9f90 private_typeinfo: propagate static flags in vmi search_above_ [...]
new ea1884b private_typeinfo: propagate static flags in vmi search_above_ [...]
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:
src/private_typeinfo.cpp | 4 ++
test/dynamic_cast.pass.cpp | 103 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 107 insertions(+)
create mode 100644 test/dynamic_cast.pass.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.
tcwg-buildslave pushed a change to branch tested
in repository toolchain/jenkins-scripts.
from 9a80c78 tcwg-llvm-build: Compress the tarball.
adds 2c86d5e [LLVM] Add openmp support.
No new revisions were added by this update.
Summary of changes:
tcwg-generate-source-cache.sh | 2 +-
tcwg-llvm-common.sh | 3 ++-
2 files changed, 3 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 edf5860e510 [msan] Don't check divisor shadow in fdiv.
new a576ca1044e Fixing build error introduced with r332759.
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/DebugInfo/DWARF/DWARFUnit.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 llvm.
from eab311b6616 [DWARF v5] Improved support for .debug_rnglists (consumer). [...]
new edf5860e510 [msan] Don't check divisor shadow in fdiv.
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/Transforms/Instrumentation/MemorySanitizer.cpp | 17 ++++++++++-------
test/Instrumentation/MemorySanitizer/msan_basic.ll | 15 +++++++++++++++
2 files changed, 25 insertions(+), 7 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 6cfc2d490c Support: Simplify endian stream interface. NFCI.
new 746b78de78 Revert r332470 (and corresponding tests in r332492).
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/Basic/Attr.td | 7 -
include/clang/Basic/AttrDocs.td | 12 --
include/clang/Basic/DiagnosticSemaKinds.td | 8 --
include/clang/Sema/Sema.h | 2 -
lib/Sema/SemaDecl.cpp | 89 ++-----------
lib/Sema/SemaDeclAttr.cpp | 31 -----
lib/Sema/SemaDeclCXX.cpp | 35 -----
lib/Sema/SemaLambda.cpp | 4 -
test/CodeGenCXX/code_seg1.cpp | 135 --------------------
test/CodeGenCXX/code_seg2.cpp | 141 ---------------------
test/CodeGenCXX/code_seg3.cpp | 86 -------------
test/CodeGenCXX/code_seg4.cpp | 31 -----
.../attr-section.c => SemaCXX/attr-section.cpp} | 26 ++--
test/SemaCXX/code_seg.cpp | 104 ---------------
test/SemaCXX/code_seg1.cpp | 96 --------------
15 files changed, 31 insertions(+), 776 deletions(-)
delete mode 100644 test/CodeGenCXX/code_seg1.cpp
delete mode 100644 test/CodeGenCXX/code_seg2.cpp
delete mode 100644 test/CodeGenCXX/code_seg3.cpp
delete mode 100644 test/CodeGenCXX/code_seg4.cpp
copy test/{Sema/attr-section.c => SemaCXX/attr-section.cpp} (58%)
delete mode 100644 test/SemaCXX/code_seg.cpp
delete mode 100644 test/SemaCXX/code_seg1.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 compiler-rt.
from f1588bfea Revert r332683 & r332684 relating to compiler runtime checks
new cfd67d108 [msan] Don't check divisor shadow in fdiv.
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/msan/tests/msan_test.cc | 1 -
test/msan/vector_div.cc | 17 +++++++++++++++++
2 files changed, 17 insertions(+), 1 deletion(-)
create mode 100644 test/msan/vector_div.cc
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.