This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 04d404b Re-apply r278065 (Weak symbol support in RuntimeDyld) with a [...]
new bf1a5ce update to use FileCheck and auto-generate checks
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:
.../InstCombine/2007-03-25-BadShiftMask.ll | 58 ++++++++++++++--------
1 file changed, 38 insertions(+), 20 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 6728a34 Add a missing -no-canonical-prefixes.
new 864b7d2 [OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
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/Basic/TargetInfo.h | 5 +++++
include/clang/Frontend/CodeGenOptions.def | 1 +
lib/Basic/Targets.cpp | 29 +++++++++++++++++++++++++++--
lib/Frontend/CompilerInstance.cpp | 3 +++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGenOpenCL/denorms-are-zero.cl | 10 +++++++++-
6 files changed, 46 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 llvm.
from c93602e [vim] Update the llvm.vim syntax file
new 04d404b Re-apply r278065 (Weak symbol support in RuntimeDyld) with a [...]
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/ExecutionEngine/Orc/OrcMCJITReplacement.h | 6 ++++--
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 18 ++++++++++++++++++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 1 +
.../{OrcLazy => MCJIT}/Inputs/weak-function-2.ll | 0
.../{OrcLazy => MCJIT}/weak-function.ll | 2 +-
.../{OrcLazy => OrcMCJIT}/Inputs/weak-function-2.ll | 0
.../{OrcLazy => OrcMCJIT}/weak-function.ll | 2 +-
7 files changed, 25 insertions(+), 4 deletions(-)
copy test/ExecutionEngine/{OrcLazy => MCJIT}/Inputs/weak-function-2.ll (100%)
copy test/ExecutionEngine/{OrcLazy => MCJIT}/weak-function.ll (85%)
copy test/ExecutionEngine/{OrcLazy => OrcMCJIT}/Inputs/weak-function-2.ll (100%)
copy test/ExecutionEngine/{OrcLazy => OrcMCJIT}/weak-function.ll (85%)
--
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 5e743c3 [CUDA] Regression test to make sure C++ include path are forw [...]
new 6728a34 Add a missing -no-canonical-prefixes.
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/cuda-detect.cu | 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 binutils-gdb.
from 7cfee22 Support -pie for arm*-eabi targets.
new f348d89 Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...]
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:
gdb/ChangeLog | 17 +++++
gdb/Makefile.in | 9 ++-
gdb/common/common.m4 | 2 +-
gdb/common/signals-state-save-restore.c | 94 +++++++++++++++++++++++
gdb/common/signals-state-save-restore.h | 39 ++++++++++
gdb/configure | 2 +-
gdb/fork-child.c | 4 +-
gdb/gdbserver/ChangeLog | 13 ++++
gdb/gdbserver/Makefile.in | 4 +
gdb/gdbserver/config.in | 3 +
gdb/gdbserver/configure | 2 +-
gdb/gdbserver/linux-low.c | 4 +-
gdb/gdbserver/server.c | 4 +-
gdb/main.c | 2 +
gdb/testsuite/ChangeLog | 7 ++
gdb/testsuite/gdb.base/signals-state-child.c | 101 +++++++++++++++++++++++++
gdb/testsuite/gdb.base/signals-state-child.exp | 82 ++++++++++++++++++++
gdb/testsuite/gdb.gdb/selftest.exp | 4 +
18 files changed, 386 insertions(+), 7 deletions(-)
create mode 100644 gdb/common/signals-state-save-restore.c
create mode 100644 gdb/common/signals-state-save-restore.h
create mode 100644 gdb/testsuite/gdb.base/signals-state-child.c
create mode 100644 gdb/testsuite/gdb.base/signals-state-child.exp
--
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 gdb-7.12-branch
in repository binutils-gdb.
from 1b6ec8e Synchronize libiberty sources with FSF GCC mainline version.
new 35fcb4f Fix PR gdb/18653: gdb disturbs inferior's inherited signal di [...]
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:
gdb/ChangeLog | 17 +++++
gdb/Makefile.in | 9 ++-
gdb/common/common.m4 | 2 +-
gdb/common/signals-state-save-restore.c | 94 +++++++++++++++++++++++
gdb/common/signals-state-save-restore.h | 39 ++++++++++
gdb/configure | 2 +-
gdb/fork-child.c | 4 +-
gdb/gdbserver/ChangeLog | 13 ++++
gdb/gdbserver/Makefile.in | 4 +
gdb/gdbserver/config.in | 3 +
gdb/gdbserver/configure | 2 +-
gdb/gdbserver/linux-low.c | 4 +-
gdb/gdbserver/server.c | 4 +-
gdb/main.c | 2 +
gdb/testsuite/ChangeLog | 7 ++
gdb/testsuite/gdb.base/signals-state-child.c | 101 +++++++++++++++++++++++++
gdb/testsuite/gdb.base/signals-state-child.exp | 82 ++++++++++++++++++++
gdb/testsuite/gdb.gdb/selftest.exp | 4 +
18 files changed, 386 insertions(+), 7 deletions(-)
create mode 100644 gdb/common/signals-state-save-restore.c
create mode 100644 gdb/common/signals-state-save-restore.h
create mode 100644 gdb/testsuite/gdb.base/signals-state-child.c
create mode 100644 gdb/testsuite/gdb.base/signals-state-child.exp
--
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 binutils-gdb.
from 68994ca Correct the calculation of the use_counts of merged .got entries.
new 7cfee22 Support -pie for arm*-eabi targets.
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:
ld/ChangeLog | 4 ++++
ld/emulparams/armelf.sh | 1 +
2 files changed, 5 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 binutils-2_27-branch
in repository binutils-gdb.
from a50477c Automatic date update in version.in
new 79a117c Support -pie for arm*-eabi targets.
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:
ld/ChangeLog | 4 ++++
ld/emulparams/armelf.sh | 1 +
2 files changed, 5 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 543ae79 [X86] Don't model UD2/UD2B as a terminator
new c93602e [vim] Update the llvm.vim syntax file
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:
utils/vim/syntax/llvm.vim | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.