This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 13790c8735a Initialize new member X86Operand::FrontendSize in all codepaths.
new ae5b79d34f4 [ArgPromotion] Add a testcase for PR32917
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/Transforms/ArgumentPromotion/pr32917.ll | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
create mode 100644 test/Transforms/ArgumentPromotion/pr32917.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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/bmk-scripts.
from 94b819b run.sh: Add --nosudo option.
new 702366e prepare-board.sh: Suppress perf.data output for TK1 perf workaround.
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:
prepare-board.sh | 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.
Yvan Roux pushed a change to branch linaro-local/gcc-6-integration-branch
in repository toolchain/gcc.
from 6622a3c114a gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new ffeab89de93 gcc/ Backport from trunk r247015. 2017-04-20 Thomas Pre [...]
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/config/arm/arm.c | 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 c6a0731aa0a Update VP prof metadata during inlining.
new 13790c8735a Initialize new member X86Operand::FrontendSize in all codepaths.
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/AsmParser/X86Operand.h | 3 ++-
1 file changed, 2 insertions(+), 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 gcc.
from f3435e76610 Daily bump.
new e1a63294cef * tree.c (next_type_uid): Change type to unsigned. (type_ [...]
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 | 8 ++++++++
gcc/tree.c | 18 +++++++++++++++++-
2 files changed, 25 insertions(+), 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 binutils-gdb.
from e13cb306f0 gdb: Disable -Werror for -Wmaybe-uninitialized
new 7ed1acafa0 btrace: Fix memory leak in btrace_clear.
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 | 4 ++++
gdb/btrace.c | 1 +
2 files changed, 5 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 libcxx.
from 29514913d Fix test failure with GCC 4.9
new b3b66a4d8 Document XFAIL's with the relevent bug number
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/std/numerics/rand/rand.device/ctor.pass.cpp | 2 ++
test/std/numerics/rand/rand.device/eval.pass.cpp | 2 ++
2 files changed, 4 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 compiler-rt.
from e498e2e10 [ubsan] Fix error summary message for ObjC BOOL invalid loads
new f8e7a418d [XRay][compiler-rt] Remove dependency on FileCheck from funct [...]
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/xray/TestCases/Linux/func-id-utils.cc | 32 +++++++++++++-----------------
1 file changed, 14 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 compiler-rt.
from daf4d1dba [ASAN] Add interceptor for __longjmp_chk
new b6657afbf [XRay][compiler-rt] Add function id utilities for XRay
new e498e2e10 [ubsan] Fix error summary message for ObjC BOOL invalid loads
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:
include/xray/xray_interface.h | 9 +++++
lib/ubsan/ubsan_handlers.cc | 3 +-
lib/xray/xray_interface.cc | 14 +++++++-
test/ubsan/TestCases/Misc/{bool.cpp => bool.m} | 9 ++---
test/xray/TestCases/Linux/func-id-utils.cc | 46 ++++++++++++++++++++++++++
5 files changed, 75 insertions(+), 6 deletions(-)
copy test/ubsan/TestCases/Misc/{bool.cpp => bool.m} (57%)
create mode 100644 test/xray/TestCases/Linux/func-id-utils.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 8038a28b4ba [ADT] A few minor improvements to BitVector
new c6a0731aa0a Update VP prof metadata during inlining.
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/IR/Instruction.cpp | 43 ++++++++++++++++++++++++++---------
test/Transforms/Inline/prof-update.ll | 12 ++++++++--
2 files changed, 42 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.