This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from 559038f [GreenDragon] Don't mix build and install dirs
new d0b59cc Remove phasedClang and getClangMinGWBuildFactory from ClangBu [...]
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:
zorg/buildbot/builders/ClangBuilder.py | 313 ---------------------------------
1 file changed, 313 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 7e877ba Reapply "Mips: Avoid implicit iterator conversions, NFC"
new 91aa2f6 bugpoint: add flag -verbose-errors
new eb1556c [llvm-cov] Attempt to appease an older builder
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/CommandGuide/bugpoint.rst | 8 ++++++++
tools/bugpoint/CrashDebugger.cpp | 8 +++++++-
tools/llvm-cov/CodeCoverage.cpp | 4 +++-
3 files changed, 18 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 clang.
from 51856a5 [index] Create different USR if a property is a class property.
new 9519129 [CUDA][OpenMP] Create generic offload action
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/Driver/Action.h | 190 ++++++++++--
include/clang/Driver/Compilation.h | 11 +-
include/clang/Driver/Driver.h | 27 +-
lib/Driver/Action.cpp | 217 ++++++++++++-
lib/Driver/Driver.cpp | 370 ++++++++++++++++-------
lib/Driver/ToolChain.cpp | 3 +-
lib/Driver/Tools.cpp | 110 ++++---
lib/Driver/Tools.h | 3 +-
lib/Frontend/CreateInvocationFromCommandLine.cpp | 16 +-
test/Driver/cuda_phases.cu | 206 +++++++++++++
10 files changed, 933 insertions(+), 220 deletions(-)
create mode 100644 test/Driver/cuda_phases.cu
--
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 906ef8a Fix a typeo.
new 6b635bc [asan] trying to fix the windows build
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/sanitizer_common/sanitizer_platform_interceptors.h | 3 ++-
test/asan/TestCases/{ => Linux}/memmem_test.cc | 0
2 files changed, 2 insertions(+), 1 deletion(-)
rename test/asan/TestCases/{ => Linux}/memmem_test.cc (100%)
--
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 13ca1cc [llvm-cov] Optionally use a symbol demangler when preparing reports
new 84b5112 [llvm-cov] Attempt to appease Windows bots
new 7e877ba Reapply "Mips: Avoid implicit iterator conversions, 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:
lib/Target/Mips/MipsConstantIslandPass.cpp | 78 ++++++++++++++----------------
lib/Target/Mips/MipsDelaySlotFiller.cpp | 6 +--
lib/Target/Mips/MipsHazardSchedule.cpp | 4 +-
lib/Target/Mips/MipsInstrInfo.cpp | 12 ++---
lib/Target/Mips/MipsInstrInfo.h | 2 +-
lib/Target/Mips/MipsLongBranch.cpp | 6 +--
tools/llvm-cov/CodeCoverage.cpp | 3 +-
7 files changed, 53 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 llvm.
from 2e7b0c9 Minor code cleanups. NFC.
new b203f80 [Support] Fix a doxygen comment (NFC)
new a5ec41d [llvm-cov] Document a few private fields of CodeCoverageTool (NFC)
new 13ca1cc [llvm-cov] Optionally use a symbol demangler when preparing reports
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:
docs/CommandGuide/llvm-cov.rst | 8 +++
include/llvm/Support/Program.h | 2 +-
test/tools/llvm-cov/demangle.test | 4 ++
tools/llvm-cov/CodeCoverage.cpp | 123 +++++++++++++++++++++++++++++++++--
tools/llvm-cov/CoverageViewOptions.h | 7 +-
5 files changed, 137 insertions(+), 7 deletions(-)
create mode 100644 test/tools/llvm-cov/demangle.test
--
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 be6d476 Fix TestDarwinNSLogOutput for windows
new e004c52 Fixes for standalone build:
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:
cmake/modules/LLDBStandalone.cmake | 2 ++
1 file changed, 2 insertions(+)
--
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 e066e58 AMDGPU: Fix verifier error from partially undef copy
new 0207ca8 [lanai] Small cleanup: remove/comment out unused args
new 2e7b0c9 Minor code cleanups. 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:
.../AArch64/Disassembler/AArch64Disassembler.cpp | 4 ++--
lib/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 12 ++++++----
.../Lanai/Disassembler/LanaiDisassembler.cpp | 19 ++++++++--------
lib/Target/Lanai/InstPrinter/LanaiInstPrinter.cpp | 8 +++----
lib/Target/Lanai/LanaiAsmPrinter.cpp | 7 +++---
lib/Target/Lanai/LanaiDelaySlotFiller.cpp | 2 +-
lib/Target/Lanai/LanaiFrameLowering.cpp | 4 ++--
lib/Target/Lanai/LanaiFrameLowering.h | 2 +-
lib/Target/Lanai/LanaiISelDAGToDAG.cpp | 2 +-
lib/Target/Lanai/LanaiISelLowering.cpp | 19 ++++++++--------
lib/Target/Lanai/LanaiInstrInfo.cpp | 26 ++++++++++------------
lib/Target/Lanai/LanaiMCInstLower.h | 2 +-
lib/Target/Lanai/LanaiRegisterInfo.cpp | 13 ++++++-----
lib/Target/Lanai/LanaiSelectionDAGInfo.cpp | 8 ++++---
lib/Target/Lanai/LanaiSubtarget.cpp | 6 ++---
lib/Target/Lanai/LanaiTargetMachine.cpp | 10 ++++-----
lib/Target/Lanai/LanaiTargetMachine.h | 2 +-
lib/Target/Lanai/LanaiTargetObjectFile.cpp | 2 +-
lib/Target/Lanai/LanaiTargetTransformInfo.h | 3 +--
lib/Target/Lanai/MCTargetDesc/LanaiAsmBackend.cpp | 23 ++++++++++---------
.../Lanai/MCTargetDesc/LanaiELFObjectWriter.cpp | 10 ++++-----
lib/Target/Lanai/MCTargetDesc/LanaiMCAsmInfo.cpp | 2 +-
.../Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 3 ++-
lib/Target/Lanai/MCTargetDesc/LanaiMCExpr.h | 2 +-
.../Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp | 4 ++--
25 files changed, 99 insertions(+), 96 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 6417b3c [lanai] Fix build by updating calls to getLoad & getStore.
new 36b9c09 BPF: Use official ELF e_machine value
new 4672601 ExpandPostRAPseudos should transfer implicit uses, not only i [...]
new e066e58 AMDGPU: Fix verifier error from partially undef copy
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/Object/ELFObjectFile.h | 5 ++
include/llvm/Support/ELF.h | 6 ++
include/llvm/Support/ELFRelocs/BPF.def | 9 +++
lib/CodeGen/ExpandPostRAPseudos.cpp | 20 +++----
lib/Object/ELF.cpp | 6 ++
lib/ObjectYAML/ELFYAML.cpp | 4 ++
lib/Target/AMDGPU/SIInstrInfo.cpp | 8 +--
lib/Target/BPF/MCTargetDesc/BPFELFObjectWriter.cpp | 2 +-
test/CodeGen/AMDGPU/undefined-subreg-liverange.ll | 70 +++++++++++++++++++++-
test/CodeGen/ARM/twoaddrinstr.ll | 1 +
test/CodeGen/X86/pr28560.ll | 13 ++++
tools/llvm-objdump/llvm-objdump.cpp | 1 +
tools/llvm-readobj/ELFDumper.cpp | 1 +
13 files changed, 125 insertions(+), 21 deletions(-)
create mode 100644 include/llvm/Support/ELFRelocs/BPF.def
create mode 100644 test/CodeGen/X86/pr28560.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 compiler-rt.
from b2df854 [sanitizers] add interceptor for memmem; add weak hooks for s [...]
new 906ef8a Fix a typeo.
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/profile/InstrProfilingFile.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.