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 60ec9d032 [scudo] Implement stricter separation of C vs C++
new 4f6767844 [scudo] Fix standlone build -lrt requirement
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:
test/scudo/lit.cfg | 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 glibc.
from 95b93c6e0d x86: Add sysdeps/x86/sysdep.h
new 2f1b212e54 Clean up complex.h handling of float128.
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 | 8 ++++++++
math/complex.h | 28 +++++++++++++---------------
2 files changed, 21 insertions(+), 15 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 2cc899e0608 [C++ PATCH] overloaded operator fns [6/N]
new a0048642f37 combine: Fix bug in giving up placing REG_DEAD notes (PR82683)
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 | 10 ++++++++++
gcc/combine.c | 16 +++++++++++-----
2 files changed, 21 insertions(+), 5 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 078a3381ebe Update VCVTx, VMOVNTPx and VROUNDYPx instructions schedulin [...]
new 2a4a9564d68 [X86] Add 64-bit int to float/double conversion with AVX t [...]
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/X86/X86FastISel.cpp | 7 +-
.../X86/fast-isel-int-float-conversion-x86-64.ll | 66 ++++++++++++
test/CodeGen/X86/fast-isel-int-float-conversion.ll | 116 ++++++++++++++++++++-
3 files changed, 184 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/X86/fast-isel-int-float-conversion-x86-64.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 llvm.
from bb38652ad41 Correct dwarf unwind information in function epilogue for X86
new 078a3381ebe Update VCVTx, VMOVNTPx and VROUNDYPx instructions schedulin [...]
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/X86/X86ScheduleBtVer2.td | 39 ++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/avx-schedule.ll | 40 ++++++++++++++++++-------------------
2 files changed, 59 insertions(+), 20 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 lldb.
from 546a29501 Add data formatter for libc++ std::tuple
new a9eef8da6 Add data formatter for libc++ std::queue
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:
.../libcxx/{forward_list => queue}/Makefile | 0
.../libcxx/queue/TestDataFormatterLibcxxQueue.py | 43 +++++++++++++++
.../data-formatter-stl/libcxx/queue/main.cpp | 11 ++++
source/Plugins/Language/CPlusPlus/CMakeLists.txt | 1 +
.../Language/CPlusPlus/CPlusPlusLanguage.cpp | 9 ++++
source/Plugins/Language/CPlusPlus/LibCxx.h | 3 ++
source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp | 61 ++++++++++++++++++++++
7 files changed, 128 insertions(+)
copy packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter- [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/d [...]
create mode 100644 source/Plugins/Language/CPlusPlus/LibCxxQueue.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 f81dd217477 Don't treat zero-sized ranges as overlapping
new 5dae9486d92 Make tree-ssa-dse.c:normalize_ref return a bool
new 2cc899e0608 [C++ PATCH] overloaded operator fns [6/N]
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:
gcc/ChangeLog | 6 ++++++
gcc/cp/ChangeLog | 13 +++++++++++++
gcc/cp/cp-tree.h | 27 +++++++++++++--------------
gcc/cp/decl.c | 11 ++++++-----
gcc/cp/mangle.c | 4 ++--
gcc/cp/method.c | 2 +-
gcc/cp/typeck.c | 5 ++---
gcc/tree-ssa-dse.c | 48 +++++++++++++++++++++++++-----------------------
libcc1/ChangeLog | 5 +++++
libcc1/libcp1plugin.cc | 2 +-
10 files changed, 74 insertions(+), 49 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 b639f72d218 Regenerate PACKUS/TRUNCS test (PR31773)
new 41efea75bc9 [X86][SSE] Begun generalizing truncateVectorWithPACKSS to w [...]
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/X86/X86ISelLowering.cpp | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.