This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository test-suite.
from 108bea3 cmake/caches: Improve/rename iphoneos caches.
new 1616cab lit/remote: Fix typo in ssh invocation
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:
litsupport/remote.py | 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 5fcdfef [LVI] Apply transfer rule for overdefine inputs for binary operators
new b62e247 [MachineInstrBundle] Improvement the recognition of dead defi [...]
new 1b369e4 [MachineBasicBlock] Take advantage of the partially dead info [...]
new 316e8d9 [X86] Teach the expansion of copy instructions how to do prop [...]
new b4a90e6 [SimplifyCFG] propagate branch metadata when creating select
The 4 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/CodeGen/MachineInstrBundle.h | 4 +++
lib/CodeGen/MachineBasicBlock.cpp | 11 +++++--
lib/CodeGen/MachineInstrBundle.cpp | 10 ++++--
lib/Target/X86/X86InstrInfo.cpp | 37 +++++++++++++---------
lib/Transforms/Utils/SimplifyCFG.cpp | 2 +-
test/CodeGen/X86/cmpxchg-clobber-flags.ll | 6 ++--
.../SimplifyCFG/preserve-branchweights.ll | 29 ++++++++++++++++-
7 files changed, 73 insertions(+), 26 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 56d464f Module debugging: Add testcase for member classes of class te [...]
new b5c8a0c Check 'r' and 'y specifiers of freebsd_kernel_printf format s [...]
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/Analysis/FormatString.cpp | 4 ++--
test/Sema/format-strings-freebsd.c | 9 ++++++++-
2 files changed, 10 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 master
in repository llvm.
from ab87c34 [NVPTX] Fix some usages of CodeGenOpt::None.
new 5fcdfef [LVI] Apply transfer rule for overdefine inputs for binary operators
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/Analysis/LazyValueInfo.cpp | 27 +++++++++++++---------
.../Transforms/CorrelatedValuePropagation/basic.ll | 23 ++++++++++++++++++
2 files changed, 39 insertions(+), 11 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 gcc.
from 3eedf9b Fix PR c++/70241 (inconsistent access with in-class enumeration)
new 37229a7 PR c++/66639 - declare __func__ , __FUNCTION__ & __PRETTY_FUN [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp1y/func_constexpr.C | 29 +++++++++++++++++++++++++++++
2 files changed, 34 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/func_constexpr.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 171bf70 [LVI] A better fix for the assertion error introduced by 267609
new ab87c34 [NVPTX] Fix some usages of CodeGenOpt::None.
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/NVPTX/NVPTXTargetMachine.cpp | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 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 1f6f783 [LVI] Speculative fix for assertion seen in clang bots
new 171bf70 [LVI] A better fix for the assertion error introduced by 267609
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/Analysis/LazyValueInfo.cpp | 21 +++++++++++----------
test/Transforms/CorrelatedValuePropagation/basic.ll | 11 +++++++++++
2 files changed, 22 insertions(+), 10 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 gcc.
from ee4194a 2016-04-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@a [...]
new 3eedf9b Fix PR c++/70241 (inconsistent access with in-class enumeration)
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/cp/ChangeLog | 8 ++++++++
gcc/cp/decl.c | 28 ++++++++++++++++++++++++----
gcc/cp/parser.c | 8 +++++---
gcc/testsuite/ChangeLog | 8 +++++++-
gcc/testsuite/g++.dg/cpp0x/enum32.C | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/enum33.C | 11 +++++++++++
6 files changed, 80 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum32.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum33.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 d926422 [LowerExpectIntrinsic] make default likely/unlikely ratio bigger
new 1f6f783 [LVI] Speculative fix for assertion seen in clang bots
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/Analysis/LazyValueInfo.cpp | 6 ++++++
1 file changed, 6 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 lldb.
from 57fe881 UtilityFunction::MakeFunctionCaller uses the Error to report [...]
new 8384f15 Fix TestRegisterVariables.py on Windows
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:
packages/Python/lldbsuite/test/lang/c/register_variables/test.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.