This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3ba603c98b8 [X86] Improve unsigned saturation downconvert detection.
new bc7b3f4d5d7 [llvm-mca] Remove unused include header files. NFC
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:
tools/llvm-mca/RetireControlUnit.cpp | 7 +++----
1 file changed, 3 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 15038de7ec2 [llvm-mca] Add file header to RetireControlUnit.cpp.
new 3ba603c98b8 [X86] Improve unsigned saturation downconvert detection.
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 | 71 ++++++++++++++++++++++++---------
test/CodeGen/X86/avx512-trunc.ll | 45 +++++++--------------
test/CodeGen/X86/vector-trunc-packus.ll | 42 +++++++------------
3 files changed, 81 insertions(+), 77 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 533b60289e [X86] Revert part of r332266: Use __builtin_convertvector to [...]
new 76da53dd96 Make ast-print-record-decl.c pass on Windows after r332314
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/Misc/ast-print-record-decl.c | 4 ++--
1 file changed, 2 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 6357b5f4058 [llvm-exegesis] InMemoryAssembler: handle return-less targe [...]
new 15038de7ec2 [llvm-mca] Add file header to RetireControlUnit.cpp.
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:
tools/llvm-mca/RetireControlUnit.cpp | 15 +++++++++++++++
1 file changed, 15 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 lnt.
from dca1dbe Make new Run template in Compare To in v4_run.html view.
new 1b37ae0 Fix some typos/dead/unreachable code.
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:
lnt/server/ui/views.py | 2 +-
lnt/tests/nt.py | 1 -
lnt/util/ServerUtil.py | 2 --
3 files changed, 1 insertion(+), 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 lld.
from 2ece4e90e [MinGW] Add a LLD specific option -pdb
new 45abf2f8f [ELF] Implement --keep-unique option
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/Driver.cpp | 16 +++++++++++++++-
ELF/ICF.cpp | 3 ++-
ELF/InputSection.h | 7 +++++--
ELF/Options.td | 2 ++
test/ELF/icf-keep-unique.s | 43 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 67 insertions(+), 4 deletions(-)
create mode 100644 test/ELF/icf-keep-unique.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 80cf879 tcwg-cleanup-stale-containers.sh: Check if we have more conta [...]
new 570af84 Revert "jenkins-logs.sh: Upload logs during EXIT trap handler."
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:
jenkins.sh | 65 +++++++++++++++++++++++---------------------------------------
1 file changed, 24 insertions(+), 41 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 4021505db6f [llvm-exegesis] Check perf event validity.
new 6357b5f4058 [llvm-exegesis] InMemoryAssembler: handle return-less targe [...]
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:
tools/llvm-exegesis/lib/CMakeLists.txt | 1 +
tools/llvm-exegesis/lib/InMemoryAssembler.cpp | 12 +++-
unittests/tools/llvm-exegesis/ARM/CMakeLists.txt | 20 ++++++
.../llvm-exegesis/ARM/InMemoryAssemblerTest.cpp | 79 ++++++++++++++++++++++
unittests/tools/llvm-exegesis/CMakeLists.txt | 7 +-
5 files changed, 114 insertions(+), 5 deletions(-)
create mode 100644 unittests/tools/llvm-exegesis/ARM/CMakeLists.txt
create mode 100644 unittests/tools/llvm-exegesis/ARM/InMemoryAssemblerTest.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 370633f2f2d [llvm-rc] Add support for parsing memory flags
new 4021505db6f [llvm-exegesis] Check perf event validity.
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:
tools/llvm-exegesis/lib/PerfHelper.cpp | 6 +++++-
1 file changed, 5 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 release/2.27/master
in repository glibc.
from 8af3185d3e gd_GB: Fix typo in abbreviated "May" (bug 23152).
new 0cd4a5e87f sunrpc: Remove stray exports without --enable-obsolete-rpc [ [...]
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 ++++++++++++
NEWS | 1 +
include/rpc/clnt.h | 1 +
include/rpc/svc.h | 4 ++++
sunrpc/rpc_common.c | 15 +++++++++++----
sunrpc/svcauth_des.c | 13 +++++++++----
6 files changed, 38 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.