This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from aa5bc4a [gardening] Switch back to auto. NFCI.
new 75923ba [ELF] Introduce a flag to parse response files according to w [...]
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/DriverUtils.cpp | 26 +++++++++++++++++++++++---
ELF/Options.td | 3 +++
test/ELF/basic.s | 15 +++++++++++++--
3 files changed, 39 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 7bae266 [CodeView] Emit an appropriate symbol kind for globals
new b2ad34a Add initial support for R_386_GOT32X.
new 705101d [MemorySSA] Reinstate the legacy printer and verifier.
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:
include/llvm/InitializePasses.h | 1 +
include/llvm/Transforms/Utils/MemorySSA.h | 11 ++++++++
lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp | 2 ++
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 25 +++++++++++++-----
lib/Target/X86/MCTargetDesc/X86FixupKinds.h | 2 ++
lib/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 7 +++--
.../X86/MCTargetDesc/X86MachObjectWriter.cpp | 1 +
.../X86/MCTargetDesc/X86WinCOFFObjectWriter.cpp | 1 +
lib/Transforms/Utils/MemorySSA.cpp | 30 ++++++++++++++++++++++
lib/Transforms/Utils/Utils.cpp | 1 +
test/MC/ELF/got-relaxed-i386.s | 22 ++++++++++++++++
test/MC/ELF/relocation-386.s | 4 +--
test/Transforms/Util/MemorySSA/atomic-clobber.ll | 2 +-
test/Transforms/Util/MemorySSA/cyclicphi.ll | 2 +-
test/Transforms/Util/MemorySSA/function-clobber.ll | 2 +-
.../Util/MemorySSA/function-mem-attrs.ll | 2 +-
test/Transforms/Util/MemorySSA/livein.ll | 2 +-
test/Transforms/Util/MemorySSA/load-invariant.ll | 2 +-
.../Transforms/Util/MemorySSA/many-dom-backedge.ll | 2 +-
test/Transforms/Util/MemorySSA/many-doms.ll | 2 +-
test/Transforms/Util/MemorySSA/multi-edges.ll | 2 +-
.../Util/MemorySSA/multiple-backedges-hal.ll | 2 +-
.../Util/MemorySSA/multiple-locations.ll | 2 +-
test/Transforms/Util/MemorySSA/no-disconnected.ll | 2 +-
test/Transforms/Util/MemorySSA/optimize-use.ll | 2 +-
test/Transforms/Util/MemorySSA/phi-translation.ll | 2 +-
test/Transforms/Util/MemorySSA/volatile-clobber.ll | 2 +-
27 files changed, 111 insertions(+), 26 deletions(-)
create mode 100644 test/MC/ELF/got-relaxed-i386.s
--
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 ceeab35 [CodeGen, DebugInfo] Use hasLocalLinkage instead of hasIntern [...]
new ebd3497 [CUDA] Add support for CUDA 8 and sm_60-62.
new fd3a1ac [CUDA] Add utility functions for dealing with CUDA versions / [...]
new 74bf885 [CUDA] Rename member variables in CudaInstallationDetector.
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/clang/Basic/Cuda.h | 77 ++++++++++++++++++++
include/clang/Driver/Action.h | 19 ++---
lib/Basic/CMakeLists.txt | 1 +
lib/Basic/Cuda.cpp | 165 ++++++++++++++++++++++++++++++++++++++++++
lib/Basic/Targets.cpp | 94 ++++++++++--------------
lib/Driver/Action.cpp | 33 +--------
lib/Driver/Driver.cpp | 29 ++++----
lib/Driver/ToolChains.cpp | 46 ++++++------
lib/Driver/ToolChains.h | 30 ++++----
lib/Driver/Tools.cpp | 7 +-
10 files changed, 350 insertions(+), 151 deletions(-)
create mode 100644 include/clang/Basic/Cuda.h
create mode 100644 lib/Basic/Cuda.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 d6ed0ff [InstCombine] use more specific pattern matchers; NFCI
new 41ba9f9 [LIR] Fix mis-compilation with unwinding.
new ab677c5 [NVPTX] Add sm_60, sm_61, sm_62 targets to LLVM.
new cc3da7f [CodeView] Unions are always sealed
new 7bae266 [CodeView] Emit an appropriate symbol kind for globals
The 4 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/AsmPrinter/CodeViewDebug.cpp | 16 +++++++++++---
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 ++
lib/Target/NVPTX/NVPTX.td | 14 +++++++++++-
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 8 +++++++
test/CodeGen/NVPTX/sm-version-60.ll | 5 +++++
test/CodeGen/NVPTX/sm-version-61.ll | 5 +++++
test/CodeGen/NVPTX/sm-version-62.ll | 5 +++++
test/DebugInfo/COFF/globals-discarded.ll | 2 +-
test/DebugInfo/COFF/globals.ll | 9 +++++---
test/DebugInfo/COFF/multifunction.ll | 12 +++++++---
test/DebugInfo/COFF/types-data-members.ll | 3 ++-
test/DebugInfo/PDB/pdbdump-headers.test | 2 ++
test/Transforms/LoopIdiom/unwind.ll | 33 ++++++++++++++++++++++++++++
13 files changed, 104 insertions(+), 12 deletions(-)
create mode 100644 test/CodeGen/NVPTX/sm-version-60.ll
create mode 100644 test/CodeGen/NVPTX/sm-version-61.ll
create mode 100644 test/CodeGen/NVPTX/sm-version-62.ll
create mode 100644 test/Transforms/LoopIdiom/unwind.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 clang.
from 5d5b120 NVPTX: Rename __builtin_ptx_shfl -> __nvvm_shfl
new ceeab35 [CodeGen, DebugInfo] Use hasLocalLinkage instead of hasIntern [...]
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/CGDebugInfo.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 compiler-rt.
from ccf627e Fix cmake generation on Apple for interception unittests
new 3df3942 [esan|wset] Ensure SIGSEGV is not blocked
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/esan/esan.cpp | 6 ++++
lib/esan/esan.h | 1 +
lib/esan/esan_interceptors.cpp | 39 +++++++++++++++++++++++++
lib/esan/working_set.h | 1 +
lib/esan/working_set_posix.cpp | 25 ++++++++++++++--
lib/sanitizer_common/sanitizer_linux.cc | 14 +++++++++
lib/sanitizer_common/sanitizer_posix.h | 2 ++
test/esan/TestCases/workingset-signal-posix.cpp | 23 ++++++++++++---
8 files changed, 105 insertions(+), 6 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 a5ef55b Add 'thinlto_src_module' metadata to imported function
new d6ed0ff [InstCombine] use more specific pattern matchers; 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:
lib/Transforms/InstCombine/InstCombineSelect.cpp | 22 ++++++++++------------
1 file changed, 10 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 compiler-rt.
from f9c7797 [esan|wset] Further reduce flakiness of sampling test
new ccf627e Fix cmake generation on Apple for interception unittests
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/interception/tests/CMakeLists.txt | 2 --
1 file changed, 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 1a6ed75 [esan|wset] Fix incorrect memory size assert
new a5ef55b Add 'thinlto_src_module' metadata to imported function
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/Transforms/IPO/FunctionImport.cpp | 6 ++++++
test/Transforms/FunctionImport/funcimport.ll | 21 +++++++++++----------
2 files changed, 17 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 compiler-rt.
from 36c88f5 [compiler-rt] Disable interception tests on Apple
new f9c7797 [esan|wset] Further reduce flakiness of sampling test
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/esan/TestCases/workingset-samples.cpp | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.