This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f4806a953b [OpenMP] Add OpenMP data sharing infrastructure using global memory
new c2a8342c9a CodeGen: Reduce LValue and CallArgList memory footprint befo [...]
new 4ef7f6d39c Add deep AST tree test for r327515
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:
lib/CodeGen/CGCall.h | 2 +-
lib/CodeGen/CGValue.h | 13 +-
test/CodeGenCXX/deep-ast-tree.cpp | 262 ++++++++++++++++++++++++++++++++++++++
3 files changed, 271 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGenCXX/deep-ast-tree.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 cad9f50df38 [mips] Add support for CRC ASE
new 2a50eccea8b [llvm-mca] Move the logic that updates the register files f [...]
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-mca/Backend.cpp | 28 ++++++++++-----------------
tools/llvm-mca/Dispatch.cpp | 43 ++++++++++++++++++++++++++++++++++++++++-
tools/llvm-mca/Dispatch.h | 5 ++++-
tools/llvm-mca/InstrBuilder.cpp | 36 +++-------------------------------
tools/llvm-mca/InstrBuilder.h | 3 +--
tools/llvm-mca/Instruction.h | 8 +++++---
6 files changed, 65 insertions(+), 58 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 8367c1d3cf [Sema] Pop function scope when instantiating a func with ski [...]
new f4806a953b [OpenMP] Add OpenMP data sharing infrastructure using global memory
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/CGDecl.cpp | 29 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 5 +
lib/CodeGen/CGOpenMPRuntime.h | 10 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 604 +++++++++++++++++++++++++++++++--
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 33 ++
lib/CodeGen/CGStmtOpenMP.cpp | 1 +
lib/CodeGen/CodeGenFunction.cpp | 5 +
test/OpenMP/nvptx_data_sharing.cpp | 91 +++++
test/OpenMP/nvptx_parallel_codegen.cpp | 475 +++++++++++++-------------
9 files changed, 981 insertions(+), 272 deletions(-)
create mode 100644 test/OpenMP/nvptx_data_sharing.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 188db946b Update selected thread after loading mach core
new 0bf634d43 [test] Disable TestMachCore everywhere except on Darwin
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:
.../lldbsuite/test/functionalities/postmortem/mach-core/TestMachCore.py | 1 +
1 file changed, 1 insertion(+)
--
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 ead876539dc [LTO/gold] Support --wrap
new 64c4f712b2d [LTO/gold] Fix workaround for old plugin-api.h in --wrap support
new c2b0f90df1f [X86][Btver2] Fix YMM shuffle, permute and permutevar sched [...]
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:
lib/Target/X86/X86ScheduleBtVer2.td | 57 +++++++++++++++++++++++++++++++++++++
test/CodeGen/X86/avx-schedule.ll | 26 ++++++++---------
test/CodeGen/X86/ssse3-schedule.ll | 4 +--
tools/gold/gold-plugin.cpp | 2 +-
4 files changed, 73 insertions(+), 16 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 8028151c18d rs6000: Fix sanitizer frame unwind on 32-bit ABIs
new d73881b0ed1 Fix ICE for missing header fix-it hints with overlarge #lin [...]
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 | 35 +++++++++++
gcc/diagnostic-show-locus.c | 105 ++++++++++++++++++++++----------
gcc/input.c | 16 +++++
gcc/selftest.c | 4 ++
gcc/selftest.h | 38 ++++++++++++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/fixits-pr84852-1.c | 25 ++++++++
gcc/testsuite/gcc.dg/fixits-pr84852-2.c | 25 ++++++++
libcpp/ChangeLog | 4 ++
libcpp/include/line-map.h | 12 ++++
10 files changed, 237 insertions(+), 33 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/fixits-pr84852-1.c
create mode 100644 gcc/testsuite/gcc.dg/fixits-pr84852-2.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 lld.
from 1c8377c04 Fix build broken by llvm r327486
new f4a2aeb56 [WebAssembly] Replace varargs debugPrint with standard log call
new 257335d35 [WebAssembly] Add missing implementation for --initial/max-me [...]
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:
test/wasm/data-layout.ll | 17 +++++++++++++-
test/wasm/import-memory.test | 20 ++++++++++++++++
wasm/Writer.cpp | 55 ++++++++++++++++++++++++++++----------------
3 files changed, 71 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.