This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from a6e75bc Fixed compilation error under MSVS 2015 (looks like compiler [...]
new 143dc0e [ELF] - Basic versioned symbols support implemented.
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/Config.h | 10 ++++
ELF/OutputSections.cpp | 96 +++++++++++++++++++++++++++---
ELF/OutputSections.h | 30 ++++++++--
ELF/SymbolListFile.cpp | 28 +++++----
ELF/SymbolListFile.h | 1 +
ELF/SymbolTable.cpp | 26 ++++++--
ELF/Symbols.cpp | 2 +-
ELF/Symbols.h | 18 ++----
ELF/Writer.cpp | 13 +++-
test/ELF/Inputs/verdef.s | 6 ++
test/ELF/lto/version-script.ll | 50 ++++++++++++++++
test/ELF/verdef.s | 131 +++++++++++++++++++++++++++++++++++++++++
test/ELF/version-script.s | 40 ++++++++++++-
13 files changed, 409 insertions(+), 42 deletions(-)
create mode 100644 test/ELF/Inputs/verdef.s
create mode 100644 test/ELF/lto/version-script.ll
create mode 100644 test/ELF/verdef.s
--
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 5d4fb59 Fix comment.
new a6e75bc Fixed compilation error under MSVS 2015 (looks like compiler [...]
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/OutputSections.cpp | 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 e3c0687 Expand comments in Linux times() implementation.
new 92e1ab0 Revert __malloc_initialize_hook symbol poisoning
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 | 12 ++++++++++++
include/stdc-predef.h | 7 -------
malloc/Makefile | 14 --------------
malloc/arena.c | 2 +-
malloc/malloc-hooks.h | 5 +----
malloc/malloc.c | 6 +++---
malloc/mcheck-init.c | 2 +-
7 files changed, 18 insertions(+), 30 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from c5fa33d Validate component list in manifest.
new bb15aa6 Add --abe-configure-flags option
new adbb8cb Make --quiet slightly more verbose.
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:
test-manifest2.sh | 10 ++++++----
1 file changed, 6 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 llvm.
from 4a94acf [codeview] Add an extra check for TPI hash values.
new 76e55ee Fix for PR27940
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/Scalar/DeadStoreElimination.cpp | 5 +-
.../DeadStoreElimination/dse_with_dbg_value.ll | 83 ++++++++++++++++++++++
2 files changed, 86 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/DeadStoreElimination/dse_with_dbg_value.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 lld.
from fed7c0d [COFF] Add /section command line flag.
new 5d4fb59 Fix 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:
ELF/Relocations.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 binutils-gdb.
from 0616a28 PR ld/20276: Set non_ir_ref on common symbol
new 9f99c22 Update the feature set for the Vulcan AArch64 cpu.
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:
gas/ChangeLog | 4 ++++
gas/config/tc-aarch64.c | 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 newlib.
from 2665915 Re-enable malloc_lock for newlib-nano
new 16d3849 sys/time.h: Change visibility of gettimeofday.
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:
newlib/libc/include/sys/time.h | 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 llvm.
from a8482b2 [AVX512] [AVX512/AVX][Intrinsics] Fix Variable Bit Shift Righ [...]
new 4a94acf [codeview] Add an extra check for TPI hash values.
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/DebugInfo/PDB/Raw/TpiStream.cpp | 12 ++++++++++--
1 file changed, 10 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 8de712d [X86] Pass the SDLoc and Mask ArrayRef down from lowerVectorS [...]
new a8482b2 [AVX512] [AVX512/AVX][Intrinsics] Fix Variable Bit Shift Righ [...]
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 | 1 +
lib/Target/X86/X86ISelLowering.h | 5 +++++
lib/Target/X86/X86InstrAVX512.td | 5 +++++
lib/Target/X86/X86InstrFragmentsSIMD.td | 2 ++
lib/Target/X86/X86InstrInfo.cpp | 2 ++
lib/Target/X86/X86InstrSSE.td | 2 ++
lib/Target/X86/X86IntrinsicsInfo.h | 22 +++++++++++-----------
test/CodeGen/X86/avx2-intrinsics-x86.ll | 33 ++++++++++++++++++++++++++++++++-
test/CodeGen/X86/avx512bw-intrinsics.ll | 18 ++++++++++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 26 ++++++++++++++++++++++++++
10 files changed, 104 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.