This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from ca167d28e Simplify. NFC.
new 30058399d Handle lazy symbols is computeIsPreemptible.
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/Writer.cpp | 2 +-
.../dynamic-list-weak-archive.s} | 0
test/ELF/dynamic-list-weak-archive.s | 18 ++++++++++++++++++
3 files changed, 19 insertions(+), 1 deletion(-)
copy test/ELF/{linkerscript/Inputs/lazy-symbols.s => Inputs/dynamic-list-weak-arch [...]
create mode 100644 test/ELF/dynamic-list-weak-archive.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 clang.
from 00bf1bb789 Revert rL312801 since it generated some calls from libatomic [...]
new 8f71467d16 Delete empty file test/CodeGenCXX/atomic-align.cpp after the [...]
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/CodeGenCXX/atomic-align.cpp | 0
1 file changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 test/CodeGenCXX/atomic-align.cpp
--
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 403bab200a2 [X86] Simplify the slow-incdec test and add test cases with [...]
new 400e98d4ca5 [x86] Fix GCC pedantic warnings about default arguments for [...]
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/X86ISelDAGToDAG.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 83603dd50 If --dynamic-list is given, only those symbols are preemptible.
new 21134e667 Simplify as this runs before copy relocations are created.
new ca167d28e Simplify. 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/Writer.cpp | 10 ++--------
1 file changed, 2 insertions(+), 8 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 clang.
from 44f53d3f27 Use EmitPointerWithAlignment to get alignment information of [...]
new 00bf1bb789 Revert rL312801 since it generated some calls from libatomic [...]
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/CGAtomic.cpp | 16 ++++++++--------
test/CodeGenCXX/atomic-align.cpp | 30 ------------------------------
2 files changed, 8 insertions(+), 38 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 d5aad9d22 Currently lld creates a single section to collect all commons [...]
new 83603dd50 If --dynamic-list is given, only those symbols are preemptible.
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 | 1 +
ELF/ScriptParser.cpp | 17 +++++++--
ELF/SymbolTable.cpp | 19 +++++++++++
ELF/SymbolTable.h | 2 ++
ELF/Writer.cpp | 13 +++++--
test/ELF/dynamic-list-preempt.s | 76 +++++++++++++++++++++++++++++++++++++++++
6 files changed, 123 insertions(+), 5 deletions(-)
create mode 100644 test/ELF/dynamic-list-preempt.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 glibc.
from af1b7c8ca2 Add Linux 4.13 constants to bits/fcntl-linux.h.
new f00bce744e Fix glibc.tune.cpu tunable handling
new 9c9ec58197 Add thunderx2t99 and thunderx2t99p1 CPU names to tunables list
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 | 12 ++++++++++++
manual/tunables.texi | 3 ++-
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 10 ++++++----
3 files changed, 20 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 llvm.
from 996c1871f5d [SLPVectorizer] Add struct InstructionsState that holds inf [...]
new 403bab200a2 [X86] Simplify the slow-incdec test and add test cases with [...]
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/CodeGen/X86/slow-incdec.ll | 133 ++++++++++++++++++----------------------
1 file changed, 60 insertions(+), 73 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 43fd32d3495 2017-09-08 Nicolas Roche <roche(a)adacore.com>
new 52d071f9c3e PR target/81988 * config/sparc/sparc.md (mulsi3): Rename [...]
new ca9fb91c636 Fix date
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/ChangeLog | 7 +++++++
gcc/config/sparc/sparc.md | 17 ++++++++++++++++-
gcc/testsuite/ChangeLog | 6 +++++-
gcc/testsuite/gcc.dg/pr81988.c | 22 ++++++++++++++++++++++
4 files changed, 50 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81988.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 gcc-7-branch
in repository gcc.
from 1a4978fa30f Daily bump.
new b033130693f PR target/81988 * config/sparc/sparc.md (mulsi3): Rename [...]
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/ChangeLog | 7 +++++++
gcc/config/sparc/sparc.md | 17 ++++++++++++++++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/pr81988.c | 22 ++++++++++++++++++++++
4 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr81988.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.