This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f5e788a822a /cp 2018-03-27 Paolo Carlini <paolo.carlini(a)oracle.com> [...]
new 9cbee213b57 [Patch AArch64] Turn on -fasynchronous-unwind-tables and -f [...]
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/common/config/aarch64/aarch64-common.c | 4 ++++
gcc/config.gcc | 1 +
3 files changed, 11 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 users/clyon/arm-fdpic
in repository binutils-gdb.
discards d18e1c6969 [ARM] FDPIC: Implement Thumb-only PLT for FDPIC.
discards 44e4b7f072 [ARM] FDPIC: New tests.
discards 2f69666489 [ARM] FDPIC: Fix ld testcase not to conflict with uclibc's i [...]
discards 34b4d60027 [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol
discards 010d911be9 [ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_G [...]
discards 8a690663a9 [ARM] FDPIC: Add stack segment
discards f88b5adbe9 [ARM] Add TLS relocations for FDPIC.
discards 4fcd1d6372 [ARM] Implement PLT for FDPIC.
discards 5c5eb8a608 [ARM] Implement FDPIC relocations.
discards de619223ef [ARM] Add FDPIC relocations definitions
new cb19decfbc [ARM] Add FDPIC relocations definitions
new 732b0fa85c [ARM] Implement FDPIC relocations.
new 9df9b5b1d7 [ARM] Implement PLT for FDPIC.
new 89e0e2a43f [ARM] Add TLS relocations for FDPIC.
new cfc27aa907 [ARM] FDPIC: Add stack segment
new 78ad02d51d [ARM] FDPIC: Translate R_ARM_TARGET2 relocation into R_ARM_G [...]
new f76e2199e0 [ARM] FDPIC: Make _GLOBAL_OFFSET_TABLE_ a relative symbol
new c76ea3fca4 [ARM] FDPIC: Fix ld testcase not to conflict with uclibc's i [...]
new dc823a7c06 [ARM] FDPIC: New tests.
new 3fdcc43207 [ARM] FDPIC: Implement Thumb-only PLT for FDPIC.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d18e1c6969)
\
N -- N -- N refs/heads/users/clyon/arm-fdpic (3fdcc43207)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 10 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/testsuite/gas/arm/reloc-fdpic.d | 2 +-
ld/testsuite/ld-arm/arm-elf.exp | 6 ++++++
2 files changed, 7 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 llvm.
from 0048092b9c8 [NFC] Fix comments in getExact()
new 0ba1cd85f0f [IRCE] Enable decreasing loops of non-const bound
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:
.../Scalar/InductiveRangeCheckElimination.cpp | 126 +++++++++------
test/Transforms/IRCE/variable-loop-bounds.ll | 180 +++++++++++++++++++++
2 files changed, 254 insertions(+), 52 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 8f8f2fa4dd8 [SCEV] Make exact taken count calculation more optimistic
new 0048092b9c8 [NFC] Fix comments in getExact()
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/ScalarEvolution.cpp | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 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 10568deedda [SCEV] Add one more case in computeConstantDifference
new 8f8f2fa4dd8 [SCEV] Make exact taken count calculation more optimistic
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 | 2 +-
lib/Analysis/ScalarEvolution.cpp | 22 +++++++++++++-----
test/Analysis/ScalarEvolution/exact_iter_count.ll | 27 +++++++++++++++++++++++
test/Analysis/ScalarEvolution/max-trip-count.ll | 2 +-
test/Analysis/ScalarEvolution/trip-count14.ll | 4 ++--
test/Transforms/IndVarSimplify/loop_evaluate10.ll | 5 -----
test/Transforms/LoopSimplify/preserve-scev.ll | 4 ++--
7 files changed, 49 insertions(+), 17 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/exact_iter_count.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 63815f065d1 Daily bump.
new f5e788a822a /cp 2018-03-27 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 8 ++++++++
gcc/cp/init.c | 28 +++++++++++++---------------
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/init/array49.C | 6 ++++++
gcc/testsuite/g++.dg/torture/pr70499.C | 4 ++--
5 files changed, 36 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/array49.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 lld.
from dba0c07d1 Remove extraneous local variable. NFC.
new 655aa18ad [lld] fix data race in ICF.cpp
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:
COFF/ICF.cpp | 26 +++++++++++++++++---------
1 file changed, 17 insertions(+), 9 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 fa067e8cb8e [MachineScheduler] Add itinerary to schedcover.py. Make def [...]
new 10568deedda [SCEV] Add one more case in computeConstantDifference
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/ScalarEvolution.cpp | 28 ++++---
.../promote-iv-to-eliminate-casts.ll | 89 ++++++++++++++++++++++
2 files changed, 107 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 llvm.
from 7348dc2750a Revert "Revert "[lit] Generalized /dev/null support on Windows.""
new fa067e8cb8e [MachineScheduler] Add itinerary to schedcover.py. Make def [...]
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:
utils/schedcover.py | 23 ++++++++++++++++-------
1 file changed, 16 insertions(+), 7 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 07dca93f3b Automatic date update in version.in
new ea3b06874c Rationalize "backtrace" command line parsing
new 1cf7e64086 Change backtrace_command_1 calling to use flags
new 978d6c756f Allow hiding of some filtered frames
new 63283d4a29 Remove EXT_LANG_BT_COMPLETED
new 7a630bc2f9 Avoid manual resource management in py-framefilter.c
new 92256134f3 Allow C-c to work in backtrace in more cases
new 4ca59a9f36 Throw a "quit" on a KeyboardException in py-framefilter.c
new fb7eb8b582 Move some code later in backtrace_command_1
new 1f111921a0 Return EXT_LANG_BT_ERROR in one more spot in py-framefilter.c
new eb68e48764 Call wrap_hint in one more spot in py-framefilter.c
new 9507b29c0a Improve "backtrace" help text
new 76c939acfd Simplify exception handling in py-framefilter.c
new 675015399b Remove verbose code from backtrace command
The 13 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 | 81 ++++
gdb/doc/ChangeLog | 9 +
gdb/doc/gdb.texinfo | 66 +--
gdb/extension.h | 9 +-
gdb/python/py-framefilter.c | 645 +++++++++-------------------
gdb/stack.c | 173 +++-----
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.python/py-framefilter.exp | 9 +
gdb/testsuite/gdb.python/py-framefilter.py | 6 +-
9 files changed, 428 insertions(+), 581 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.