This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d9c74f4b4c3 Daily bump.
new 4e54bf0ea93 2018-09-22 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-array.c | 3 ++-
gcc/testsuite/ChangeLog | 5 +++++
.../gfortran.dg/deferred_character_23.f90 | 22 ++++++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/deferred_character_23.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 clang.
from 797bc2cafc Update smart pointer detection for thread safety analysis.
new 464ba00d1d update the links to use https
new 22be91269b use the current url for bugzilla
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:
www/cxx_status.html | 2 +-
www/get_involved.html | 2 +-
www/get_started.html | 12 ++++++------
www/menu.html.incl | 2 +-
4 files changed, 9 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 llvm.
from 4541faeb816 [mips] Provide more detailed description for MIPS targets. NFC
new 09becbaba16 [lib/MC] - Set SHF_EXCLUDE flag for .dwo sections.
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/MC/MCObjectFileInfo.cpp | 22 +++++++++++-----------
test/MC/ELF/exclude-debug-dwo.s | 32 ++++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 11 deletions(-)
create mode 100644 test/MC/ELF/exclude-debug-dwo.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 9461c2135c2 [InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when [...]
new 4f792af2e09 [mips] Remove obsoleted "experimental" tag from MIPS 64-bit [...]
new 4541faeb816 [mips] Provide more detailed description for MIPS targets. 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:
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp | 9 +++++----
1 file changed, 5 insertions(+), 4 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 6583fa2bece [X86] Fix inline expansion for memset in x32
new 9461c2135c2 [InstCombine] Fold (min/max ~X, Y) -> ~(max/min X, ~Y) when [...]
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/InstCombine/InstCombineSelect.cpp | 46 ++++++++++++++++++------
test/Transforms/InstCombine/max-of-nots.ll | 18 +++++-----
test/Transforms/InstCombine/pr38897.ll | 28 +++++++++++++++
test/Transforms/InstCombine/select.ll | 8 ++---
test/Transforms/InstCombine/select_meta.ll | 32 ++++++++---------
test/Transforms/InstCombine/sub.ll | 42 ++++++++++------------
test/Transforms/InstCombine/xor.ll | 2 +-
7 files changed, 112 insertions(+), 64 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr38897.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 llvm.
from f0688aae65c [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk [...]
new 6583fa2bece [X86] Fix inline expansion for memset in x32
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/X86InstrCompiler.td | 54 +++++++++++++++++++++-------------
lib/Target/X86/X86SelectionDAGInfo.cpp | 5 ++--
test/CodeGen/X86/pr38865-3.ll | 18 ++++++++++++
3 files changed, 54 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/X86/pr38865-3.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 llvm.
from 36c4e6edfa3 Test commit.
new f0688aae65c [X86] Fold (movmsk (setne (and X, (1 << C)), 0)) -> (movmsk [...]
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/X86ISelLowering.cpp | 23 +++--
test/CodeGen/X86/movmsk-cmp.ll | 172 +++++++++++--------------------------
2 files changed, 67 insertions(+), 128 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.
from d05cbec4c2 [Lexer] Add udefined_behavior_sanitizer feature
new 797bc2cafc Update smart pointer detection for thread safety analysis.
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/Sema/SemaDeclAttr.cpp | 35 +++++++---
test/SemaCXX/warn-thread-safety-analysis.cpp | 95 ++++++++++++++++++++++++++++
2 files changed, 122 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.