This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 2fbd5f8be Add a new interceptor: paccept(2)
new d0c532095 [scudo] Allow for weak hooks, gated by a define
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/scudo/scudo_allocator.cpp | 6 ++++--
lib/scudo/scudo_platform.h | 6 ++++++
2 files 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 sthibaul/hurd-builds
in repository glibc.
from 6d71abd623 Add missing hooks from t/extern_inline
new fe5cb6455f fix prototypes
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:
mach/lock-intern.h | 8 ++++----
1 file changed, 4 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 ab3fff6daed [WebAssembly] Add to test expectations for test/MC/WebAssem [...]
new 77c05dd512c Add missing include to fix the failure caused by r323266
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/Transforms/IPO.h | 1 +
1 file changed, 1 insertion(+)
--
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 9f9675607aa BlockExtractor: Remove unused variable. NFC.
new ab3fff6daed [WebAssembly] Add to test expectations for test/MC/WebAssem [...]
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/MC/WebAssembly/weak-alias.ll | 9 +++++++--
1 file changed, 7 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 compiler-rt.
from ca36f1620 [ubsan] Add preinit initializer for ubsan
new 2fbd5f8be Add a new interceptor: paccept(2)
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:
.../sanitizer_common_interceptors.inc | 24 +++++++
.../sanitizer_platform_interceptors.h | 1 +
test/sanitizer_common/TestCases/NetBSD/paccept.cc | 74 ++++++++++++++++++++++
3 files changed, 99 insertions(+)
create mode 100644 test/sanitizer_common/TestCases/NetBSD/paccept.cc
--
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 04b580d0637 [PPC] Avoid incorrect fp-i128-fp lowering.
new 9f9675607aa BlockExtractor: Remove unused variable. 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:
lib/Transforms/IPO/BlockExtractor.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 llvm.
from 22b25645810 [llvm-extract] Support extracting basic blocks
new 29416d6d5bb Add bdver shuffle sink tests.
new bf4a8b9bd62 [SLPVectorizer] add test for PR13837; NFC
new 04b580d0637 [PPC] Avoid incorrect fp-i128-fp lowering.
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:
lib/Target/PowerPC/PPCISelLowering.cpp | 6 +++--
test/CodeGen/PowerPC/fp-int128-fp-combine.ll | 25 +++++++++++++++++
.../CodeGenPrepare/X86/x86-shuffle-sink.ll | 21 +++++++++++++++
.../Transforms/SLPVectorizer/ARM/extract-insert.ll | 31 ++++++++++++++++++++++
4 files changed, 81 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/fp-int128-fp-combine.ll
create mode 100644 test/Transforms/SLPVectorizer/ARM/extract-insert.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 gcc-6-branch
in repository gcc.
from 4d71f01b47a gcc/ Back port from mainline 2018-01-10 Peter Bergner < [...]
new 159ce46a296 libgcc: xtensa: fix NaN return from add/sub/mul/div helpers
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:
libgcc/ChangeLog | 10 ++++++++
libgcc/config/xtensa/ieee754-df.S | 54 ++++++++++++++++++++++++++++-----------
libgcc/config/xtensa/ieee754-sf.S | 51 ++++++++++++++++++++++++------------
3 files changed, 84 insertions(+), 31 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 9ddf1ec1345 [X86] Merge some regular expressions in Zen scheduler model [...]
new cc796b344dd Regenerate shuffle sink test. NFCI.
new c05d316517c Regenerate select test. NFCI.
new 22b25645810 [llvm-extract] Support extracting basic blocks
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/InitializePasses.h | 2 +-
include/llvm/Transforms/IPO.h | 7 +-
lib/Transforms/IPO/BlockExtractor.cpp | 174 +++++++++++++++++++++
lib/Transforms/IPO/CMakeLists.txt | 1 +
lib/Transforms/IPO/IPO.cpp | 2 +-
lib/Transforms/IPO/LoopExtractor.cpp | 152 ------------------
test/Transforms/BlockExtractor/extract-blocks.ll | 43 +++++
test/Transforms/BlockExtractor/invalid-block.ll | 9 ++
test/Transforms/BlockExtractor/invalid-function.ll | 9 ++
test/Transforms/CodeGenPrepare/X86/select.ll | 127 ++++++++-------
.../CodeGenPrepare/X86/x86-shuffle-sink.ll | 111 ++++++++-----
test/tools/llvm-extract/extract-block.ll | 29 ++++
test/tools/llvm-extract/extract-invalid-block.ll | 28 ++++
test/tools/llvm-extract/extract-multiple-blocks.ll | 29 ++++
tools/bugpoint/ExtractFunction.cpp | 12 +-
tools/llvm-extract/llvm-extract.cpp | 40 +++++
16 files changed, 521 insertions(+), 254 deletions(-)
create mode 100644 lib/Transforms/IPO/BlockExtractor.cpp
create mode 100644 test/Transforms/BlockExtractor/extract-blocks.ll
create mode 100644 test/Transforms/BlockExtractor/invalid-block.ll
create mode 100644 test/Transforms/BlockExtractor/invalid-function.ll
create mode 100644 test/tools/llvm-extract/extract-block.ll
create mode 100644 test/tools/llvm-extract/extract-invalid-block.ll
create mode 100644 test/tools/llvm-extract/extract-multiple-blocks.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 clang.
from 79e167042e AST: correct mangling for SEL on MS ABI
new e7469bc992 Fix test Driver/solaris-ld.c
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/Driver/solaris-ld.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.