This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a6cf7e36647 [PDB] Move some code around. NFC.
new ec41162fa75 [x86] add test for hoistLogicOpWithSameOpcodeHands with ext [...]
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:
test/CodeGen/X86/bswap.ll | 59 +++++++++++++++++++++++++++++++++++++++--------
1 file changed, 49 insertions(+), 10 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 libcxx.
from edfdc498b [libcxx] Make return value of array<T, 0>.data() checked only [...]
new 7ea279fbe [libcxx] Add XFAILs for aligned allocation tests on AppleClang 9
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:
.../delete_align_val_t_replace.pass.cpp | 24 +++++++++++-----------
.../new.delete.array/new_align_val_t.pass.cpp | 24 +++++++++++-----------
.../new_align_val_t_nothrow.pass.cpp | 24 +++++++++++-----------
.../new_align_val_t_nothrow_replace.pass.cpp | 24 +++++++++++-----------
.../delete_align_val_t_replace.pass.cpp | 24 +++++++++++-----------
.../new.delete.single/new_align_val_t.pass.cpp | 24 +++++++++++-----------
.../new_align_val_t_nothrow.pass.cpp | 24 +++++++++++-----------
.../new_align_val_t_nothrow_replace.pass.cpp | 24 +++++++++++-----------
8 files changed, 96 insertions(+), 96 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 1ba73f97d19 asm qualifiers (PR55681)
new 6de46ad5326 asm inline
new 4d356b5b11f Remove bogus test line from vect-over-widen-23.c
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 | 19 +++++++++
gcc/c/ChangeLog | 8 ++++
gcc/c/c-parser.c | 21 ++++++++--
gcc/c/c-tree.h | 3 +-
gcc/c/c-typeck.c | 7 +++-
gcc/cp/ChangeLog | 9 +++++
gcc/cp/cp-tree.h | 2 +-
gcc/cp/parser.c | 15 ++++++-
gcc/cp/pt.c | 2 +-
gcc/cp/semantics.c | 5 ++-
gcc/doc/extend.texi | 15 ++++++-
gcc/gimple-pretty-print.c | 2 +
gcc/gimple.h | 26 +++++++++++-
gcc/gimplify.c | 1 +
gcc/ipa-icf-gimple.c | 3 ++
gcc/testsuite/ChangeLog | 9 +++++
gcc/testsuite/c-c++-common/torture/asm-inline.c | 53 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/asm-qual-2.c | 25 ++++++++++++
gcc/testsuite/gcc.dg/vect/vect-over-widen-23.c | 1 -
gcc/tree-core.h | 3 ++
gcc/tree-inline.c | 3 ++
gcc/tree.h | 3 ++
22 files changed, 219 insertions(+), 16 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/asm-inline.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 dfe9c7d3687 [gn build] Process .def.in files in llvm/Config and add lib [...]
new a6cf7e36647 [PDB] Move some code around. 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:
.../llvm/DebugInfo/CodeView/SymbolRecordHelpers.h | 57 ++++++++++++++++++++++
lib/DebugInfo/CodeView/CMakeLists.txt | 3 +-
lib/DebugInfo/CodeView/SymbolRecordHelpers.cpp | 53 ++++++++++++++++++++
3 files changed, 112 insertions(+), 1 deletion(-)
create mode 100644 include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h
create mode 100644 lib/DebugInfo/CodeView/SymbolRecordHelpers.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 lldb.
from b8a36524c Add another ArchSpec unit test.
new 24a5ecbdf [PDB] Move some code around. 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:
source/Plugins/SymbolFile/NativePDB/CMakeLists.txt | 1 +
.../NativePDB/DWARFLocationExpression.cpp | 170 ++++++++++++++
.../SymbolFile/NativePDB/DWARFLocationExpression.h | 34 +++
source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 120 ++++++++++
source/Plugins/SymbolFile/NativePDB/PdbUtil.h | 5 +
.../SymbolFile/NativePDB/SymbolFileNativePDB.cpp | 248 +--------------------
6 files changed, 333 insertions(+), 245 deletions(-)
create mode 100644 source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
create mode 100644 source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
--
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 835a49cc7 [LLD][ELF] - Use auto. NFC.
new 7f3fe7b6c [PDB] Move some code around. 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:
COFF/PDB.cpp | 36 ++----------------------------------
1 file changed, 2 insertions(+), 34 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 19016dafe68 [DAGCombiner] refactor function that hoists bitwise logic; NFCI
new dfe9c7d3687 [gn build] Process .def.in files in llvm/Config and add lib [...]
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/gn/build/write_cmake_config.py | 25 ++++----
utils/gn/secondary/BUILD.gn | 1 +
.../gn/secondary/llvm/include/llvm/Config/BUILD.gn | 74 +++++++++++++++++++++-
utils/gn/secondary/llvm/lib/Support/BUILD.gn | 2 +
utils/gn/secondary/llvm/lib/Target/BUILD.gn | 26 ++++++++
5 files changed, 115 insertions(+), 13 deletions(-)
create mode 100644 utils/gn/secondary/llvm/lib/Target/BUILD.gn
--
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 b2bb87b036 [OPENMP][NVPTX] Fix globalization of the mapped array sections.
new fb82972205 [CUDA] Fix nvidia-cuda-toolkit detection on Ubuntu
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/ToolChains/Cuda.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.