This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a312ede WholeProgramDevirt: Fixed compilation error under MSVS2015.
new 180a200 Refactor the multiply-accumulate combines to act on ARMISD::A [...]
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/ARM/ARMISelDAGToDAG.cpp | 32 ---------
lib/Target/ARM/ARMISelLowering.cpp | 140 +++++++++++++++++--------------------
2 files changed, 64 insertions(+), 108 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 ec4f3cf 2017-03-10 Olivier Hainque <hainque(a)adacore.com>
new 41c5ff9 [libstdc++-v3] Fix detection of obsolete isnan
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/acinclude.m4 | 3 ++-
libstdc++-v3/configure | 1 +
3 files changed, 9 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 gcc-6-branch
in repository gcc.
from dc2b33c Daily bump.
new e32c43c [libstdc++-v3] Fix detection of obsolete isnan
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:
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/acinclude.m4 | 3 ++-
libstdc++-v3/configure | 1 +
3 files changed, 9 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 gcc.
from 130e33f PR rtl-optimization/79909 * combine.c (try_combine): Use si [...]
new ec4f3cf 2017-03-10 Olivier Hainque <hainque(a)adacore.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 | 5 +++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gnat.dg/opt64.adb | 25 +++++++++++++++++++++++++
gcc/testsuite/gnat.dg/opt64_pkg.adb | 14 ++++++++++++++
gcc/testsuite/gnat.dg/opt64_pkg.ads | 6 ++++++
gcc/tree-switch-conversion.c | 13 ++++++++++---
6 files changed, 66 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gnat.dg/opt64.adb
create mode 100644 gcc/testsuite/gnat.dg/opt64_pkg.adb
create mode 100644 gcc/testsuite/gnat.dg/opt64_pkg.ads
--
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 f9f791a Automatic date update in version.in
new 55e22ca Add basic recognition of new EM_ ELF machine numbers.
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:
binutils/ChangeLog | 5 ++
binutils/readelf.c | 152 +++++++++++++++++++++++++++++++--------------------
include/ChangeLog | 8 +++
include/elf/common.h | 30 ++++------
4 files changed, 117 insertions(+), 78 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 6f20781 [llvm-readobj] Support SHT_MIPS_DWARF section type flag
new a312ede WholeProgramDevirt: Fixed compilation error under MSVS2015.
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/IPO/WholeProgramDevirt.cpp | 27 ++++++++++++++++++---------
1 file changed, 18 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 clang-tools-extra.
from 32420e9 [include-fixer] Remove line number from Symbol identity
new fa387ef [clang-rename] Introduce an unittest skeleton for clang-rename.
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:
unittests/CMakeLists.txt | 1 +
.../CMakeLists.txt | 14 +-
unittests/clang-rename/ClangRenameTests.cpp | 153 +++++++++++++++++++++
3 files changed, 161 insertions(+), 7 deletions(-)
copy unittests/{change-namespace => clang-rename}/CMakeLists.txt (52%)
create mode 100644 unittests/clang-rename/ClangRenameTests.cpp
--
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 c2bf545 For Thumb1, lower ADDC/ADDE/SUBC/SUBE via the glueless ARMISD [...]
new d1a4b1d [MC] Accept a numeric value as an ELF section header's type
new b479d37 [MC] Set SHT_MIPS_DWARF section type for all .debug_* section [...]
new 6f20781 [llvm-readobj] Support SHT_MIPS_DWARF section type flag
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:
include/llvm/Support/ELF.h | 1 +
lib/MC/MCObjectFileInfo.cpp | 55 +++++++++++++++++-------------
lib/MC/MCParser/ELFAsmParser.cpp | 7 ++--
lib/MC/MCSectionELF.cpp | 8 +++++
test/DebugInfo/Mips/InlinedFnLocalVar.ll | 2 +-
test/MC/ELF/section-numeric-invalid-type.s | 14 ++++++++
test/MC/ELF/section-numeric-type.s | 20 +++++++++++
test/MC/Mips/elf-debug-section.s | 6 ++++
tools/llvm-readobj/ELFDumper.cpp | 3 ++
9 files changed, 90 insertions(+), 26 deletions(-)
create mode 100644 test/MC/ELF/section-numeric-invalid-type.s
create mode 100644 test/MC/ELF/section-numeric-type.s
create mode 100644 test/MC/Mips/elf-debug-section.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 40b9ed5 No stage name for a single stage build.
new dbf2d95 Verbose lit logs for llvm-clang-x86_64-expensive-checks-win builder.
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 | 4 +++-
1 file changed, 3 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 zorg.
from f691a3a Added new builder llvm-clang-x86_64-expensive-checks-win.
new 40b9ed5 No stage name for a single stage build.
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/buildbot/builders/UnifiedTreeBuilder.py | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.