This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from e50a07da4 Use sched_getaffinity instead of std::thread::hardware_concurrency.
new 9320f8fa0 Update test expectation after r314821
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/COFF/pdb-type-server-simple.test | 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 llvm.
from 0f3480d826f CodeView: Provide a .def file with the register ids
new 3aeae94e5d8 Implement David Blaikie's suggestion for comparison operators
new c67053f29b9 Fix expectations in MC wasm init-fini-array test
new 771c4b9eb5b Revert r314806 "[SLP] Vectorize jumbled memory loads."
The 3 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/CodeGen/LiveDebugVariables.cpp | 11 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 269 +++++++--------------
test/MC/WebAssembly/init-fini-array.ll | 9 +-
.../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 +-
9 files changed, 151 insertions(+), 378 deletions(-)
delete mode 100644 test/Transforms/SLPVectorizer/X86/jumbled-load-shuffle-placement.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 azanella/sparc64-ifunc
in repository glibc.
at 167fa6946b sparc: Implement memset/bzero ifunc selection in C
This branch includes the following new commits:
new bd610f93f9 sparc: Implement memcpy/mempcpy ifunc selection in C
new 167fa6946b sparc: Implement memset/bzero ifunc selection in C
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.
--
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 846968c00ca PR target/82358 * gcc.target/i386/stack-check-11.c: Use - [...]
new a987ebd3e92 Import from libffi master repository.
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:
libffi/ChangeLog | 17 +++
libffi/src/powerpc/aix.S | 240 ++++++++++++++++++++++++++++++++++++-
libffi/src/powerpc/aix_closure.S | 253 ++++++++++++++++++++++++++++++++++++++-
libffi/src/powerpc/ffi_darwin.c | 91 +++++++++++++-
libffi/src/powerpc/ffitarget.h | 3 +
5 files changed, 595 insertions(+), 9 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 f6c62f9ae3d [DebugInfo] Correctly coalesce DBG_VALUEs that mix direct a [...]
new 0f3480d826f CodeView: Provide a .def file with the register ids
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/CodeView/CodeView.h | 52 +---
.../llvm/DebugInfo/CodeView/CodeViewRegisters.def | 268 +++++++++++++++++++++
include/llvm/module.modulemap | 1 +
lib/DebugInfo/CodeView/EnumTables.cpp | 52 +---
lib/DebugInfo/PDB/PDBExtras.cpp | 54 +----
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 167 +++++++++----
test/DebugInfo/COFF/fp-stack.ll | 2 +-
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 55 +----
8 files changed, 408 insertions(+), 243 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/CodeViewRegisters.def
--
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 36cfc21c6e [OpenCL] Fix checking of vector type casting
new be0345e472 [Analyzer] More granular special casing in RetainCountChecker
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/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 9 ++++++---
test/Analysis/retain-release.mm | 7 +++++++
2 files changed, 13 insertions(+), 3 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 azanella/memcpy-power8
in repository glibc.
at 2eba400009 POWER8 memcpy tunables
This branch includes the following new commits:
new 769b1f412e powerpc: POWER8 memcpy optimization
new 2eba400009 POWER8 memcpy tunables
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.
--
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 d89c639135b [test] Fix llvm-dwarfdump/cmdline.test
new f6c62f9ae3d [DebugInfo] Correctly coalesce DBG_VALUEs that mix direct a [...]
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/LiveDebugVariables.cpp | 209 +++++++++++++++++------------
test/DebugInfo/X86/dbg-addr-dse.ll | 3 +-
test/DebugInfo/X86/live-debug-vars-dse.mir | 147 ++++++++++++++++++++
3 files changed, 274 insertions(+), 85 deletions(-)
create mode 100644 test/DebugInfo/X86/live-debug-vars-dse.mir
--
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 05dde13ff85 [dwarfdump] Add -lookup option
new d89c639135b [test] Fix llvm-dwarfdump/cmdline.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:
test/tools/llvm-dwarfdump/cmdline.test | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.