This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_38
in repository lldb.
from 2d1f71c Use absolute module path when possible if sent in svr4 packets
new 61f22f1 Merging r260362: -------------------------------------------- [...]
new 1e012cc Merging r262819: -------------------------------------------- [...]
new 2997af6 Merging r264030: -------------------------------------------- [...]
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:
.../disassembly/TestDisassembleBreakpoint.py | 2 +-
.../thread/crash_during_step/TestCrashDuringStep.py | 2 +-
.../watchpoint/hello_watchlocation/TestWatchLocation.py | 2 +-
.../step_over_watchpoint/TestStepOverWatchpoint.py | 2 +-
.../Platform/Android/PlatformAndroidRemoteGDBServer.cpp | 15 ---------------
.../Platform/Android/PlatformAndroidRemoteGDBServer.h | 3 ---
.../Platform/gdb-server/PlatformRemoteGDBServer.cpp | 16 ++++++++++++++++
.../Platform/gdb-server/PlatformRemoteGDBServer.h | 3 +++
8 files changed, 23 insertions(+), 22 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 3a22e38 Simplify. Thanks to Rui for the suggestion.
new a23115c Fix crash in .eh_frame marker section.
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/InputSection.cpp | 2 +-
test/ELF/eh-frame-marker.s | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/eh-frame-marker.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 gcc.
from 35b1a56 Clean up PURE_SLP_STMT handling
new 30633bc 2016-05-24 Richard Biener <rguenther(a)suse.de>
new 23edc6d 2016-05-24 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 11 +++++++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/torture/pr71230.C | 31 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/optimize-bswapsi-5.c | 31 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr71230.c | 25 +++++++++++++++++++++++++
gcc/tree-ssa-math-opts.c | 3 +++
gcc/tree-ssa-reassoc.c | 28 ++++++++++++++++++++++------
7 files changed, 134 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr71230.C
create mode 100644 gcc/testsuite/gcc.dg/optimize-bswapsi-5.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71230.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 c030892 [InstCombine][X86][SSE41] The SSE41 PMOVSX intrinsics are aut [...]
new e571983 [ValueTracking, InstSimplify] extend isKnownNonZero() to hand [...]
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/ValueTracking.cpp | 15 ++++++++++++++-
test/Transforms/InstSimplify/vec-cmp.ll | 26 +++++---------------------
2 files changed, 19 insertions(+), 22 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 8c4e875 [ARM][3/4] Cleanup casts from INTVAL to [unsigned] HOST_WIDE_INT
new 90dd7b1 [ARM][4/4] Simplify checks for CONST_INT_P and comparison aga [...]
new 35b1a56 Clean up PURE_SLP_STMT handling
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:
gcc/ChangeLog | 28 ++++++++++++++++++++++++++++
gcc/config/arm/neon.md | 4 ++--
gcc/config/arm/predicates.md | 3 +--
gcc/tree-vect-loop.c | 2 +-
gcc/tree-vect-stmts.c | 41 +++++++++++++++++++++--------------------
gcc/tree-vectorizer.h | 2 --
6 files changed, 53 insertions(+), 27 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 0a6b484 * tree-cfg.h (should_remove_lhs_p): New predicate. * cgraph [...]
new db2faf4 [ARM][2/4] Replace casts of 1 to HOST_WIDE_INT by HOST_WIDE_I [...]
new c9d624b Tighten syntax checking for OpenACC routine construct in C
new 8c4e875 [ARM][3/4] Cleanup casts from INTVAL to [unsigned] HOST_WIDE_INT
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:
gcc/ChangeLog | 43 +++++++++++++++++++++++++++
gcc/c/ChangeLog | 4 +++
gcc/c/c-parser.c | 19 ++++++------
gcc/config/arm/arm.c | 20 ++++++-------
gcc/config/arm/arm.md | 29 ++++++++----------
gcc/config/arm/neon.md | 2 +-
gcc/config/arm/predicates.md | 15 +++++-----
gcc/config/arm/thumb1.md | 4 +--
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/c-c++-common/goacc/routine-5.c | 21 ++++++++++---
gcc/testsuite/g++.dg/goacc/routine-2.C | 6 ----
gcc/testsuite/gfortran.dg/goacc/routine-6.f90 | 7 +++++
12 files changed, 119 insertions(+), 57 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 ff0cf25 Rework/enhance stack coloring data flow analysis.
new 02e0a7d [MC/ELF] - Fixed insufficient compression.s test
new c030892 [InstCombine][X86][SSE41] The SSE41 PMOVSX intrinsics are aut [...]
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:
test/MC/ELF/compression.s | 22 +++++-----
test/Transforms/InstCombine/x86-pmovsx.ll | 67 -------------------------------
2 files changed, 13 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 binutils-gdb.
from e70a723 Fix syntax error in annota-input-while-running.exp
new 6610dc6 change some variable's type to op_err
new e5e27b0 ia64: use XOBNEW and XOBNEWVEC
new b19e0ae ft32: fixup TARGET_FORMAT
new 049efc6 mmix: constify handler_charp
new c023823 d30v: make var type operatorT
new cc34adb xtensa: make map_suffix_reloc_to_operator return operatorT
new 4512daf MIPS/GAS: Cut TLS reloc dead code path in `md_apply_fix'
new 44d3da2 MIPS/GAS: Treat local jump relocs the same no matter if REL or RELA
new aa01bd3 Linux native thread create/exit events support
new 95e94c3 [Linux] Read vDSO range from /proc/PID/task/PID/maps instead [...]
new 1ad3de9 [Linux] Avoid refetching core-of-thread if thread hasn't run
new 774113b [Linux] Optimize PID -> struct lwp_info lookup
new 72b049d Make gdb/linux-nat.c consider a waitstatus pending on the inf [...]
new 026a917 Fix PR gdb/19828: gdb -p <process from a container>: internal error
The 14 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:
gas/ChangeLog | 48 +++++
gas/config/tc-cr16.c | 2 +-
gas/config/tc-crx.c | 2 +-
gas/config/tc-d30v.c | 2 +-
gas/config/tc-ft32.h | 4 +-
gas/config/tc-ia64.c | 8 +-
gas/config/tc-mips.c | 27 ++-
gas/config/tc-mmix.c | 2 +-
gas/config/tc-xtensa.c | 8 +-
gas/testsuite/gas/mips/jalx-local-n32.d | 29 +++
gas/testsuite/gas/mips/jalx-local-n64.d | 37 ++++
gas/testsuite/gas/mips/jalx-local.d | 28 +++
gas/testsuite/gas/mips/jalx-local.s | 33 +++
gas/testsuite/gas/mips/mips.exp | 3 +
gdb/ChangeLog | 75 +++++++
gdb/linux-nat.c | 245 +++++++++++++++++-----
gdb/linux-nat.h | 4 +-
gdb/linux-tdep.c | 77 +++++--
gdb/linux-thread-db.c | 14 +-
gdb/testsuite/ChangeLog | 6 +
gdb/testsuite/gdb.threads/clone-attach-detach.c | 66 ++++++
gdb/testsuite/gdb.threads/clone-attach-detach.exp | 98 +++++++++
ld/ChangeLog | 7 +
ld/testsuite/ld-mips-elf/jalx-local-n32.d | 6 +
ld/testsuite/ld-mips-elf/jalx-local-n64.d | 6 +
ld/testsuite/ld-mips-elf/jalx-local.d | 26 +++
ld/testsuite/ld-mips-elf/mips-elf.exp | 3 +
27 files changed, 755 insertions(+), 111 deletions(-)
create mode 100644 gas/testsuite/gas/mips/jalx-local-n32.d
create mode 100644 gas/testsuite/gas/mips/jalx-local-n64.d
create mode 100644 gas/testsuite/gas/mips/jalx-local.d
create mode 100644 gas/testsuite/gas/mips/jalx-local.s
create mode 100644 gdb/testsuite/gdb.threads/clone-attach-detach.c
create mode 100644 gdb/testsuite/gdb.threads/clone-attach-detach.exp
create mode 100644 ld/testsuite/ld-mips-elf/jalx-local-n32.d
create mode 100644 ld/testsuite/ld-mips-elf/jalx-local-n64.d
create mode 100644 ld/testsuite/ld-mips-elf/jalx-local.d
--
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 0c59d70 [ARM] PR target/69857 Remove bogus early return false; in gen [...]
new ce143ff 2016-05-24 Richard Biener <rguenther(a)suse.de>
new 0a6b484 * tree-cfg.h (should_remove_lhs_p): New predicate. * cgraph [...]
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:
gcc/ChangeLog | 34 +++++++++++++++++
gcc/cfganal.c | 67 ++++++++++++++++++++++------------
gcc/cfganal.h | 7 ++--
gcc/cgraph.c | 5 +--
gcc/gimple-fold.c | 8 ++--
gcc/gimplify.c | 4 +-
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/torture/pr71253.c | 35 ++++++++++++++++++
gcc/tree-cfg.c | 6 +--
gcc/tree-cfg.h | 10 +++++
gcc/tree-cfgcleanup.c | 3 +-
gcc/tree-loop-distribution.c | 16 ++++----
gcc/tree-ssa-dce.c | 4 +-
13 files changed, 149 insertions(+), 55 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71253.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 f36485f [X86][SSE] Added vector sitofp/uitofp folded load tests
new ff0cf25 Rework/enhance stack coloring data flow analysis.
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/StackColoring.cpp | 521 ++++++++++++++++++++++++++-------
test/CodeGen/X86/StackColoring.ll | 118 +++++++-
test/CodeGen/X86/misched-aa-colored.ll | 1 +
3 files changed, 530 insertions(+), 110 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.