This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c82441edf70 Add another missing -enable-import-metadata to test
new ef76fcda6ef [LTO] Make processing of combined module more consistent
new 77b5e464586 [WebAssembly] Return ArrayRef's rather than const std::vector&
new 06b4dd6a1f3 Remove trailing whitespace
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:
include/llvm/LTO/LTO.h | 3 +-
include/llvm/Object/Wasm.h | 32 +++++++------------
lib/LTO/LTO.cpp | 36 ++++++++--------------
test/LTO/Resolution/X86/dead-strip-alias.ll | 2 +-
test/LTO/Resolution/X86/ifunc.ll | 2 +-
test/LTO/Resolution/X86/linker-redef-thin.ll | 2 +-
test/LTO/Resolution/X86/linkonce.ll | 2 +-
test/LTO/Resolution/X86/load-sample-prof-icp.ll | 4 +--
test/LTO/Resolution/X86/load-sample-prof.ll | 2 +-
test/LTO/Resolution/X86/mod-asm-used.ll | 2 +-
test/ThinLTO/X86/deadstrip.ll | 2 +-
test/ThinLTO/X86/debuginfo-compositetype-import.ll | 4 +--
test/ThinLTO/X86/distributed_import.ll | 1 +
.../X86/ifunc.ll => ThinLTO/X86/empty-module.ll} | 11 ++++---
test/ThinLTO/X86/funcimport2.ll | 4 +--
test/ThinLTO/X86/internalize.ll | 2 +-
test/ThinLTO/X86/module_asm2.ll | 4 +--
test/ThinLTO/X86/module_asm_glob.ll | 4 +--
test/ThinLTO/X86/personality-local.ll | 2 +-
test/ThinLTO/X86/personality.ll | 2 +-
test/ThinLTO/X86/reference_non_importable.ll | 4 +--
test/Transforms/FunctionImport/funcimport_var.ll | 2 +-
.../PGOProfile/thinlto_samplepgo_icp2.ll | 2 +-
test/tools/gold/X86/thinlto.ll | 15 ++++++++-
24 files changed, 70 insertions(+), 76 deletions(-)
copy test/{LTO/Resolution/X86/ifunc.ll => ThinLTO/X86/empty-module.ll} (54%)
--
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 412d39c0a [COFF] Clean up debug option handling
new eca7b74f1 [LTO] Make processing of combined module more consistent
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/COFF/thinlto.ll | 2 +-
test/ELF/lto/thinlto.ll | 8 ++++----
2 files changed, 5 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 gcc.
from 53894f847f7 syscall: emulate Flock on AIX
new 01f1b4422c0 os: pass -s to hostname on AIX
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/go/gofrontend/MERGE | 2 +-
libgo/go/os/os_test.go | 12 +++++++++---
2 files changed, 10 insertions(+), 4 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 glibc.
from 95511aab9d Fix testing with read-only source directory.
new 9d7a3741c9 Add --enable-static-pie configure option to build static PIE [...]
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 | 72 ++++++++++++++++++++
INSTALL | 9 +++
Makeconfig | 38 +++++++++--
NEWS | 9 +++
config.h.in | 3 +
configure | 79 ++++++++++++++++++++++
configure.ac | 29 ++++++++
csu/Makefile | 24 ++++++-
csu/libc-start.c | 2 +
csu/libc-tls.c | 6 +-
.../x86_64/tst-x86_64mod-1.c => csu/static-reloc.c | 8 ++-
elf/Makefile | 7 +-
elf/dl-reloc-static-pie.c | 52 ++++++++++++++
elf/dl-support.c | 11 +++
elf/dynamic-link.h | 2 +-
elf/get-dynamic-info.h | 6 +-
gmon/Makefile | 25 ++++++-
gmon/{tst-gmon-pie.c => tst-gmon-static-pie.c} | 0
manual/install.texi | 9 +++
sysdeps/generic/ldsodefs.h | 11 +++
sysdeps/i386/configure | 33 +++++++++
sysdeps/i386/configure.ac | 23 +++++++
sysdeps/mips/Makefile | 3 +
sysdeps/x86_64/configure | 33 +++++++++
sysdeps/x86_64/configure.ac | 25 +++++++
25 files changed, 500 insertions(+), 19 deletions(-)
copy sysdeps/x86_64/tst-x86_64mod-1.c => csu/static-reloc.c (84%)
create mode 100644 elf/dl-reloc-static-pie.c
copy gmon/{tst-gmon-pie.c => tst-gmon-static-pie.c} (100%)
--
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 87961dfbc9 [CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)
new ab88c4b23f [TextDiagnosticBuffer] Fix diagnostic note emission order
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/Frontend/TextDiagnosticBuffer.h | 5 ++++
lib/Frontend/TextDiagnosticBuffer.cpp | 37 +++++++++++++++++----------
test/Frontend/diagnostics-order.c | 10 ++++++++
3 files changed, 39 insertions(+), 13 deletions(-)
create mode 100644 test/Frontend/diagnostics-order.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 gcc.
from c2f1ca016ec Daily bump.
new 53894f847f7 syscall: emulate Flock on AIX
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/libcall_aix.go | 22 ++++++++++++++++++++++
2 files changed, 23 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 llvm.
from 1d4f2b0d25f [SimplifyLibCalls] Inline calls to cabs when it's safe to do so
new c82441edf70 Add another missing -enable-import-metadata to test
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/ThinLTO/X86/distributed_import.ll | 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 625a9ef4f3f [LV] NFC patch for moving VP*Recipe class definitions from [...]
new 1d4f2b0d25f [SimplifyLibCalls] Inline calls to cabs when it's safe to do so
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/TargetLibraryInfo.def | 9 ++++
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 1 +
lib/Analysis/TargetLibraryInfo.cpp | 22 ++++++++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 33 ++++++++++++
test/Transforms/InstCombine/cabs-array.ll | 65 ++++++++++++++++++++++++
test/Transforms/InstCombine/cabs-discrete.ll | 59 +++++++++++++++++++++
unittests/Analysis/TargetLibraryInfoTest.cpp | 3 ++
7 files changed, 192 insertions(+)
create mode 100644 test/Transforms/InstCombine/cabs-array.ll
create mode 100644 test/Transforms/InstCombine/cabs-discrete.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 clang.
from 817210c218 __is_target_environment: Check the environment after parsing it
new 87961dfbc9 [CodeGen] Specialize mixed-sign mul-with-overflow (fix PR34920)
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/CGBuiltin.cpp | 95 +++++++++++++++++++++++++++++++
test/CodeGen/builtins-overflow.c | 119 +++++++++++++++++++++++++++++++++++++++
2 files changed, 214 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 llvm.
from 4651377ec82 Add -enable-import-metadata to test
new 625a9ef4f3f [LV] NFC patch for moving VP*Recipe class definitions from [...]
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/Vectorize/LoopVectorize.cpp | 466 +++++------------------------
lib/Transforms/Vectorize/VPlan.cpp | 66 ++++
lib/Transforms/Vectorize/VPlan.h | 275 +++++++++++++++++
3 files changed, 415 insertions(+), 392 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.