This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 1c99505cfa [MinGW] Allow using LTO when lld is used as linker
new 0a80d6bb57 [OPENMP][NVPTX]Reduce memory usage in target region.
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/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 29 +++++++++++++++++------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 3 +++
test/OpenMP/nvptx_data_sharing.cpp | 12 +++---------
test/OpenMP/nvptx_parallel_codegen.cpp | 7 ++-----
test/OpenMP/nvptx_teams_codegen.cpp | 28 ++++++++--------------------
5 files changed, 33 insertions(+), 46 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 9f679a5688 [python] [tests] Re-add once again, this time without Windows
new 1c99505cfa [MinGW] Allow using LTO when lld is used as linker
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/MinGW.cpp | 9 +++++++++
lib/Driver/ToolChains/MinGW.h | 4 ++++
test/Driver/mingw-lto.c | 4 ++++
3 files changed, 17 insertions(+)
create mode 100644 test/Driver/mingw-lto.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 10ad7b2ea7b [C++ PATCH] more TU parsing refactoring
new 3a1cfe4aff2 define HAVE_GAS_ALIGNED_COMM
new ee018eb1971 introduce --enable-large-address-aware
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 | 13 +++++++++++++
gcc/config.in | 12 ++++++++++++
gcc/config/i386/cygming.h | 4 ++++
gcc/config/i386/mingw-w64.h | 9 +++++++++
gcc/config/i386/mingw32.h | 8 ++++++++
gcc/configure | 18 ++++++++++++++++--
gcc/configure.ac | 7 +++++++
gcc/doc/install.texi | 8 ++++++++
8 files changed, 77 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 lldb.
from deee4ae77 Resubmit "Add SymbolFileNativePDB plugin."
new 7a367d589 Fix failure in get_filecheck_path when filecheck is None
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:
packages/Python/lldbsuite/test/configuration.py | 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 4ee9e8a222 Revert rL344365: [tests] Readd Python binding tests to check-all
new 9f679a5688 [python] [tests] Re-add once again, this time without 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:
bindings/python/tests/CMakeLists.txt | 7 ++++++-
1 file changed, 6 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 c646992975f [LegalizeVectorTypes] When widening the operands to a conca [...]
new c206978e8af Revert BTF commit series.
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/MC/MCBTFContext.h | 361 ------------------------
include/llvm/MC/MCContext.h | 7 -
include/llvm/MC/MCObjectFileInfo.h | 8 -
include/llvm/MC/MCObjectStreamer.h | 1 -
lib/CodeGen/AsmPrinter/CMakeLists.txt | 1 -
lib/CodeGen/AsmPrinter/Dwarf2BTF.cpp | 501 ----------------------------------
lib/CodeGen/AsmPrinter/Dwarf2BTF.h | 133 ---------
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 10 -
lib/CodeGen/AsmPrinter/DwarfDebug.h | 3 -
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 10 -
lib/CodeGen/AsmPrinter/DwarfFile.h | 7 +-
lib/MC/CMakeLists.txt | 2 -
lib/MC/MCBTFContext.cpp | 229 ----------------
lib/MC/MCContext.cpp | 11 +-
lib/MC/MCDwarf2BTF.cpp | 102 -------
lib/MC/MCDwarf2BTF.h | 30 --
lib/MC/MCObjectFileInfo.cpp | 3 -
lib/MC/MCObjectStreamer.cpp | 34 ---
18 files changed, 4 insertions(+), 1449 deletions(-)
delete mode 100644 include/llvm/MC/MCBTFContext.h
delete mode 100644 lib/CodeGen/AsmPrinter/Dwarf2BTF.cpp
delete mode 100644 lib/CodeGen/AsmPrinter/Dwarf2BTF.h
delete mode 100644 lib/MC/MCBTFContext.cpp
delete mode 100644 lib/MC/MCDwarf2BTF.cpp
delete mode 100644 lib/MC/MCDwarf2BTF.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 clang.
from 247be3e41c Fix a clang::driver::ArgStringList usage I missed in rL34439 [...]
new 9580a67e2e [clang-format] Fix BraceWrapping AfterFunction for ObjC methods
new 4ee9e8a222 Revert rL344365: [tests] Readd Python binding tests to check-all
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:
bindings/python/tests/CMakeLists.txt | 3 +--
lib/Format/UnwrappedLineParser.cpp | 2 ++
unittests/Format/FormatTestObjC.cpp | 10 ++++++++++
3 files changed, 13 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 c27563a1428 Regenerate test. NFCI.
new c6422e18ae6 Fix Wdocumentation warning. NFCI.
new 6147a037f6c [LegalizeVectorTypes] When unrolling in WidenVecRes_Convert [...]
new c646992975f [LegalizeVectorTypes] When widening the operands to a conca [...]
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/DebugInfo/CodeView/TypeRecord.h | 10 +++---
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 39 +++++++++++++-----------
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 22 ++++++-------
3 files changed, 38 insertions(+), 33 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 lldb.
from 4aaed8432 Add "v" as well as "var" as an alias for "frame var".
new fcca759d2 [dotest] Make a missing FileCheck binary a warning, not an error
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:
packages/Python/lldbsuite/test/configuration.py | 4 ++--
packages/Python/lldbsuite/test/dotest.py | 12 ++++++++----
packages/Python/lldbsuite/test/lldbtest.py | 2 ++
3 files changed, 12 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.