This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3eae0cb [APInt] Remove unused functions from the APIntOps namespace. [...]
new 406105d [APInt] Rewrite getLoBits in a way that will do one less memo [...]
new a694469 [PowerPC] add tests for setcc+setcc+logic; 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/Support/APInt.cpp | 7 +-
test/CodeGen/PowerPC/setcc-logic.ll | 313 ++++++++++++++++++++++++++++++++++++
unittests/ADT/APIntTest.cpp | 18 +++
3 files changed, 335 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/PowerPC/setcc-logic.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from f9911ad build-linux.sh: Run apt-get update before installing lava-tool.
new 2dc838b build-linux.sh: linaro-cp.py needs python-requests package.
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:
build-linux.sh | 3 ++-
1 file changed, 2 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from f8354ef $boot is true/false, not yes/no.
new f9911ad build-linux.sh: Run apt-get update before installing lava-tool.
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:
build-linux.sh | 1 +
1 file changed, 1 insertion(+)
--
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 d1c650c [DAGCombiner] remove redundant code and add comments; NFCI
new 3eae0cb [APInt] Remove unused functions from the APIntOps namespace. [...]
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/llvm/ADT/APInt.h | 14 --------------
1 file changed, 14 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 9e0805b nvptx: correct format string
new 3ddb327 PR c++/79572 * c-ubsan.h (ubsan_maybe_instrument_reference) [...]
new 947bca2 PR debug/79255 * dwarf2out.c (decls_for_scope): If BLOCK_NO [...]
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:
gcc/ChangeLog | 7 +++++++
gcc/c-family/ChangeLog | 9 +++++++++
gcc/c-family/c-ubsan.c | 17 +++++++++++++----
gcc/c-family/c-ubsan.h | 2 +-
gcc/cp/ChangeLog | 5 +++++
gcc/cp/cp-gimplify.c | 15 ++++++++++++++-
gcc/dwarf2out.c | 9 +++++++--
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/ubsan/null-8.C | 19 +++++++++++++++++++
gcc/testsuite/gcc.dg/pr79255.c | 21 +++++++++++++++++++++
10 files changed, 104 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ubsan/null-8.C
create mode 100644 gcc/testsuite/gcc.dg/pr79255.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 126805f [AArch64] Add new subtarget feature to fold LSL into address mode.
new d1c650c [DAGCombiner] remove redundant code and add comments; 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/CodeGen/SelectionDAG/DAGCombiner.cpp | 23 +++++++++++++----------
1 file changed, 13 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 llvm.
from bced0c8 [x86] add/consolidate tests for setcc+setcc+and/or; NFC
new 126805f [AArch64] Add new subtarget feature to fold LSL into address mode.
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/AArch64/AArch64.td | 9 +++-
lib/Target/AArch64/AArch64ISelDAGToDAG.cpp | 47 ++++++++++++++++--
lib/Target/AArch64/AArch64Subtarget.h | 2 +
test/CodeGen/AArch64/aarch64-fold-lslfast.ll | 74 ++++++++++++++++++++++++++++
4 files changed, 127 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/AArch64/aarch64-fold-lslfast.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 lldb.
from 9b2f5f6 [LLDB][MIPS] Core Dump Support.
new 7461297 Verify memory address range validity in GDBRemoteCommunicationClient
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-remote/GDBRemoteCommunicationClient.cpp | 19 +++++++----
.../GDBRemoteCommunicationClientTest.cpp | 39 ++++++++++++++++++++++
2 files changed, 51 insertions(+), 7 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 f580f44 [MSSA] Small test fix
new e37d964 Improve DebugInfo/strip-loop-metadata.ll test
new bced0c8 [x86] add/consolidate tests for setcc+setcc+and/or; 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:
test/CodeGen/X86/and-setcc.ll | 33 ----
test/CodeGen/X86/brcond.ll | 39 ----
test/CodeGen/X86/setcc-logic.ll | 347 ++++++++++++++++++++++++++++++++++
test/DebugInfo/strip-loop-metadata.ll | 11 +-
4 files changed, 357 insertions(+), 73 deletions(-)
delete mode 100644 test/CodeGen/X86/and-setcc.ll
create mode 100644 test/CodeGen/X86/setcc-logic.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.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from 378106d Fix typo (isnt -> isn't)
new f5a306b Add logfiles to list of artifacts.
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/make.sh | 4 ++++
1 file changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.