This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e7726ca81fd [yaml2obj][ELF] Add support for program headers
new eb47facacc2 [TRE] Move to the new OptRemark API.
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/TailRecursionElimination.cpp | 63 ++++++++++++----------
test/Other/new-pm-defaults.ll | 2 +-
test/Other/new-pm-thinlto-defaults.ll | 2 +-
test/Transforms/TailCallElim/opt-remarks.ll | 25 +++++++++
4 files changed, 62 insertions(+), 30 deletions(-)
create mode 100644 test/Transforms/TailCallElim/opt-remarks.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 7d3406b1e1a * math/powq.c (powq): Use uint32_t instead of u_int32_t.
new d3056f753f0 PR middle-end/81331 * except.c (execute): Fix ordering issue.
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/except.c | 3 ++-
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 lld.
from 4244a3c45 Handle option aliases in a better way.
new 0a2a1e023 Fix one more occurrence of getOption().getID().
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/DriverUtils.cpp | 3 +--
1 file changed, 1 insertion(+), 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 zorg.
from bff97db Add an X86-64 with SDE clang builder and slave
new 0b32203 make LLDB test archs configurable in the environment
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:
zorg/jenkins/build.py | 72 +++++++++++++++++++--------------------------------
1 file changed, 26 insertions(+), 46 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 0051096059a [AArch64] Force relocations for all ADRP instructions
new e7726ca81fd [yaml2obj][ELF] Add support for program headers
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/ObjectYAML/ELFYAML.h | 33 +++++++++
lib/ObjectYAML/ELFYAML.cpp | 38 ++++++++++
test/tools/yaml2obj/program-header-nobits.yaml | 39 ++++++++++
test/tools/yaml2obj/program-header.yaml | 67 ++++++++++++++++++
tools/yaml2obj/yaml2elf.cpp | 98 ++++++++++++++++++++++++--
5 files changed, 270 insertions(+), 5 deletions(-)
create mode 100644 test/tools/yaml2obj/program-header-nobits.yaml
create mode 100644 test/tools/yaml2obj/program-header.yaml
--
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 097d705a5 Don't depend on these symbols being implicitly global.
new 4244a3c45 Handle option aliases in a better way.
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/Driver.cpp | 2 +-
ELF/Driver.cpp | 3 +--
2 files changed, 2 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 gcc-7-branch
in repository gcc.
from dce1f56f00b Fix Unwind support on DragonFly BSD after sigtramp move
new 6e0c13fc29b [gcc] 2017-07-19 Michael Meissner <meissner(a)linux.vnet.ibm.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/ChangeLog | 18 +++++++
gcc/config/rs6000/rs6000-c.c | 3 ++
gcc/config/rs6000/rs6000.c | 5 ++
gcc/doc/extend.texi | 68 +++++++++++++++++-------
gcc/testsuite/ChangeLog | 10 ++++
gcc/testsuite/gcc.target/powerpc/cpu-builtin-1.c | 12 +++++
6 files changed, 97 insertions(+), 19 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 a6df1e57e87 Fixing an issue with the initialization of LexicalScopes ob [...]
new 7b594210500 [AArch64, COFF] Interpret .align as power of two for COFF as well
new 0051096059a [AArch64] Force relocations for all ADRP instructions
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:
.../AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 46 +++++++++++-----------
.../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 1 +
test/MC/AArch64/coff-align.s | 7 ++++
test/MC/AArch64/coff-relocations.s | 10 +++--
test/MC/AArch64/macho-adrp-missing-reloc.s | 6 +++
test/MC/AArch64/macho-adrp-page.s | 6 +++
6 files changed, 50 insertions(+), 26 deletions(-)
create mode 100644 test/MC/AArch64/coff-align.s
create mode 100644 test/MC/AArch64/macho-adrp-missing-reloc.s
create mode 100644 test/MC/AArch64/macho-adrp-page.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 zorg.
from dee1caa Added new admin to buildbot homepage.
new bff97db Add an X86-64 with SDE clang builder and slave
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:
buildbot/osuosl/master/config/builders.py | 20 ++++++++++++++++++++
buildbot/osuosl/master/config/slaves.py | 3 +++
2 files changed, 23 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 master
in repository gcc.
from 00ba34218cb PR libstdc++/81476 Optimise vector insertion from input iterators
new 7d3406b1e1a * math/powq.c (powq): Use uint32_t instead of u_int32_t.
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:
libquadmath/ChangeLog | 4 ++++
libquadmath/math/powq.c | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.