This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/xgetbv/master
in repository glibc.
discards afa0a778d7 x86-64: Use _dl_runtime_resolve_opt only with AVX512F
adds e1113af30d Update NEWS
adds 9938cc545d Update translations
adds e061bd1771 Add list of bugs fixed in 2.26
adds 4d9a5c60e1 Fix up ChangeLog formatting
adds 15192aaa25 Update contributors and latest gcc and binutils versions
adds 1c9a5c270d Update for 2.26 release
adds 00cdcf5a41 Open master for development
new ac3c2bcce8 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (afa0a778d7)
\
N -- N -- N refs/heads/hjl/xgetbv/master (ac3c2bcce8)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 41 +-
INSTALL | 4 +-
NEWS | 263 +++++++++++-
include/features.h | 2 +-
manual/contrib.texi | 28 ++
manual/install.texi | 4 +-
po/fr.po | 1186 ++++++++++++++++++++++++++-------------------------
version.h | 2 +-
8 files changed, 938 insertions(+), 592 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 hjl/xgetbv/2.25
in repository glibc.
discards c483f2eaf3 x86-64: Use _dl_runtime_resolve_opt only with AVX512F
adds da3e97f94c powerpc: Fix logbl on power7 [BZ# 21280]
new 9dcd72cdc5 x86-64: Use _dl_runtime_resolve_opt only with AVX512F [BZ #21871]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c483f2eaf3)
\
N -- N -- N refs/heads/hjl/xgetbv/2.25 (9dcd72cdc5)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 | 7 +++++++
sysdeps/powerpc/power7/fpu/s_logbl.c | 24 ++++++++++++++++++------
sysdeps/x86/cpu-features.c | 2 +-
3 files changed, 26 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 release_50
in repository llvm.
from f02b39ca4c1 Merging r309594: ------------------------------------------ [...]
new ef9cccfdac0 Merging r309555: ------------------------------------------ [...]
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/Object/COFFImportFile.cpp | 13 +++++--------
test/DllTool/coff-weak-exports.def | 18 +++++-------------
2 files changed, 10 insertions(+), 21 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 e97c5836a77 Xray docs with description of Flight Data Recorder binary format.
new dbf7ec5b15a [InstCombine] Add missing test case for (xor (sext (cmp)), [...]
new fac03ed36c7 [AsmParser][GAS-compatibility] Ignore an empty 'p2align' directive
new 3e9e87e5eab Revert "Xray docs with description of Flight Data Recorder [...]
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:
docs/XRay.rst | 3 -
docs/XRayFDRFormat.rst | 394 ------------------------------------
lib/MC/MCParser/AsmParser.cpp | 9 +-
lib/XRay/Trace.cpp | 11 +-
test/MC/AsmParser/directive_align.s | 7 +-
test/Transforms/InstCombine/cast.ll | 14 ++
6 files changed, 33 insertions(+), 405 deletions(-)
delete mode 100644 docs/XRayFDRFormat.rst
--
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 4876a73b0 Mark LWG 2942 as complete
new b3d6031a5 Fix PR33727: std::basic_stringbuf only works with DefaultCons [...]
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/sstream | 3 ++-
.../string.streams/stringstream.cons/string.pass.cpp | 19 +++++++++++++++++++
2 files changed, 21 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 lld.
from beeb8b11c [ELF] When the code segment is the last, align it to the page [...]
new 509039ba9 Use more consistent names
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/Driver.cpp | 4 ++--
ELF/GdbIndex.cpp | 2 +-
ELF/InputFiles.cpp | 33 +++++++++++++++++----------------
ELF/InputFiles.h | 16 ++++++++--------
ELF/LTO.cpp | 6 +++---
ELF/Relocations.cpp | 2 +-
6 files changed, 32 insertions(+), 31 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 c4d94abf28c Assert that the offset of a DBG_VALUE is always 0. (NFC)
new e97c5836a77 Xray docs with description of Flight Data Recorder binary format.
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:
docs/XRay.rst | 3 +
docs/XRayFDRFormat.rst | 394 +++++++++++++++++++++++++++++++++++++++++++++++++
lib/XRay/Trace.cpp | 11 +-
3 files changed, 403 insertions(+), 5 deletions(-)
create mode 100644 docs/XRayFDRFormat.rst
--
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 2fee621de0 Fix tgmath.h for bit-fields (bug 21685).
new dfc93c41ee i386: Check PIC to enable PIC setups in multiarch functions
new 5b736bc9b5 x86-64: Check PIC instead of SHARED in start.S
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:
ChangeLog | 16 ++++++++++
sysdeps/i386/i686/multiarch/memcmp-sse4.S | 2 +-
.../i386/i686/multiarch/memcpy-sse2-unaligned.S | 6 ++--
sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S | 6 ++--
sysdeps/i386/i686/multiarch/memcpy-ssse3.S | 36 +++++++++++-----------
sysdeps/i386/i686/multiarch/memset-sse2-rep.S | 6 ++--
sysdeps/i386/i686/multiarch/memset-sse2.S | 8 ++---
sysdeps/i386/i686/multiarch/strcat-sse2.S | 2 +-
sysdeps/i386/i686/multiarch/strcpy-sse2.S | 2 +-
sysdeps/x86_64/start.S | 2 +-
10 files changed, 51 insertions(+), 35 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 810c1b6a3cc Remove the unused Offset field from MachineLocation (NFC)
new 981b5410cc1 AMDGPU: Restore using MRI to find highest used regs
new 5db8114aeaa Revert "[lit] Avoid copying llvm/utils/lit/tests/Inputs wit [...]
new c4d94abf28c Assert that the offset of a DBG_VALUE is always 0. (NFC)
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:
CMakeLists.txt | 2 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 6 ++++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 ++++--
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 28 +++++++++++++++++++++++-----
utils/lit/CMakeLists.txt | 27 +++++++++++++++++++++++++++
utils/lit/tests/CMakeLists.txt | 24 ------------------------
utils/lit/tests/Inputs/lit.site.cfg.in | 3 ---
utils/lit/tests/lit.site.cfg.in | 4 +---
8 files changed, 60 insertions(+), 40 deletions(-)
create mode 100644 utils/lit/CMakeLists.txt
delete mode 100644 utils/lit/tests/CMakeLists.txt
delete mode 100644 utils/lit/tests/Inputs/lit.site.cfg.in
--
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 29e9cdbd0d7 [DAG] Improve candidate pruning in store merge failure case. NFCI
new 810c1b6a3cc Remove the unused Offset field from MachineLocation (NFC)
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/MC/MachineLocation.h | 31 +++++------------------------
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 8 ++------
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 +-----
3 files changed, 8 insertions(+), 37 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.