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 57963c05b9 Don't attach linker created section to --just-syms bfd
new 46adbd1740 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from ac6d4bc214 Automatic date update in version.in
new 9e6b7d05df Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_28-branch
in repository binutils-gdb.
from d4e45942e7 Automatic date update in version.in
new 28cc7c0f83 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-gdb.
from cc75e0fdae main: Don't add int to string
new 57963c05b9 Don't attach linker created section to --just-syms bfd
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:
bfd/ChangeLog | 11 +++++++++++
bfd/elflink.c | 40 ++++++++++++++++++++++++++++++++++++----
ld/ChangeLog | 6 ++++++
ld/emultempl/elf32.em | 10 ++++++----
4 files changed, 59 insertions(+), 8 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 5999c342a6b [LoopSimplify] Improve a test for loop simplify minorly. NFC.
new e27904f6c7d [LoopSimplify] Re-instate r306081 with a bug fix w.r.t. ind [...]
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/Transforms/Utils/LoopUtils.h | 8 +++
lib/Transforms/Utils/LoopSimplify.cpp | 83 ++++++----------------
lib/Transforms/Utils/LoopUtils.cpp | 65 +++++++++++++++++
test/Transforms/LoopSimplify/basictest.ll | 81 +++++++++++++++++++++
.../LoopUnswitch/2011-11-18-SimpleSwitch.ll | 1 -
.../2011-11-18-TwoSwitches-Threshold.ll | 1 -
.../LoopUnswitch/2011-11-18-TwoSwitches.ll | 1 -
7 files changed, 175 insertions(+), 65 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 82f1a7fc018 [MemDep] Cleanup return after else & use `auto`. NFC.
new 5999c342a6b [LoopSimplify] Improve a test for loop simplify minorly. NFC.
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/LoopSimplify/basictest.ll | 162 +++++++++++++++++++++++++++---
1 file changed, 150 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 dcc5fa654c7 [LoopDeletion] NFC: Move phi node value setting into prepass
new 82f1a7fc018 [MemDep] Cleanup return after else & use `auto`. NFC.
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/MemoryDependenceAnalysis.cpp | 6 +++---
1 file changed, 3 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 6cf9acbae60 Revert "[LoopSimplify] Factor the logic to form dedicated e [...]
new dcc5fa654c7 [LoopDeletion] NFC: Move phi node value setting into prepass
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/Transforms/Scalar/LoopDeletion.cpp | 25 ++++++++++++++-----------
1 file changed, 14 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 llvm.
from 3ace6d8a954 [TableGen] Remove some copies around PatternToMatch.
new 6cf9acbae60 Revert "[LoopSimplify] Factor the logic to form dedicated e [...]
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/Transforms/Utils/LoopUtils.h | 8 ---
lib/Transforms/Utils/LoopSimplify.cpp | 83 ++++++++++++++++------
lib/Transforms/Utils/LoopUtils.cpp | 62 ----------------
.../LoopUnswitch/2011-11-18-SimpleSwitch.ll | 1 +
.../2011-11-18-TwoSwitches-Threshold.ll | 1 +
.../LoopUnswitch/2011-11-18-TwoSwitches.ll | 1 +
6 files changed, 65 insertions(+), 91 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.