This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c84a897364 Test commit access: apply clang-format suggestion
new f828172bcf [CUDA] Include single GPU binary, NFCI.
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/Frontend/CodeGenOptions.h | 7 +-
lib/CodeGen/CGCUDANV.cpp | 135 ++++++++++++++------------------
lib/Driver/ToolChains/Clang.cpp | 11 ++-
lib/Frontend/CompilerInvocation.cpp | 4 +-
test/Driver/cuda-options.cu | 23 ++++--
5 files changed, 87 insertions(+), 93 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 lld.
from 475951e03 [WebAssembly] Return a StringRef instead of std::string from [...]
new 7151813ca Merge {COFF,ELF}/Strings.cpp to Common/Strings.cpp.
new 1439d560c [WebAssembly] Use toArrayRef. NFC.
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:
COFF/CMakeLists.txt | 1 -
COFF/Strings.cpp | 35 ---------------------
COFF/Strings.h | 23 --------------
COFF/Symbols.cpp | 4 +--
Common/Strings.cpp | 66 ++++++++++++++++++++++++++++++++++++++
ELF/AArch64ErrataFix.cpp | 2 +-
ELF/CMakeLists.txt | 1 -
ELF/Driver.cpp | 2 +-
ELF/EhFrame.cpp | 2 +-
ELF/LinkerScript.cpp | 2 +-
ELF/LinkerScript.h | 2 +-
ELF/MapFile.cpp | 2 +-
ELF/MarkLive.cpp | 2 +-
ELF/OutputSections.cpp | 2 +-
ELF/Relocations.cpp | 2 +-
ELF/Strings.cpp | 60 -----------------------------------
ELF/Strings.h | 75 --------------------------------------------
ELF/SymbolTable.h | 2 +-
ELF/Symbols.h | 2 +-
ELF/SyntheticSections.cpp | 2 +-
ELF/Writer.cpp | 2 +-
include/lld/Common/Strings.h | 53 +++++++++++++++++++++++++++++++
wasm/Writer.cpp | 12 +++----
23 files changed, 140 insertions(+), 216 deletions(-)
delete mode 100644 COFF/Strings.cpp
delete mode 100644 COFF/Strings.h
delete mode 100644 ELF/Strings.cpp
delete mode 100644 ELF/Strings.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 gcc.
from 48640bda345 PR target/52991 * stor-layout.c (update_alignment_for_fie [...]
new a87fc4f9c8a 2018-02-28 Paul Thomas <pault(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/trans-stmt.c | 3 ++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gfortran.dg/associate_36.f90 | 3 ++-
gcc/testsuite/gfortran.dg/associate_37.f90 | 15 +++++++++++++++
5 files changed, 34 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_37.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 openmp.
from b9f2cce [OMPT] Fix inconsistent testcases
new 884f538 [OMPT] Fix ompt_get_task_info() and add tests for it
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:
runtime/src/ompt-specific.cpp | 3 +
runtime/test/ompt/callback.h | 61 +++++++----
runtime/test/ompt/tasks/task_types.c | 206 ++++++++++++++++++++++++-----------
3 files changed, 182 insertions(+), 88 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 lld.
from 5d2e499cc [WebAssembly] Reorder symbol table to match MC order
new 982ede66d [WebAssembly] Improve WasmSignatureDenseMapInfo.
new 475951e03 [WebAssembly] Return a StringRef instead of std::string from [...]
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:
wasm/OutputSections.cpp | 14 +++++++-------
wasm/OutputSections.h | 2 +-
wasm/Writer.cpp | 7 +++----
3 files changed, 11 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 efd80a619fd [ARM] Lower lower saturate to 0 and lower saturate to -1 us [...]
new 15d6598bc2c [WebAssembly] Reorder symbol table to match MC order
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/MC/WasmObjectWriter.cpp | 81 +++++++++++++--------------
test/MC/WebAssembly/comdat.ll | 12 ++--
test/MC/WebAssembly/external-data.ll | 2 +-
test/MC/WebAssembly/external-func-address.ll | 2 +-
test/MC/WebAssembly/func-address.ll | 6 +-
test/MC/WebAssembly/global-ctor-dtor.ll | 84 ++++++++++++++--------------
test/MC/WebAssembly/reloc-code.ll | 8 +--
test/MC/WebAssembly/reloc-data.ll | 10 ++--
test/MC/WebAssembly/weak-alias.ll | 28 +++++-----
test/MC/WebAssembly/weak.ll | 8 +--
10 files changed, 120 insertions(+), 121 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 lld.
from cf7ec58fb [ELF] Process linker scripts deeper when declaring symbols.
new 5d2e499cc [WebAssembly] Reorder symbol table to match MC order
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/wasm/data-layout.ll | 4 ++--
test/wasm/init-fini.ll | 48 ++++++++++++++++++-------------------
test/wasm/relocatable.ll | 60 +++++++++++++++++++++++-----------------------
test/wasm/stack-pointer.ll | 12 +++++-----
test/wasm/weak-alias.ll | 56 +++++++++++++++++++++----------------------
5 files changed, 90 insertions(+), 90 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 548f25596d8 [InstCombine] auto-generate complete checks; NFC
new efd80a619fd [ARM] Lower lower saturate to 0 and lower saturate to -1 us [...]
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/ARM/ARMISelLowering.cpp | 61 ++++++++++++++
test/CodeGen/ARM/atomic-op.ll | 5 +-
test/CodeGen/ARM/sat-to-bitop.ll | 157 +++++++++++++++++++++++++++++++++++++
3 files changed, 221 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/ARM/sat-to-bitop.ll
--
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 59ae3c9cf30 * config/aarch64/aarch64.c (aarch64_emit_probe_stack_range [...]
new 48640bda345 PR target/52991 * stor-layout.c (update_alignment_for_fie [...]
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 | 14 ++++++++++
gcc/stor-layout.c | 50 +++++++++++++++++++++++++++++------
gcc/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.dg/bf-ms-layout-2.c | 16 +++++------
gcc/testsuite/gcc.dg/bf-ms-layout-4.c | 43 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/bf-ms-layout-5.c | 45 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/bf-ms-layout.c | 16 +++++------
7 files changed, 168 insertions(+), 24 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/bf-ms-layout-4.c
create mode 100644 gcc/testsuite/gcc.dg/bf-ms-layout-5.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.