This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e597c2c Explicitly state the behavior of inbounds with a null pointer.
new 090bead Test if we can use raw strings on all platforms compiling LLVM.
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:
unittests/MI/LiveIntervalTest.cpp | 252 +++++++++++++++++++-------------------
1 file changed, 126 insertions(+), 126 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 gcc.
from a86b66d Daily bump.
new 1555b8a PR c++/79679 - missing destructor for argument * call.c (bu [...]
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 | 4 ++++
gcc/cp/call.c | 11 ++++++-----
gcc/testsuite/g++.dg/init/cleanup4.C | 22 ++++++++++++++++++++++
3 files changed, 32 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/init/cleanup4.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 32a81bb AMDGPU: Add another BFE pattern
new 5925762 AMDGPU: Replace disabled exp inputs with undef
new e597c2c Explicitly state the behavior of inbounds with a null pointer.
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/LangRef.rst | 6 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 28 +++++++
test/Transforms/InstCombine/amdgcn-intrinsics.ll | 102 +++++++++++++++++++++++
3 files changed, 134 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 lldb.
from 3d0ffb7 Fixed errors in AllocatedBlock: - Allow zero byte size reques [...]
new 9899d2c Reverted 295897 pending refinements and fixes for green-dragon.
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:
scripts/Xcode/build-llvm.py | 59 ++++++++++++++++++++------------------
scripts/Xcode/repo.py | 33 ---------------------
scripts/Xcode/repos/svn-trunk.json | 19 ------------
3 files changed, 31 insertions(+), 80 deletions(-)
delete mode 100644 scripts/Xcode/repo.py
delete mode 100644 scripts/Xcode/repos/svn-trunk.json
--
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 release_40
in repository llvm.
from 7a79bd8 Merging r293273: -------------------------------------------- [...]
new d8ff05e Backport r293433, ARM: support `-mlong-calls` with AEABI TLS on ELF
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/ARMExpandPseudoInsts.cpp | 34 ++++++++++++++++++++++++++-------
test/CodeGen/ARM/aeabi-read-tp.ll | 26 +++++++++++++++++++++++++
2 files changed, 53 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/ARM/aeabi-read-tp.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 llvm.
from cd39b42 AMDGPU: Use clamp with f64
new 32a81bb AMDGPU: Add another BFE pattern
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/AMDGPU/AMDGPUInstructions.td | 86 ++++++++-------
lib/Target/AMDGPU/EvergreenInstructions.td | 2 +-
lib/Target/AMDGPU/SIInstructions.td | 3 +-
test/CodeGen/AMDGPU/bfe-patterns.ll | 163 +++++++++++++++++++++++++++++
4 files changed, 215 insertions(+), 39 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/bfe-patterns.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 b10bb32 [ObjC][Modules] Don't perform property lookup in hidden class [...]
new f1a0eca [ODRHash] Add IdentiferInfo and FieldDecl support.
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:
.../clang/Basic/DiagnosticSerializationKinds.td | 10 +++--
lib/AST/ODRHash.cpp | 24 ++++++++++-
lib/Serialization/ASTReader.cpp | 22 ++++++++++
test/Modules/odr_hash.cpp | 47 ++++++++++++++++++++++
4 files changed, 98 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 lld.
from d2137b1 Reduce templating a bit. NFC.
new edb3058 Fix /msvclto.
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/Driver.cpp | 43 +++++++++++++++++++++++++++++++++++++++++--
COFF/Driver.h | 4 +++-
COFF/DriverUtils.cpp | 39 +++------------------------------------
test/COFF/msvclto.ll | 7 ++++---
4 files changed, 51 insertions(+), 42 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 afc7c16 ELF: Simplify the thinlto.ll test and verify that importing i [...]
new d2137b1 Reduce templating a bit. NFC.
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/OutputSections.cpp | 5 ++---
ELF/OutputSections.h | 2 +-
ELF/Writer.cpp | 4 ++--
3 files changed, 5 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 gccgo
in repository gcc.
from 2cfa4f5 Merge from trunk revision 244947.
new ac1a55b Merge in changes from gofrontend repository that are not in G [...]
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/go/go-backend.c | 2 +-
gcc/go/go-gcc.cc | 11 +
gcc/go/gofrontend/backend.h | 5 +
gcc/go/gofrontend/export.cc | 8 +-
gcc/go/gofrontend/export.h | 6 +-
gcc/go/gofrontend/expressions.cc | 30 +-
gcc/go/gofrontend/expressions.h | 5 +-
gcc/go/gofrontend/gogo.cc | 2 +-
gcc/go/gofrontend/statements.cc | 4 +
gcc/go/gofrontend/types.cc | 7 +-
libgo/Makefile.am | 2 +-
libgo/Makefile.in | 35 +-
libgo/go/runtime/debug.go | 4 +-
libgo/go/runtime/os_gccgo.go | 4 +
libgo/go/runtime/panic.go | 5 -
libgo/go/runtime/pprof/mprof_test.go | 6 +-
libgo/go/runtime/proc.go | 1147 ++++++++++++++++++++++++++++++++-
libgo/go/runtime/runtime2.go | 10 +-
libgo/go/runtime/signal_sighandler.go | 6 +-
libgo/go/runtime/signal_unix.go | 2 +-
libgo/go/runtime/stubs.go | 86 +--
libgo/go/runtime/symtab.go | 6 +
libgo/runtime/go-breakpoint.c | 17 -
libgo/runtime/go-callers.c | 20 +-
libgo/runtime/go-libmain.c | 1 +
libgo/runtime/go-main.c | 1 +
libgo/runtime/malloc.h | 4 +-
libgo/runtime/mgc0.c | 16 +-
libgo/runtime/mheap.c | 70 +-
libgo/runtime/proc.c | 999 +++-------------------------
libgo/runtime/runtime.h | 65 +-
libgo/runtime/runtime_c.c | 37 --
libgo/runtime/thread-linux.c | 8 +-
libgo/runtime/thread-sema.c | 9 +-
34 files changed, 1419 insertions(+), 1221 deletions(-)
delete mode 100644 libgo/runtime/go-breakpoint.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.