This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3ddbece [SelectionDAG] Add additional checks to CONCAT_VECTORS creation
new cb7b86a [SCEVExpander] Use llvm data structures; NFC
new 96d56a0 [SCEVExpander] Remove \brief, reflow comments; NFC
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:
include/llvm/Analysis/ScalarEvolutionExpander.h | 168 ++++++++++++------------
1 file changed, 81 insertions(+), 87 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 4ac9c7e Add the test this time...
new 8dfbae2 Prevent use of MEM_* attr accessor macros as lvalues
new fc5fe30 PR ipa/78027
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:
gcc/ChangeLog | 11 +++++++
gcc/ipa-icf.c | 4 +++
gcc/rtl.h | 2 +-
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/c-c++-common/goacc/acc-icf.c | 49 +++++++++++++++++++++++++++++
gcc/testsuite/gfortran.dg/goacc/pr78027.f90 | 20 ++++++++++++
6 files changed, 91 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/c-c++-common/goacc/acc-icf.c
create mode 100644 gcc/testsuite/gfortran.dg/goacc/pr78027.f90
--
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 366c08a Plug another leak in the DWARF unittests, DIEInlineStrings ar [...]
new 3ddbece [SelectionDAG] Add additional checks to CONCAT_VECTORS creation
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/CodeGen/SelectionDAG/SelectionDAG.cpp | 10 ++++++++++
1 file changed, 10 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 clang.
from 10bd02d [clang-format] calculate MaxInsertOffset in the original code [...]
new 153c995 Document and publish the useful module-file-info flag.
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/clang/Driver/Options.td | 3 ++-
1 file changed, 2 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 7d9c8db 2016-12-09 Janus Weil <janus(a)gcc.gnu.org>
new 4ac9c7e Add the test this time...
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/pr78733.c | 10 ++++++++++
2 files changed, 15 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr78733.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 c187bd9 [ELF][I386] .got.plt entries for i386 should use VA of ifunc [...]
new 5475810 Give preempting symbols precedence over linker script.
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/SymbolTable.cpp | 6 +++++-
test/ELF/gc-sections-shared.s | 9 +++++++++
2 files changed, 14 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 94adc59 2016-12-09 Richard Biener <rguenther(a)suse.de>
new 9fdcc7e PR c++/78550 * convert.c (convert_to_integer_1): Maybe fold [...]
new 6e85093 2016-12-09 Janus Weil <janus(a)gcc.gnu.org>
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:
gcc/ChangeLog | 6 ++++++
gcc/convert.c | 9 +++++----
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/primary.c | 2 +-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/g++.dg/cpp1y/pr78550.C | 22 ++++++++++++++++++++++
gcc/testsuite/gfortran.dg/derived_result.f90 | 10 ++++++++++
7 files changed, 61 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr78550.C
create mode 100644 gcc/testsuite/gfortran.dg/derived_result.f90
--
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 lldb.
from ff39c8e [LLDB][MIPS] Fix TestMultipleHits for MIPS
new 02c71a7 [LLDB][MIPS] Fix TestWatchpointIter failure
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:
source/Target/StopInfo.cpp | 11 +++++++++--
1 file changed, 9 insertions(+), 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 lldb.
from 8dee0e8 [LLDB][MIPS] Fix some test case failures due to elf_abi field [...]
new ff39c8e [LLDB][MIPS] Fix TestMultipleHits for MIPS
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:
.../lldbsuite/test/functionalities/watchpoint/multiple_hits/main.cpp | 4 ++--
1 file changed, 2 insertions(+), 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 llvm.
from eae8838 Fix memory leak in unit test.
new 366c08a Plug another leak in the DWARF unittests, DIEInlineStrings ar [...]
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/CodeGen/DIE.h | 7 ++++---
lib/CodeGen/AsmPrinter/DIE.cpp | 2 +-
unittests/DebugInfo/DWARF/DwarfGenerator.cpp | 3 ++-
3 files changed, 7 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.