This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5fd9698ca65 Move FeatureAES from SLM, WSM and SNB to GLM and SKL
new 279c17e658b [PDB] Change uint32_t to SymIndex wherever it makes sense.
new 375f98e9d85 Re-run clang-format on one file.
new 0c02f21726d [ADT] bit_cast: check for is_trivially_copyable more portably
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.
Summary of changes:
include/llvm/ADT/bit.h | 24 +-
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 24 +-
include/llvm/DebugInfo/PDB/DIA/DIASession.h | 2 +-
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 24 +-
include/llvm/DebugInfo/PDB/IPDBSession.h | 5 +-
.../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 2 +-
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 26 +-
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +-
include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h | 4 +-
.../llvm/DebugInfo/PDB/Native/NativeTypePointer.h | 2 +-
include/llvm/DebugInfo/PDB/PDBTypes.h | 2 +
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 341 ++++++++++++---------
lib/DebugInfo/PDB/DIA/DIASession.cpp | 3 +-
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 46 +--
lib/DebugInfo/PDB/Native/NativeSession.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeTypeEnum.cpp | 4 +-
lib/DebugInfo/PDB/Native/NativeTypePointer.cpp | 2 +-
unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 +-
19 files changed, 282 insertions(+), 237 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 b8c469163e1 * config/i386/i386.md (<sincos>xf2): Rename from *<sincos> [...]
new c41ff96925c fix PR 85395
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/decl.c | 3 ++-
gcc/testsuite/ChangeLog | 5 ++++
gcc/testsuite/gfortran.dg/proc_ptr_comp_52.f90 | 33 ++++++++++++++++++++++++++
4 files changed, 46 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/proc_ptr_comp_52.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 345db673f6a [X86] Mark the ISD::SETLT/SETLE condition codes as illegal [...]
new 5fd9698ca65 Move FeatureAES from SLM, WSM and SNB to GLM and SKL
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/X86.td | 4 +---
1 file changed, 1 insertion(+), 3 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 a9b4bbbdc1 Implement -Watomic-implicit-seq-cst
new 6fb021633b Move AESNI generation to Skylake and Goldmont
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/Basic/Targets/X86.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 clang.
from 5bd39424d4 Enhance -Wc++14-compat for class template argument deduction [...]
new a9b4bbbdc1 Implement -Watomic-implicit-seq-cst
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 | 3 +
lib/Sema/SemaChecking.cpp | 60 ++++--
test/Sema/atomic-implicit-seq_cst.c | 325 +++++++++++++++++++++++++++++
test/Sema/sync-implicit-seq_cst.c | 26 +++
4 files changed, 397 insertions(+), 17 deletions(-)
create mode 100644 test/Sema/atomic-implicit-seq_cst.c
create mode 100644 test/Sema/sync-implicit-seq_cst.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 llvm.
from ca3502c26ea [lit] Disable shtest-timeout on Windows
new 345db673f6a [X86] Mark the ISD::SETLT/SETLE condition codes as illegal [...]
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 | 5 +++++
1 file changed, 5 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 86148aee51 [clang-cl] Enable -march option
new 5bd39424d4 Enhance -Wc++14-compat for class template argument deduction [...]
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 | 3 ++-
lib/Sema/SemaInit.cpp | 17 +++++++++++------
test/SemaCXX/cxx14-compat.cpp | 2 +-
3 files changed, 14 insertions(+), 8 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 bcb266e40dc API to update MemorySSA for cloned blocks and added CFG edges.
new ca3502c26ea [lit] Disable shtest-timeout on Windows
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:
utils/lit/tests/Inputs/shtest-timeout/lit.cfg | 4 +---
utils/lit/tests/shtest-timeout.py | 4 ++--
2 files changed, 3 insertions(+), 5 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 compiler-rt.
from e843a7f98 [hwasan] rename two .cc tests into .c
new 74374cb96 [Windows] Include BaseTsd.h with lowercase
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/profile/WindowsMMap.h | 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 llvm.
from ef953d792e1 NFC: bit.h don't warn on strict aliasing for GCC <= 7.1
new bcb266e40dc API to update MemorySSA for cloned blocks and added CFG edges.
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/Analysis/MemorySSA.h | 6 +-
include/llvm/Analysis/MemorySSAUpdater.h | 60 ++++
lib/Analysis/MemorySSA.cpp | 45 ++-
lib/Analysis/MemorySSAUpdater.cpp | 518 +++++++++++++++++++++++++++++++
unittests/Analysis/MemorySSATest.cpp | 192 ++++++++++++
5 files changed, 804 insertions(+), 17 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.