This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1afb3de399b [SimplifyCFG] use range-for-loops, tidy; NFCI
new 53bdccfd619 revert r314984: revert r314698 - [InstCombine] remove one-u [...]
new 8cc053e6765 [TableGen] Remove error checks incorrectly failing on non-e [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 12 ++---
test/Transforms/InstCombine/icmp-shr.ll | 2 +-
utils/TableGen/CodeGenDAGPatterns.cpp | 55 +++-------------------
3 files changed, 13 insertions(+), 56 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 glibc.
from a4777c46af Add a test for profiling static executable
new 8e57c9432a Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]
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:
ChangeLog | 6 ++++++
malloc/hooks.c | 7 +++++++
2 files changed, 13 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 ef29d18801 [Lex] Remove unused variables. No functionality change.
new 0b63209b05 Add -f[no-]double-square-bracket-attributes as new driver op [...]
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/Basic/Attr.td | 6 +-
include/clang/Basic/Attributes.h | 2 +
include/clang/Basic/LangOptions.def | 2 +
include/clang/Driver/Options.td | 7 +++
include/clang/Parse/Parser.h | 38 ++++++-----
include/clang/Sema/AttributeList.h | 5 ++
lib/Frontend/CompilerInvocation.cpp | 6 ++
lib/Lex/Lexer.cpp | 4 +-
lib/Parse/ParseDecl.cpp | 34 +++++++---
lib/Parse/ParseDeclCXX.cpp | 35 ++++++-----
lib/Sema/AttributeList.cpp | 5 +-
test/Misc/ast-dump-c-attr.c | 46 ++++++++++++++
test/Parser/c2x-attributes.c | 122 ++++++++++++++++++++++++++++++++++++
test/Parser/c2x-attributes.m | 21 +++++++
test/Sema/attr-deprecated-c2x.c | 54 ++++++++++++++++
utils/TableGen/ClangAttrEmitter.cpp | 78 ++++++++++++++---------
16 files changed, 393 insertions(+), 72 deletions(-)
create mode 100644 test/Misc/ast-dump-c-attr.c
create mode 100644 test/Parser/c2x-attributes.c
create mode 100644 test/Parser/c2x-attributes.m
create mode 100644 test/Sema/attr-deprecated-c2x.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 hjl/pr22298/master
in repository glibc.
at 16be5568a0 Define __PTHREAD_MUTEX_HAVE_PREV only if undefined [BZ #22298]
This branch includes the following new commits:
new aca3e9b42f Silence -O3 -Wall warning in malloc/hooks.c with GCC 7 [BZ #22052]
new df44f9d02b x32: Verify that NPTL structures are correct [BZ #22298]
new 16be5568a0 Define __PTHREAD_MUTEX_HAVE_PREV only if undefined [BZ #22298]
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.
--
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 1d03d382c1c Reverting r315590; it did not include changes for llvm-tblg [...]
new 1afb3de399b [SimplifyCFG] use range-for-loops, tidy; NFCI
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/Utils/SimplifyCFG.cpp | 30 ++++++++++--------------------
1 file changed, 10 insertions(+), 20 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 49fe891017a [X86] Ignore DBG instructions in X86CmovConversion optimiza [...]
new e53e8bdb9ba [MergeFunctions] Replace all uses of unnamed_addr functions.
new 99dc03a8d71 [MergeFunctions] Merge small functions if possible without [...]
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/Transforms/IPO/MergeFunctions.cpp | 34 ++++++++++++----------
.../MergeFunc/merge-small-unnamed-addr.ll | 14 +++++++++
.../MergeFunc/merge-unnamed-addr-bitcast.ll | 30 +++++++++++++++++++
test/Transforms/MergeFunc/merge-unnamed-addr.ll | 18 ++++++++++++
4 files changed, 81 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/MergeFunc/merge-small-unnamed-addr.ll
create mode 100644 test/Transforms/MergeFunc/merge-unnamed-addr-bitcast.ll
create mode 100644 test/Transforms/MergeFunc/merge-unnamed-addr.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 5d09c88ce0a Daily bump.
new 067517fea79 2017-10-15 Thomas Koenig <tkoenig(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 | 8 ++++++++
gcc/fortran/scanner.c | 10 ++++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/illegal_char.f90 | 6 ++++++
4 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/illegal_char.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 0446db2b0e8 [LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member f [...]
new 49fe891017a [X86] Ignore DBG instructions in X86CmovConversion optimiza [...]
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/X86CmovConversion.cpp | 31 +++++++++++++++++++
test/CodeGen/X86/PR34565.ll | 60 ++++++++++++++++++++++++++++++++++++
2 files changed, 91 insertions(+)
create mode 100644 test/CodeGen/X86/PR34565.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.