This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e0cbb68 .clang-tidy: parameters and members should be CamelCased.
new d837ce2 Win64: Don't use REX prefix for direct tail calls
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/X86ExpandPseudo.cpp | 4 +++-
lib/Target/X86/X86ISelLowering.cpp | 1 -
lib/Target/X86/X86InstrControl.td | 5 +----
lib/Target/X86/X86InstrInfo.cpp | 1 -
lib/Target/X86/X86MCInstLower.cpp | 1 -
test/CodeGen/X86/seh-catchpad.ll | 2 +-
test/CodeGen/X86/tail-call-win64.ll | 2 +-
test/CodeGen/X86/win64_sibcall.ll | 2 +-
test/DebugInfo/COFF/register-variables.ll | 2 +-
9 files changed, 8 insertions(+), 12 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 8aad291 llvm-objdump: add missing ) in help output, NFC
new e0cbb68 .clang-tidy: parameters and members should be CamelCased.
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:
.clang-tidy | 4 ++++
1 file changed, 4 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 lld.
from 1366301 Define writeUint and use it. NFC.
new 4e5b8a8 Fix bug in -nostdlib.
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/LinkerScript.cpp | 3 ++-
test/ELF/libsearch.s | 4 +++-
2 files changed, 5 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 10c8c3c [libFuzzer] add missing docs
new 8aad291 llvm-objdump: add missing ) in help output, NFC
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:
tools/llvm-objdump/MachODump.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 176d940 [Driver] Report invalid -mtune/-mcpu parameters when -arch=arm64
new e32e1d1 C++ Modules TS: Add parsing and some semantic analysis suppor [...]
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/AST/Decl.h | 49 +++++++++++++++++++++
include/clang/AST/DeclBase.h | 5 ++-
include/clang/AST/RecursiveASTVisitor.h | 2 +
include/clang/Basic/DeclNodes.td | 1 +
include/clang/Basic/DiagnosticParseKinds.td | 2 +
include/clang/Parse/Parser.h | 1 +
include/clang/Sema/Sema.h | 5 +++
include/clang/Sema/Template.h | 1 +
include/clang/Serialization/ASTBitCodes.h | 2 +
lib/AST/Decl.cpp | 15 +++++++
lib/AST/DeclBase.cpp | 12 ++---
lib/CodeGen/CGDecl.cpp | 1 +
lib/CodeGen/CodeGenModule.cpp | 31 ++++++-------
lib/CodeGen/CodeGenModule.h | 2 +-
lib/Parse/ParseDeclCXX.cpp | 47 ++++++++++++++++++++
lib/Parse/Parser.cpp | 8 +++-
lib/Sema/SemaDecl.cpp | 30 +++++++++++++
lib/Sema/SemaLookup.cpp | 4 +-
lib/Sema/SemaTemplate.cpp | 4 +-
lib/Serialization/ASTCommon.cpp | 2 +
lib/Serialization/ASTReaderDecl.cpp | 9 ++++
lib/Serialization/ASTWriterDecl.cpp | 7 +++
test/CodeGenCXX/modules-ts.cppm | 20 +++++++++
test/Parser/cxx-modules-interface.cppm | 43 +++++++++++-------
test/SemaCXX/modules-ts.cppm | 68 +++++++++++++++++++++++++++++
tools/libclang/CIndex.cpp | 1 +
26 files changed, 328 insertions(+), 44 deletions(-)
create mode 100644 test/CodeGenCXX/modules-ts.cppm
create mode 100644 test/SemaCXX/modules-ts.cppm
--
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 5567d0c Implement MS _rot intrinsics
new 176d940 [Driver] Report invalid -mtune/-mcpu parameters when -arch=arm64
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/Driver/Tools.cpp | 20 +++++++++++---------
test/Driver/arm-cortex-cpus.c | 3 +++
2 files changed, 14 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.
from e80eb12 [modules] Apply ODR merging for function scoped tags only in [...]
new 5567d0c Implement MS _rot intrinsics
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/Builtins.def | 10 ++
lib/CodeGen/CGBuiltin.cpp | 52 ++++++++++
lib/Headers/intrin.h | 55 ----------
test/CodeGen/ms-intrinsics-rotations.c | 181 +++++++++++++++++++++++++++++++++
4 files changed, 243 insertions(+), 55 deletions(-)
create mode 100644 test/CodeGen/ms-intrinsics-rotations.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 gcc.
from a34338c PR fortran/77500 * trans-openmp.c (gfc_trans_omp_atomic): F [...]
new 3e7e4e1 2016-09-08 Steven G. Kargl <kargl(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 | 7 +++++
gcc/fortran/array.c | 11 ++++++--
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gfortran.dg/pr69514_1.f90 | 5 ++++
gcc/testsuite/gfortran.dg/pr69514_2.f90 | 49 +++++++++++++++++++++++++++++++++
5 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr69514_1.f90
create mode 100644 gcc/testsuite/gfortran.dg/pr69514_2.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 539e8b4 Remove debug info when hoisting instruction from then/else branch.
new 10c8c3c [libFuzzer] add missing docs
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:
docs/LibFuzzer.rst | 3 +++
1 file changed, 3 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 53d514f [InstCombine] regenerate checks
new 539e8b4 Remove debug info when hoisting instruction from then/else branch.
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 | 8 +++
test/Transforms/SimplifyCFG/remove-debug.ll | 83 +++++++++++++++++++++++++++++
2 files changed, 91 insertions(+)
create mode 100644 test/Transforms/SimplifyCFG/remove-debug.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.