This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 8629da8 [Concepts] Add TODO and requires-clause placeholder; NFC
new d1cd7a9 Fix the BUILD_SHARED_LIBS=ON build, was getting the following [...]
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:
cmake/LLDBDependencies.cmake | 1 +
1 file changed, 1 insertion(+)
--
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_27-branch
in repository binutils-gdb.
from 2870b1b Release 2.27
new 65a5565 Bump to 2.27.0
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 | 9 +++++++++
bfd/configure | 20 ++++++++++----------
bfd/development.sh | 2 +-
bfd/version.m4 | 2 +-
binutils/ChangeLog | 4 ++++
binutils/configure | 20 ++++++++++----------
gas/ChangeLog | 4 ++++
gas/configure | 20 ++++++++++----------
gprof/ChangeLog | 4 ++++
gprof/configure | 20 ++++++++++----------
ld/ChangeLog | 4 ++++
ld/configure | 20 ++++++++++----------
opcodes/ChangeLog | 4 ++++
opcodes/configure | 20 ++++++++++----------
14 files changed, 91 insertions(+), 62 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 9d383c5 [PM] Add the explicit copy, move, swap, and assignment boiler [...]
new d4bcc6c [PM] Fix a mis-named parameter in parseLoopPass -- the pass m [...]
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/Passes/PassBuilder.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 annotated tag binutils-2_27
in repository binutils-gdb.
at 3d861fd (tag)
tagging 2870b1ba83fc0e0ee7eadf72d614a7ec4591b169 (commit)
replaces 2.24.51.20140326
tagged by Tristan Gingold
on Wed Aug 3 11:25:18 2016 +0200
- Log -----------------------------------------------------------------
Tag for release 2.27
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new 2870b1b Release 2.27
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 binutils-2_27-branch
in repository binutils-gdb.
from 618c199 Regenerate pot files.
new 2870b1b Release 2.27
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 | 9 +++++++++
bfd/configure | 20 ++++++++++----------
bfd/development.sh | 2 +-
bfd/version.m4 | 2 +-
binutils/ChangeLog | 4 ++++
binutils/configure | 20 ++++++++++----------
gas/ChangeLog | 4 ++++
gas/configure | 20 ++++++++++----------
gprof/ChangeLog | 4 ++++
gprof/configure | 20 ++++++++++----------
ld/ChangeLog | 4 ++++
ld/configure | 20 ++++++++++----------
opcodes/ChangeLog | 4 ++++
opcodes/configure | 20 ++++++++++----------
14 files changed, 91 insertions(+), 62 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 3791307 Do not handle zero-sized mergeable section as mergeable.
new 25b26d6 [ELF] - Linkerscript: support all kinds of sorting (including [...]
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/LinkerScript.cpp | 59 ++++++++++++++++++----
ELF/LinkerScript.h | 4 +-
.../linkerscript/Inputs/linkerscript-sort-nested.s | 7 +++
test/ELF/linkerscript/Inputs/linkerscript-sort.s | 5 ++
test/ELF/linkerscript/linkerscript-sort-nested.s | 42 +++++++++++++++
test/ELF/linkerscript/linkerscript-sort.s | 57 ++++++++++++++++-----
6 files changed, 150 insertions(+), 24 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/linkerscript-sort-nested.s
create mode 100644 test/ELF/linkerscript/linkerscript-sort-nested.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 llvm.
from 91b6bfa [PM] Add a generic 'repeat N times' pass wrapper to the new p [...]
new 9d383c5 [PM] Add the explicit copy, move, swap, and assignment boiler [...]
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/IR/PassManager.h | 17 ++++++++++++++++-
1 file changed, 16 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 binutils-2_27-branch
in repository binutils-gdb.
from 24ef2be PowerPC64 ld segfault with code in non-executable sections
new 618c199 Regenerate pot files.
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/po/bfd.pot | 4082 ++++++++++++++---------
binutils/po/binutils.pot | 4614 ++++++++++++++++----------
gas/po/gas.pot | 8135 +++++++++++++++++++++++++---------------------
gprof/po/gprof.pot | 134 +-
ld/po/ld.pot | 1411 +++++---
opcodes/po/opcodes.pot | 839 ++---
6 files changed, 11372 insertions(+), 7843 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 d226185 [XRay] Make the xray_instr_map section specification more correct
new 91b6bfa [PM] Add a generic 'repeat N times' pass wrapper to the new p [...]
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/IR/PassManager.h | 28 +++++++++++
lib/Passes/PassBuilder.cpp | 59 +++++++++++++++++++++-
test/Other/new-pass-manager.ll | 108 ++++++++++++++++++++++++++++++++++++++---
3 files changed, 188 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 llvm.
from 26d2b7b [IfConversion] Bugfix: Don't use undef flag while adding use [...]
new d226185 [XRay] Make the xray_instr_map section specification more correct
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/X86MCInstLower.cpp | 15 +++++++++++----
test/CodeGen/X86/xray-section-group.ll | 14 ++++++++++++++
2 files changed, 25 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/X86/xray-section-group.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.