This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ad67578ed9 Diagnose cases of "return x" that should be "return std::mov [...]
new c979262efd [clang-format] Always indent wrapped Objective-C selector names
new 6428f60f03 [clang-format] Don't insert space between ObjC class and lig [...]
new 10cfa0b0ad [clang-format] Improve ObjC guessing heuristic by supporting [...]
new bf81db4ab7 [clang-format] Do not break after ObjC category open paren
The 4 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/Format/ContinuationIndenter.cpp | 18 ++++++++-------
lib/Format/Format.cpp | 11 ++++++----
lib/Format/TokenAnnotator.cpp | 16 +++++++++++---
unittests/Format/FormatTest.cpp | 16 ++++++++++----
unittests/Format/FormatTestObjC.cpp | 44 ++++++++++++-------------------------
5 files changed, 56 insertions(+), 49 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 4bdcbad8ff [OpenCL] Added -std/-cl-std=c++
new ad67578ed9 Diagnose cases of "return x" that should be "return std::mov [...]
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/DiagnosticGroups.td | 11 +-
include/clang/Basic/DiagnosticSemaKinds.td | 13 ++
include/clang/Sema/Sema.h | 4 +
lib/Sema/SemaStmt.cpp | 127 +++++++++--
test/SemaCXX/warn-return-std-move.cpp | 334 +++++++++++++++++++++++++++++
5 files changed, 471 insertions(+), 18 deletions(-)
create mode 100644 test/SemaCXX/warn-return-std-move.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 45655ba7823 [X86] Remove AES/CLMUL/CRC32/LDDQU/MOVNT/POPCNT/SHA schedul [...]
new 293041f6905 [mips] Correct the predicates of the load/store (double)wor [...]
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/Mips/MipsInstrInfo.td | 10 ++++++----
test/MC/Mips/cnmips/invalid-wrong-error.s | 8 ++++++++
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s | 2 ++
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s | 2 ++
4 files changed, 18 insertions(+), 4 deletions(-)
create mode 100644 test/MC/Mips/cnmips/invalid-wrong-error.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 binutils-gdb.
from 67f846b59b Stop the assembler from overwriting its output file.
new 86c6c6df00 Fix the loading of the dynamic string table in a file withou [...]
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 | 6 ++++++
binutils/readelf.c | 2 +-
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 llvm.
from 9ef860a3981 Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThread [...]
new 45655ba7823 [X86] Remove AES/CLMUL/CRC32/LDDQU/MOVNT/POPCNT/SHA schedul [...]
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/X86InstrAVX512.td | 5 +-
lib/Target/X86/X86InstrFormats.td | 20 +++---
lib/Target/X86/X86InstrSSE.td | 127 +++++++++++++++++---------------------
lib/Target/X86/X86Schedule.td | 18 ------
4 files changed, 70 insertions(+), 100 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 293d44ad01b PR middle-end/84955
new b50dd1e4198 PR target/85238 * lto-wrapper.c (debug_objcopy): Open the [...]
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 | 14 ++++++++++++++
gcc/config/i386/cygming.h | 6 ++++++
gcc/config/i386/i386-protos.h | 2 ++
gcc/config/i386/winnt.c | 17 +++++++++++++++++
gcc/dwarf2out.c | 6 +++++-
gcc/lto-wrapper.c | 2 +-
6 files changed, 45 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 clang.
from 010f67d241 Allow [[maybe_unused]] on static data members; these are con [...]
new 4bdcbad8ff [OpenCL] Added -std/-cl-std=c++
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/DiagnosticSemaKinds.td | 2 +-
include/clang/Basic/LangOptions.def | 3 +-
include/clang/Driver/Options.td | 2 +-
include/clang/Frontend/LangStandards.def | 3 ++
lib/Frontend/CompilerInvocation.cpp | 5 ++-
lib/Frontend/InitPreprocessor.cpp | 70 +++++++++++++++++-------------
test/Driver/autocomplete.c | 3 +-
test/Driver/opencl.cl | 2 +
test/Driver/unknown-std.cl | 1 +
test/Frontend/opencl.cl | 37 ++++++++++------
test/Frontend/stdlang.c | 1 +
test/Preprocessor/predefined-macros.c | 6 +++
12 files changed, 85 insertions(+), 50 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 binutils-gdb.
from 73a05be215 Updated Spanish and Russian translations for the gas sub-directory
new 67f846b59b Stop the assembler from overwriting its output file.
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:
gas/ChangeLog | 6 ++++++
gas/as.c | 22 ++++++++++++++++++++++
gas/testsuite/gas/all/gas.exp | 2 ++
3 files changed, 30 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 llvm.
from 8f825845f3f [AArch64][AsmParser] Unify 'addVectorListOperands' functions.
new 9ef860a3981 Revert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpThread [...]
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/JumpThreading.cpp | 31 +++++++++++++------------------
1 file changed, 13 insertions(+), 18 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 openacc-gcc-7-branch
in repository gcc.
from ab32acdeee8 Backport "[nvptx] Fix neutering of bb with only cond jump"
new 2c249d58a38 [nvptx] Simplifly logic in nvptx_single
new 996bda23920 [nvptx] Fix propagation of branch cond in vw-neutered code
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.openacc | 11 ++++++++++
gcc/config/nvptx/nvptx.c | 29 ++++++++++---------------
libgomp/ChangeLog.openacc | 6 +++++
libgomp/testsuite/libgomp.oacc-fortran/gemm.f90 | 1 +
4 files changed, 30 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.