This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 664ac495f9f syscall: workaround for getsockname bug in AIX
new e8b32921249 syscall: enable ParseDirent for AIX
new df2f15bbe0c PR libstdc++/79162 Fix std::string regression due to LWG 2946
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/go/gofrontend/MERGE | 2 +-
libgo/go/syscall/dirent.go | 2 +-
libgo/go/syscall/{syscall_darwin.go => syscall_aix.go} | 2 +-
libgo/mksysinfo.sh | 1 +
libstdc++-v3/ChangeLog | 8 ++++++++
libstdc++-v3/include/bits/basic_string.h | 1 +
.../cons/char/{moveable2.cc => moveable2_c++17.cc} | 5 ++---
.../cons/wchar_t/{moveable2.cc => moveable2_c++17.cc} | 17 ++++++++---------
8 files changed, 23 insertions(+), 15 deletions(-)
copy libgo/go/syscall/{syscall_darwin.go => syscall_aix.go} (90%)
copy libstdc++-v3/testsuite/21_strings/basic_string/cons/char/{moveable2.cc => mov [...]
copy libstdc++-v3/testsuite/21_strings/basic_string/cons/wchar_t/{moveable2.cc => [...]
--
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 cf0cb494bee [DebugInfo] Use a MapVector to coalesce MachineOperand locations
new ae599aa1b47 llvm-dwarfdump: implement --recurse-depth=<N>
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/DebugInfo/DIContext.h | 16 ++++++++++++++++
include/llvm/DebugInfo/DWARF/DWARFDie.h | 4 +---
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 3 ++-
lib/DebugInfo/DWARF/DWARFCompileUnit.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 6 ++++--
lib/DebugInfo/DWARF/DWARFDie.cpp | 13 +++++++------
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 22 +++++++++++-----------
.../llvm-dwarfdump/X86/debug_info_offset.test | 16 ++++++++++++++++
.../llvm-dwarfdump/X86/debug_type_offset.test | 13 +++++++++++++
test/tools/llvm-dwarfdump/cmdline.test | 1 +
tools/dsymutil/DwarfLinker.cpp | 12 ++++++++----
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 11 +++++++++++
13 files changed, 92 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 lld.
from b76f8f966 Don't try to compute a value that is known to fail.
new 63ae4a4c9 Add a special case for trivial alignment.
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/LinkerScript.cpp | 5 +++++
test/ELF/linkerscript/early-assign-symbol.s | 14 ++++++++++----
2 files changed, 15 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 gcc.
from 2be5943db3a Fix failing C++17 test
new 664ac495f9f syscall: workaround for getsockname bug in 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/{socket_bsd.go => socket_aix.go} | 18 ++++-----
libgo/go/syscall/socket_bsd.go | 2 +-
libgo/go/syscall/syscall_aix_ppc.go | 49 +++++++++++++++++++++++
libgo/go/syscall/syscall_aix_ppc64.go | 49 +++++++++++++++++++++++
5 files changed, 107 insertions(+), 13 deletions(-)
copy libgo/go/syscall/{socket_bsd.go => socket_aix.go} (79%)
create mode 100644 libgo/go/syscall/syscall_aix_ppc.go
create mode 100644 libgo/go/syscall/syscall_aix_ppc64.go
--
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 0ee89615039 Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
new 9a4ebf5dc97 [InstCombine] Add select simplifications
new cf0cb494bee [DebugInfo] Use a MapVector to coalesce MachineOperand locations
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:
include/llvm/CodeGen/MachineOperand.h | 30 ++++++
lib/CodeGen/LiveDebugVariables.cpp | 102 ++++++++++-----------
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 31 ++-----
lib/Transforms/InstCombine/InstCombineInternal.h | 5 +
.../InstCombine/InstCombineMulDivRem.cpp | 4 +
.../InstCombine/InstructionCombining.cpp | 56 +++++------
test/Transforms/InstCombine/select_arithmetic.ll | 40 ++++++++
7 files changed, 160 insertions(+), 108 deletions(-)
create mode 100644 test/Transforms/InstCombine/select_arithmetic.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 libcxx.
from 3a84027eb Make libcxx tests work when llvm sources are not present.
new e2b6832fc Fix a bit of UB in __independent_bits_engine. Fixes PR#34663
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/algorithm | 5 +++--
1 file 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 a08053624bb [cmake] Add an option to build llvm with IR PGO
new 46e0b67b99b [SLP] Vectorize jumbled memory loads.
new 0ee89615039 Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
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:
include/llvm/Analysis/LoopAccessAnalysis.h | 15 ++
lib/Analysis/LoopAccessAnalysis.cpp | 71 ++++++
lib/Transforms/Vectorize/SLPVectorizer.cpp | 265 ++++++++++++++-------
.../SLPVectorizer/X86/jumbled-load-multiuse.ll | 24 +-
.../X86/jumbled-load-shuffle-placement.ll | 68 ++++++
test/Transforms/SLPVectorizer/X86/jumbled-load.ll | 37 ++-
test/Transforms/SLPVectorizer/X86/store-jumbled.ll | 25 +-
.../Inputs/{pt-phdr.elf => dynamic.so} | Bin 8808 -> 9112 bytes
.../Inputs/dynsym.so} | Bin 13520 -> 13432 bytes
9 files changed, 370 insertions(+), 135 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.ll
copy test/tools/llvm-objcopy/Inputs/{pt-phdr.elf => dynamic.so} (82%)
copy test/tools/{llvm-readobj/Inputs/verneed.elf-x86-64 => llvm-objcopy/Inputs/dyn [...]
--
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 76fe1ec3106 [lit] Reverse path list when updating environment vars.
new f5c82586b2b [ThinLTO] Fix dead stripping analysis for SamplePGO
new 3028b9dc74c Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, a [...]
new 337397dfc2a [docs] Make a note of LLVM_BUILD_INSTRUMENTED_COVERAGE
new 580fbe1a5e2 [cmake] Unmark LLVM_BUILD_INSTRUMENTED_COVERAGE as experimental
new a08053624bb [cmake] Add an option to build llvm with IR PGO
The 5 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 | 8 +-
cmake/modules/HandleLLVMOptions.cmake | 28 ++++--
docs/CMake.rst | 5 +
lib/Transforms/IPO/FunctionImport.cpp | 6 +-
..._samplepgo_icp.ll => thinlto_samplepgo_icp3.ll} | 8 +-
..._samplepgo_icp.ll => thinlto_samplepgo_icp3.ll} | 13 +--
test/tools/llvm-objcopy/dynamic.test | 27 +++++
test/tools/llvm-objcopy/dynstr.test | 32 ++++++
test/tools/llvm-objcopy/dynsym.test | 64 ++++++++++++
tools/llvm-objcopy/Object.cpp | 111 +++++++++++++++------
tools/llvm-objcopy/Object.h | 34 +++++++
11 files changed, 283 insertions(+), 53 deletions(-)
copy test/Transforms/PGOProfile/Inputs/{thinlto_samplepgo_icp.ll => thinlto_sample [...]
copy test/Transforms/PGOProfile/{thinlto_samplepgo_icp.ll => thinlto_samplepgo_icp [...]
create mode 100644 test/tools/llvm-objcopy/dynamic.test
create mode 100644 test/tools/llvm-objcopy/dynstr.test
create mode 100644 test/tools/llvm-objcopy/dynsym.test
--
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 fd4d2852f00 Make libcxx tests work when llvm sources are not present.
new 76fe1ec3106 [lit] Reverse path list when updating environment vars.
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:
utils/lit/lit/llvm/config.py | 5 ++++-
1 file changed, 4 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 gcc-7-branch
in repository gcc.
from 4a2bf14144a PR libstdc++/82262 fix std::hash<std::optional<const T>>
new 232a3c4ce55 Fix failing C++17 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:
libstdc++-v3/ChangeLog | 3 +++
libstdc++-v3/testsuite/24_iterators/range_access_cpp17.cc | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.