This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hl/pie/static
in repository glibc.
discards b04ca4dd26 Add _dl_setup_static_pie
discards 7976ea36a9 Define pie-default/default-pie-ldflag for --enable-static-pie
discards 589b69e8c0 x86-64: Check PIC instead of SHARED in start.S
discards 862a91da16 Add --enable-static-pie
discards 3f32b755d6 Check if linker supports --no-dynamic-linker
new 193969aac2 x86-64: Check PIC instead of SHARED in start.S
new 98bc241646 Check if linker supports --no-dynamic-linker
new 815760e13a Add --enable-static-pie
new 7c7a1b31d5 x86-64: Check if linker supports static PIE
new 6aa3d3ca9a Define pie-default/default-pie-ldflag for --enable-static-pie
new 02cca6ac51 Add _dl_setup_static_pie
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 (b04ca4dd26)
\
N -- N -- N refs/heads/hl/pie/static (02cca6ac51)
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 6 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:
sysdeps/x86_64/configure | 32 ++++++++++++++++++++++++++++++++
sysdeps/x86_64/configure.ac | 21 +++++++++++++++++++++
2 files changed, 53 insertions(+)
--
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 35559e84a47 * class.c (classtype_has_move_assign_or_move_ctor): Declar [...]
new 549fbcfa700 gcc: ada: delete old $(P) reference
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/ada/ChangeLog | 4 ++++
gcc/ada/gcc-interface/Makefile.in | 4 ++--
2 files changed, 6 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 4fad2262edd [mips] Alter register classes for MSA pseudo f16 instructions
new 922426e8d06 [DAGCombine] Fix issue with out of bound constant rotation [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 +++++++-
test/CodeGen/X86/pr33828.ll | 48 ++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/X86/pr33828.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 hl/pie/static
in repository glibc.
discards 8e68fdc8a0 Dummy _dl_setup_static_pie
discards 759ceaf5d1 Define pie-default/default-pie-ldflag for --enable-static-pie
new 589b69e8c0 x86-64: Check PIC instead of SHARED in start.S
new 7976ea36a9 Define pie-default/default-pie-ldflag for --enable-static-pie
new b04ca4dd26 Add _dl_setup_static_pie
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 (8e68fdc8a0)
\
N -- N -- N refs/heads/hl/pie/static (b04ca4dd26)
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 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:
Makeconfig | 4 ----
csu/libc-tls.c | 6 +++---
elf/dl-support.c | 31 +++++++++++++++++++++++++++----
elf/dynamic-link.h | 2 +-
elf/get-dynamic-info.h | 6 ++++--
sysdeps/x86_64/start.S | 2 +-
6 files changed, 36 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 e06b96aa820 PR target/81408 * tree-ssa-loop-niter.c (number_of_iterat [...]
new 35559e84a47 * class.c (classtype_has_move_assign_or_move_ctor): Declar [...]
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/cp/ChangeLog | 8 ++++++++
gcc/cp/class.c | 36 +++++++++---------------------------
gcc/cp/cp-tree.h | 2 --
3 files changed, 17 insertions(+), 29 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 bdc92341e1c PSCEV] Create AddRec for Phis in cases of possible integer [...]
new 4fad2262edd [mips] Alter register classes for MSA pseudo f16 instructions
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/MipsInstrFPU.td | 9 +++++++++
lib/Target/Mips/MipsSEISelLowering.cpp | 27 +++++++++++++++++++++++----
test/CodeGen/Mips/msa/f16-llvm-ir.ll | 12 ++++++------
3 files changed, 38 insertions(+), 10 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 binutils-gdb.
from cfb7e58b48 Simplify regcache_cpy and remove regcache::cpy_no_passthrough
new 27841e762c Remove one line comment
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:
gdb/ChangeLog | 4 ++++
gdb/remote.c | 2 --
2 files changed, 4 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 886a32baf73 [sancov] Fix PR33732
new bdc92341e1c PSCEV] Create AddRec for Phis in cases of possible integer [...]
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/Analysis/ScalarEvolution.h | 48 ++-
lib/Analysis/ScalarEvolution.cpp | 385 ++++++++++++++++++++-
.../LoopVectorize/pr30654-phiscev-sext-trunc.ll | 240 +++++++++++++
3 files changed, 648 insertions(+), 25 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr30654-phiscev-sext-trunc.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 openmp.
from dd87e37 OpenMP RTL cleanup: nullify pointer after memory freeing
new 4c2424f Fix sporadic segfaults in tasking tests.
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:
runtime/src/kmp_tasking.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 lld.
from c35e066a2 Fix pdb-type-server-simple test on non-Windows
new 4485e920f [ELF] - Apply clang-format. NFC.
new 427334567 [ELF] - Fix member name: alignment -> Alignment. NFC.
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:
ELF/Arch/MipsArchTree.cpp | 6 ++---
ELF/EhFrame.h | 4 ++--
ELF/Filesystem.h | 4 ++--
ELF/GdbIndex.h | 2 +-
ELF/ICF.h | 2 +-
ELF/InputFiles.h | 4 ++--
ELF/LTO.h | 6 ++---
ELF/LinkerScript.cpp | 4 ++--
ELF/MapFile.h | 4 ++--
ELF/Memory.h | 4 ++--
ELF/OutputSections.cpp | 8 +++----
ELF/OutputSections.h | 7 +++---
ELF/Relocations.cpp | 57 +++++++++++++++++++++++------------------------
ELF/Relocations.h | 7 +++---
ELF/Strings.h | 4 ++--
ELF/SymbolTable.cpp | 12 +++++-----
ELF/SyntheticSections.cpp | 20 +++++------------
ELF/Target.h | 2 +-
ELF/Threads.h | 4 ++--
ELF/Thunks.cpp | 18 +++++----------
ELF/Thunks.h | 2 +-
ELF/Writer.cpp | 4 ++--
ELF/Writer.h | 4 ++--
23 files changed, 87 insertions(+), 102 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.