This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 504a409e8 Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to cha [...]
new 8aec70667 RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false
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:
.../unwind_expression/TestUnwindExpression.py | 20 ++-
source/Target/Process.cpp | 136 ++++++++++-----------
2 files changed, 80 insertions(+), 76 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 c7e5bebc4af [SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start
new 3bfeab444dc MachineCSE: Respect interblock physreg liveness
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/MachineCSE.cpp | 4 +--
test/CodeGen/MIR/Generic/machine-cse-physreg.mir | 35 ++++++++++++++++++++++++
2 files changed, 37 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/MIR/Generic/machine-cse-physreg.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.
Diana Picus pushed a change to branch linaro-local/jenkins/diana/precommit
in repository toolchain/llvm/llvm.
at 8234b64c5c8 Daniel's patch
This branch includes the following new commits:
new 8234b64c5c8 Daniel's patch
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.
--
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 6442acca20b * var-tracking.c (track_expr_p): Do not return 0 for track [...]
new 21eac2da1dc check_GNU_style.py: print usage if no file specified
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:
contrib/ChangeLog | 5 +
contrib/check_GNU_style.py | 249 +--------------------
.../{check_GNU_style.py => check_GNU_style_lib.py} | 23 +-
3 files changed, 14 insertions(+), 263 deletions(-)
copy contrib/{check_GNU_style.py => check_GNU_style_lib.py} (94%)
--
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.
Diana Picus pushed a change to branch linaro-local/jenkinsdianatest
in repository toolchain/llvm/llvm.
at 6f7f2057b76 Explicitly set CPU and -slow-incdec to try to fix r303678's [...]
No new revisions were added by this update.
--
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.
Renato Golin pushed a change to branch linaro-local/renato/aa
in repository toolchain/llvm/llvm.
at 791f311a490 [AMDGPU] Use GCNRPTracker dumper methods in scheduler
No new revisions were added by this update.
--
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 6f7f2057b76 Explicitly set CPU and -slow-incdec to try to fix r303678's [...]
new c7e5bebc4af [SCEV] Do not fold dominated SCEVUnknown into AddRecExpr start
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/Analysis/ScalarEvolution.h | 6 ++
lib/Analysis/ScalarEvolution.cpp | 61 ++++++++++++++++++++-
test/Analysis/IVUsers/quadradic-exit-value.ll | 36 +++++++++++-
.../ScalarEvolution/different-loops-recs.ll | 64 +++++++++++++++++++++-
.../X86/incorrect-offset-scaling.ll | 12 ++--
.../LoopStrengthReduce/lsr-expand-quadratic.ll | 17 ++++--
.../LoopStrengthReduce/post-inc-icmpzero.ll | 4 +-
7 files changed, 180 insertions(+), 20 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 aaribaud/y2038-2.23
in repository glibc.
from 6c8cc94c64 Add __timerfd_gettime64, __timerfd_settime64
new 376aea2015 Add struct __stat64_t64
new 072a8a6e5e Introduce __xstat64_conv_t64
new fdec50de32 Add __stat64_t64, __fstat64_t64, __xstat64_t64, __fxstat64_t64
new 344177b043 Add __lstat64_t64, __lxstat64_t64
new 382163bf91 Add __fstatat64_t64, __fxstatat_t64
The 5 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:
io/Versions | 6 +++
io/fstat64.c | 7 ++++
io/fstatat64.c | 7 ++++
io/lstat64.c | 7 ++++
io/stat64.c | 7 ++++
io/sys/stat.h | 54 +++++++++++++++++++++---
sysdeps/unix/sysv/linux/bits/stat.h | 24 +++++++++++
sysdeps/unix/sysv/linux/fxstat64.c | 19 +++++++++
sysdeps/unix/sysv/linux/fxstatat64.c | 20 +++++++++
sysdeps/unix/sysv/linux/lxstat64.c | 19 +++++++++
sysdeps/unix/sysv/linux/xstat64.c | 19 +++++++++
sysdeps/unix/sysv/linux/xstatconv.c | 79 ++++++++++++++++++++++++++++++++++++
sysdeps/unix/sysv/linux/xstatconv.h | 2 +
13 files changed, 265 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 gcc.
from d5f081f8cfa libgomp nvptx plugin: Debugging output when disabling nvptx [...]
new 6442acca20b * var-tracking.c (track_expr_p): Do not return 0 for track [...]
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 | 5 +++++
gcc/var-tracking.c | 5 +++--
2 files changed, 8 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 3a807e357 [asan] Remove allow_user_segv_handler on Windows.
new 397099e7e [compiler-rt] Change default of allow_user_segv_handler to true
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/asan/scripts/asan_device_setup | 5 -----
lib/asan/tests/asan_test.cc | 21 +++++++++++++--------
lib/sanitizer_common/sanitizer_flags.inc | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.