This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository zorg.
from e52f6b1 Increased timeout for clang-3stage-ubuntu builder.
new 4c21100 [zorg] Add a step to run NDK update step to the scripted LLDB [...]
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/LLDBBuilder.py | 7 +++++++
1 file changed, 7 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 gcc.
from 9ac07c1 runtime: use -fgo-c-header to build C header file
new 2e7400d C++: add fixit for '>>' template error
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/cp/ChangeLog | 5 +++++
gcc/cp/parser.c | 6 ++++--
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/g++.dg/template/double-greater-than-fixit.C | 10 ++++++++++
4 files changed, 23 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/double-greater-than-fixit.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 llvm.
from 7be2d15 GlobalISel: combine extracts & sequences created for legalization
new deb6ead llvm-readobj: speculative fix for MSVC
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-readobj/ELFDumper.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 master
in repository clang.
from 267f1e5 [test] Pass a fake libLTO.dylib to a driver test which depends on it
new 7c5e085 Fix memory leak by storing returned pointer in std::unique_ptr
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/Tooling/Tooling.cpp | 7 +++----
1 file changed, 3 insertions(+), 4 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 bb180d4 [LTO] Fix the logic for dropping unnamed_addr.
new a77b74e Pass Binding instead of IsWeak to addBitcode.
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/InputFiles.cpp | 5 ++---
ELF/SymbolTable.cpp | 5 ++---
ELF/SymbolTable.h | 4 ++--
3 files changed, 6 insertions(+), 8 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 glibc.
from 9d84d0e Use fabs(x) instead of branching on signedness of input to si [...]
new aaf3045 hurd: Fix adjtime call with OLDDELTA == NULL
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:
ChangeLog | 5 +++++
sysdeps/mach/hurd/adjtime.c | 4 ++++
2 files changed, 9 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 67a6032 [LoopVectorizer] Predicate instructions in blocks with severa [...]
new 911b0b8 Revert "ELFDumper: Unversioned symbols must not have trailing @"
new d7a5ad2 [libfuzzer] simplified unit truncation; do not write trunc it [...]
new 605a81a AMDGPU: Relax SGPR asm constraint register class
new 7be2d15 GlobalISel: combine extracts & sequences created for legalization
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 3 +-
.../llvm/CodeGen/GlobalISel/MachineLegalizePass.h | 5 ++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 4 +
lib/CodeGen/GlobalISel/MachineLegalizePass.cpp | 79 +++++++++++++++++++
lib/Fuzzer/FuzzerLoop.cpp | 40 +++-------
lib/Fuzzer/test/fuzzer-trunc.test | 8 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 26 +++---
.../AArch64/GlobalISel/legalize-combines.mir | 92 ++++++++++++++++++++++
test/CodeGen/AMDGPU/inline-constraints.ll | 10 +++
test/tools/llvm-readobj/elf-versioninfo.test | 8 +-
test/tools/llvm-readobj/mips-got.test | 18 ++---
tools/llvm-readobj/ELFDumper.cpp | 3 -
13 files changed, 236 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/legalize-combines.mir
--
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 eafd0d5 A few minor stylistic cleanups in StringExtractor.
new 5bf234b Add SBType::GetArrayType() such that - given a type - one can [...]
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/lldb/API/SBType.h | 3 +++
include/lldb/Symbol/ClangASTContext.h | 3 +++
include/lldb/Symbol/CompilerType.h | 3 +++
include/lldb/Symbol/TypeSystem.h | 3 +++
scripts/interface/SBType.i | 3 +++
source/API/SBType.cpp | 8 ++++++++
source/Symbol/ClangASTContext.cpp | 18 ++++++++++++++++++
source/Symbol/CompilerType.cpp | 11 ++++++++++-
source/Symbol/TypeSystem.cpp | 6 ++++++
9 files changed, 57 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 clang.
from 4f545d9 [test] Add libLTO as a clang test dependency on Darwin
new 092bdf8 Revert "[test] Add libLTO as a clang test dependency on Darwin"
new 267f1e5 [test] Pass a fake libLTO.dylib to a driver test which depends on it
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/CMakeLists.txt | 4 ----
test/Driver/darwin-ld-lto.c | 14 +++++++-------
2 files changed, 7 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.