This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4e56966f84 Revert r323051 "[cmake] Use CLANG_BINARY_DIR to determine th [...]
new 0ecda274ef [analyzer] Assume that the allocated value is non-null befor [...]
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/Core/ExprEngineCXX.cpp | 49 ++++++++++++++++++++-----------
test/Analysis/new-ctor-conservative.cpp | 19 +++++++++++-
test/Analysis/new-ctor-null-throw.cpp | 26 ++++++++++++++++
test/Analysis/new-ctor-null.cpp | 15 +++++++++-
4 files changed, 90 insertions(+), 19 deletions(-)
create mode 100644 test/Analysis/new-ctor-null-throw.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 3513754b46f [X86][SSE] Aggressively use PMADDWD for v4i32 multiplies wi [...]
new 542b076346a [GlobalISel] Don't fall back to FastISel.
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/SelectionDAGISel.cpp | 4 +++-
lib/CodeGen/TargetPassConfig.cpp | 2 ++
test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll | 10 ++++++++++
3 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.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 gcc.
from 02e955b2f24 PR middle-end/83977 * tree.c (free_lang_data_in_decl): Do [...]
new 2168623d192 2018-01-24 Vladimir Makarov <vmakarov(a)redhat.com>
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 | 6 ++++++
gcc/ira-build.c | 8 +++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/pr84014.c | 20 ++++++++++++++++++++
4 files changed, 38 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr84014.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 master
in repository llvm.
from db41c44eb00 Simplify. NFC.
new 3513754b46f [X86][SSE] Aggressively use PMADDWD for v4i32 multiplies wi [...]
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 | 28 ++-
test/CodeGen/X86/promote.ll | 4 +-
test/CodeGen/X86/shrink_vmul.ll | 64 ++---
test/CodeGen/X86/slow-pmulld.ll | 476 ++++++++++++++++++++++++++-----------
4 files changed, 394 insertions(+), 178 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 902a9663be IRGen: Emit an inline implementation of __builtin_wmemcmp on [...]
new 4e56966f84 Revert r323051 "[cmake] Use CLANG_BINARY_DIR to determine th [...]
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:
cmake/modules/CMakeLists.txt | 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 gdb-8.0-branch
in repository binutils-gdb.
from 92533dc55e Fix scm-ports.exp regression
new 621a88c13a Fix GCC PR83906 - [8 Regression] Random FAIL: libstdc++-pret [...]
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:
gdb/ChangeLog | 13 +++++++++++++
gdb/gdbtypes.c | 41 +++++++++++++++++++++++++++++++++++++++--
gdb/gdbtypes.h | 20 ++++++++++++++++++++
3 files changed, 72 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 fca705a118d Revert "[SLP] Fix for PR32086: Count InsertElementInstr of [...]
new 54a259915a3 [X86][SSE] Add slow-pmulld attribute (silvermont-style) test
new db41c44eb00 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:
lib/LTO/LTO.cpp | 2 +-
test/CodeGen/X86/slow-pmulld.ll | 752 +++++++++++++++++++++++++++-------------
2 files changed, 506 insertions(+), 248 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 54662472e [WebAssembly] Use inline target tripple in test cases
new 8eaa24ca1 Fix lld crash introduced by r321154.
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 +-
test/ELF/arm-exidx-discard.s | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/arm-exidx-discard.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 lldb.
from 7ed9d6551 Remove unused includes from the Host module
new 8cb146dc4 www: update lldb architecture doc
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:
www/architecture/index.html | 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 clang.
from 417df0a48d [Hexagon] Accept lowercase b in -hvx-length=64b and -hvx-len [...]
new 28825cffe9 Don't create hidden dllimport global values.
new 902a9663be IRGen: Emit an inline implementation of __builtin_wmemcmp on [...]
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:
lib/CodeGen/CGBuiltin.cpp | 57 ++++++++++++++++++++++++++++++++++++
lib/CodeGen/CodeGenModule.cpp | 2 ++
test/CodeGen/wmemcmp.c | 37 +++++++++++++++++++++++
test/CodeGenCXX/hidden-dllimport.cpp | 10 +++++++
4 files changed, 106 insertions(+)
create mode 100644 test/CodeGen/wmemcmp.c
create mode 100644 test/CodeGenCXX/hidden-dllimport.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.