This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 078b7e8f1e Add -fsanitize=fuzzer-no-link flag to the driver.
new c5fedc7598 [OpenMP] Move failing flag tests to disabled GPU offloading [...]
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/Driver/openmp-offload-gpu.c | 32 ++++++++++++++++++++++++++++++++
test/Driver/openmp-offload.c | 32 --------------------------------
2 files changed, 32 insertions(+), 32 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 d7c4d25f1 Add `-z muldefs` option.
new ea82cf374 Fix some broken tests.
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 | 8 ++++----
test/COFF/pdb-linker-module.test | 2 +-
2 files changed, 5 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 llvm.
from 8026017fd0d Fix access to undefined weak symbols in pic code
new 668a56d09e7 [X86] Don't use fsin/fcos/fsincos instructions ever
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 | 27 +++----
test/CodeGen/X86/sincos-opt.ll | 6 +-
test/CodeGen/X86/sincos.ll | 156 ++++++++++++++-----------------------
3 files changed, 75 insertions(+), 114 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 a0d9135ea [pdb] Fix linker module symbols to work with dbgeng.
new d7c4d25f1 Add `-z muldefs` option.
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:
ELF/Driver.cpp | 3 ++-
test/ELF/allow-multiple-definition.s | 5 +++++
2 files changed, 7 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 0a4c4a2bdd6 [libFuzzer] recommend Clang Coverage for coverage visualization
new 45424dbebb0 AMDGPU: Start adding tail call support
new 363fd7a30f2 Output S_SECTION symbols to the Linker module.
new 8026017fd0d Fix access to undefined weak symbols in pic code
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:
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 6 +-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 37 +++++
lib/Target/AMDGPU/AMDGPUISelLowering.h | 6 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 6 +
lib/Target/AMDGPU/AMDGPUMCInstLower.cpp | 3 +
lib/Target/AMDGPU/SIISelLowering.cpp | 204 +++++++++++++++++++++++---
lib/Target/AMDGPU/SIISelLowering.h | 9 ++
lib/Target/AMDGPU/SIInstructions.td | 25 ++++
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 19 +++
lib/Target/X86/X86Subtarget.cpp | 18 ++-
test/CodeGen/AMDGPU/sibling-call.ll | 225 +++++++++++++++++++++++++++++
test/CodeGen/AMDGPU/tail-call-cgp.ll | 43 ++++++
test/CodeGen/X86/weak-undef.ll | 58 ++++++++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 68 ---------
tools/llvm-pdbutil/FormatUtil.cpp | 85 +++++++++++
tools/llvm-pdbutil/FormatUtil.h | 9 ++
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 19 ++-
17 files changed, 745 insertions(+), 95 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/sibling-call.ll
create mode 100644 test/CodeGen/AMDGPU/tail-call-cgp.ll
create mode 100644 test/CodeGen/X86/weak-undef.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 lld.
from 2db4bb7a1 Remove unused lambda capture.
new 06b4f887f Output S_SECTION symbols to the Linker module.
new a0d9135ea [pdb] Fix linker module symbols to work with dbgeng.
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/PDB.cpp | 55 ++++++++++++++++++++++++++++++++++++++++++-------------
1 file changed, 42 insertions(+), 13 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 4e00089e474 Revert r310716 (and r310735): [globalisel][tablegen] Suppor [...]
new 65b6f2d1746 [libFuzzer] Re-enable coverage.test on Darwin.
new 0a4c4a2bdd6 [libFuzzer] recommend Clang Coverage for coverage visualization
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:
docs/LibFuzzer.rst | 28 ++++------------------------
lib/Fuzzer/test/coverage.test | 2 --
2 files changed, 4 insertions(+), 26 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 b43d277ce [LLD/PDB] Write actual records to the globals stream.
new 2db4bb7a1 Remove unused lambda capture.
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 | 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 openacc-gcc-7-branch
in repository gcc.
from 0eab7909b07 Adjust k80 hardware resources.
new 1061534b13e Enable dynamic num_workers
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.openacc | 8 ++++++++
gcc/config/nvptx/nvptx.c | 9 +++------
libgomp/ChangeLog.openacc | 5 +++++
libgomp/plugin/plugin-nvptx.c | 34 +++++++++++++++++-----------------
4 files changed, 33 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.