This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a67b2497a9c [ThinLTO] Add GraphTraits for FunctionSummaries
new 8a630465fbd [SelectionDAG] SimplifyDemandedVectorElts - add support 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/CodeGen/SelectionDAG/TargetLowering.cpp | 34 +++++++++++++++++++++++++++++
test/CodeGen/X86/known-bits-vector.ll | 4 ++--
test/CodeGen/X86/masked_gather_scatter.ll | 4 ----
test/CodeGen/X86/vec_insert-7.ll | 8 ++-----
4 files changed, 38 insertions(+), 12 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 6aca1b6102 Fix ulps for pow on hppa.
new 13768813bc hurd: Define EXEC_PAGESIZE
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 | 6 ++++++
mach/Makefile | 2 +-
sysdeps/mach/hurd/bits/param.h | 2 ++
.../sysv/linux/tcflow.c => mach/i386/mach/param.h} | 17 +++++++----------
4 files changed, 16 insertions(+), 11 deletions(-)
copy sysdeps/{unix/sysv/linux/tcflow.c => mach/i386/mach/param.h} (75%)
--
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 b70374c20ad [MIPS][MSA] Convert vector integer min/max opcodes to use g [...]
new a67b2497a9c [ThinLTO] Add GraphTraits for FunctionSummaries
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/IR/ModuleSummaryIndex.h | 150 +++++++++++++++++++++++-
lib/IR/ModuleSummaryIndex.cpp | 24 ++++
lib/LTO/LTO.cpp | 7 ++
lib/Transforms/IPO/FunctionImport.cpp | 2 +-
test/ThinLTO/X86/module_summary_graph_traits.ll | 58 +++++++++
5 files changed, 239 insertions(+), 2 deletions(-)
create mode 100644 test/ThinLTO/X86/module_summary_graph_traits.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 llvm.
from 2a61c464abd [ARM] Add LLVM tests for the vcvtr builtins
new b70374c20ad [MIPS][MSA] Convert vector integer min/max opcodes to use g [...]
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/Mips/MipsISelLowering.cpp | 4 --
lib/Target/Mips/MipsISelLowering.h | 6 ---
lib/Target/Mips/MipsMSAInstrInfo.td | 72 +++++++++++++++-------------------
lib/Target/Mips/MipsSEISelLowering.cpp | 61 ++++++----------------------
4 files changed, 45 insertions(+), 98 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 53d982bea4 [Basic] Fix some Clang-tidy modernize and Include What You U [...]
new 4bc099ffd7 [X86] Add 'sahf' CPU feature to frontend
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/Driver/Options.td | 2 ++
lib/Basic/Targets/X86.cpp | 11 +++++++++++
lib/Basic/Targets/X86.h | 1 +
test/CodeGen/attr-target-x86.c | 4 ++--
4 files changed, 16 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 lld.
from ca0321350 Factor out common code from applySecRel functions.
new d9becc92d Remove an unused accessor and simplify the logic a bit. 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:
COFF/Chunks.cpp | 11 +++++++----
COFF/Symbols.cpp | 2 +-
COFF/Symbols.h | 9 ++++-----
COFF/Writer.cpp | 6 +++---
4 files changed, 15 insertions(+), 13 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 ac90c323e [WebAssembly] Remove unneeded classifer methods from Symbol c [...]
new ca0321350 Factor out common code from applySecRel functions.
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:
COFF/Chunks.cpp | 53 +++++++++++++++++++++++++++++------------------------
1 file changed, 29 insertions(+), 24 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 b10600ed2c6 [RISCV] Revert r324172 now r323991 was reverted
new 2a61c464abd [ARM] Add LLVM tests for the vcvtr builtins
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/ARM/fpvcvtr.ll | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
create mode 100644 test/CodeGen/ARM/fpvcvtr.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 lldb.
from f606fe182 Shorten socket names in TestPlatformProcessConnect
new 6329f267e [cmake] Fix LLDB_CODESIGN_IDENTITY logic.
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:
CMakeLists.txt | 15 ---------------
tools/debugserver/source/CMakeLists.txt | 20 +++++++++++++++++---
2 files changed, 17 insertions(+), 18 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 16efad5171 manual: Fix a syntax error.
new 6aca1b6102 Fix ulps for pow on hppa.
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 | 5 +++++
sysdeps/hppa/fpu/libm-test-ulps | 2 ++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.