This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e6b89910eb5 [CodeGen] Always use `printReg` to print registers in both [...]
new a2697fc00ff [MIR] Fix DebugInfo tests after r319445
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/DebugInfo/ARM/sdag-split-arg1.ll | 2 +-
test/DebugInfo/MIR/X86/live-debug-values-3preds.mir | 6 +++---
test/DebugInfo/MIR/X86/live-debug-values-spill.mir | 6 +++---
test/DebugInfo/MIR/X86/live-debug-values.mir | 2 +-
test/DebugInfo/MIR/X86/live-debug-vars-unused-arg.mir | 10 +++++-----
test/DebugInfo/MIR/X86/livedebugvalues-limit.mir | 12 ++++++------
test/DebugInfo/MIR/X86/mlicm-hoist.mir | 2 +-
test/DebugInfo/MSP430/sdagsplit-1.ll | 8 ++++----
test/DebugInfo/X86/bbjoin.ll | 6 +++---
test/DebugInfo/X86/sdag-salvage-add.ll | 6 +++---
test/DebugInfo/X86/sdagsplit-1.ll | 4 ++--
11 files changed, 32 insertions(+), 32 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 binutils-gdb.
from e3919f3e89 Fix gdb.linespec/cpls-ops.exp on 32-bit
new f1af7b94c1 Use boards/local-board.exp more
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/testsuite/ChangeLog | 8 ++++++++
gdb/testsuite/boards/cc-with-tweaks.exp | 5 +----
gdb/testsuite/boards/dwarf4-gdb-index.exp | 5 +----
gdb/testsuite/boards/fission.exp | 6 ++----
gdb/testsuite/boards/stabs.exp | 6 ++----
5 files changed, 14 insertions(+), 16 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 96c9689f47 Revert [ARM] disable FPU features when using soft floating point.
new c48afae870 Fix __has_unique_object_representations implementation
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/AST/ASTContext.h | 4 +
include/clang/AST/Type.h | 7 -
lib/AST/ASTContext.cpp | 166 ++++++++++++++++++++-
lib/AST/CXXABI.h | 13 +-
lib/AST/ItaniumCXXABI.cpp | 14 +-
lib/AST/MicrosoftCXXABI.cpp | 25 ++--
lib/AST/Type.cpp | 144 ------------------
lib/Sema/SemaExprCXX.cpp | 2 +-
test/SemaCXX/has_unique_object_reps_member_ptr.cpp | 32 ++++
test/SemaCXX/type-traits.cpp | 86 ++++++++++-
10 files changed, 315 insertions(+), 178 deletions(-)
create mode 100644 test/SemaCXX/has_unique_object_reps_member_ptr.cpp
--
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 44122162ae Remove ioctl-based procfs support on Solaris
new e3919f3e89 Fix gdb.linespec/cpls-ops.exp on 32-bit
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/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.linespec/cpls-ops.exp | 13 +++++++++++--
2 files changed, 17 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 glibc.
from fbb5fd03d3 sr_RS and bs_BA locales: make collation rules the same as fo [...]
new 023cade3b3 sparc: refactor sparc64 __mpn_mul_1 selector to C
new b70cbbfcc8 sparc: refactor sparc64 __mpn_sub_n selector to C
new dda1d2e88b sparc: refactor sparc64 __mpn_addmul_1 selector to C
new 75f37c71db sparc: refactor sparc64 __mpn_submul_1 selector to C
new 9e2279a0e9 sparc: refactor sparc64 __mpn_add_n selector to C
The 5 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 | 32 +++++++++++++
sysdeps/sparc/sparc64/multiarch/Makefile | 4 +-
sysdeps/sparc/sparc64/multiarch/add_n-generic.S | 2 +
sysdeps/sparc/sparc64/multiarch/add_n.S | 56 ----------------------
sysdeps/sparc/sparc64/multiarch/add_n.c | 28 +++++++++++
sysdeps/sparc/sparc64/multiarch/addmul_1-generic.S | 2 +
sysdeps/sparc/sparc64/multiarch/addmul_1.S | 56 ----------------------
sysdeps/sparc/sparc64/multiarch/addmul_1.c | 28 +++++++++++
sysdeps/sparc/sparc64/multiarch/mul_1-generic.S | 2 +
sysdeps/sparc/sparc64/multiarch/mul_1.S | 56 ----------------------
sysdeps/sparc/sparc64/multiarch/mul_1.c | 28 +++++++++++
sysdeps/sparc/sparc64/multiarch/sub_n-generic.S | 2 +
sysdeps/sparc/sparc64/multiarch/sub_n.S | 56 ----------------------
sysdeps/sparc/sparc64/multiarch/sub_n.c | 28 +++++++++++
sysdeps/sparc/sparc64/multiarch/submul_1-generic.S | 2 +
sysdeps/sparc/sparc64/multiarch/submul_1.S | 56 ----------------------
sysdeps/sparc/sparc64/multiarch/submul_1.c | 28 +++++++++++
17 files changed, 185 insertions(+), 281 deletions(-)
create mode 100644 sysdeps/sparc/sparc64/multiarch/add_n-generic.S
delete mode 100644 sysdeps/sparc/sparc64/multiarch/add_n.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/add_n.c
create mode 100644 sysdeps/sparc/sparc64/multiarch/addmul_1-generic.S
delete mode 100644 sysdeps/sparc/sparc64/multiarch/addmul_1.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/addmul_1.c
create mode 100644 sysdeps/sparc/sparc64/multiarch/mul_1-generic.S
delete mode 100644 sysdeps/sparc/sparc64/multiarch/mul_1.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/mul_1.c
create mode 100644 sysdeps/sparc/sparc64/multiarch/sub_n-generic.S
delete mode 100644 sysdeps/sparc/sparc64/multiarch/sub_n.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/sub_n.c
create mode 100644 sysdeps/sparc/sparc64/multiarch/submul_1-generic.S
delete mode 100644 sysdeps/sparc/sparc64/multiarch/submul_1.S
create mode 100644 sysdeps/sparc/sparc64/multiarch/submul_1.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 afc2161e86c [FuzzMutate] Correctly handle vector types in the insertval [...]
new 4a8c2b625b7 [FuzzMutate] Bailout from injecting into empty basic blocks [...]
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/FuzzMutate/IRMutator.cpp | 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 21b2a002541 [FuzzMutate] Don't use index operands as sinks
new afc2161e86c [FuzzMutate] Correctly handle vector types in the insertval [...]
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/FuzzMutate/Operations.cpp | 10 ++++----
unittests/FuzzMutate/RandomIRBuilderTest.cpp | 36 ++++++++++++++++++++++++++++
2 files changed, 42 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 lldb.
from fa92f7f50 Fix assertion in ClangASTContext
new 7e5e9df3d Add a test case for open bug 35480
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:
.../{move_nearest => global_constructor}/Makefile | 2 +-
.../TestBreakpointInGlobalConstructor.py | 46 ++++++++++++++++++++++
.../breakpoint/global_constructor/foo.cpp | 5 +++
.../breakpoint/global_constructor/foo.h | 11 ++++++
.../breakpoint/global_constructor/main.cpp | 12 ++++++
5 files changed, 75 insertions(+), 1 deletion(-)
copy packages/Python/lldbsuite/test/functionalities/breakpoint/{move_nearest => gl [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/globa [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/globa [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/globa [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/breakpoint/globa [...]
--
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.
mark.murray pushed a change to branch toolchain-snapshots
in repository toolchain/release-notes.
from 24b4e6f Toolchain sources: Add release notes for gcc-5-2017.10 releas [...]
new 4f27c43 Toolchain sources: Add release notes for gcc-7-2017.11 snapshot.
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:
components/toolchain/gcc-linaro/7/README.textile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.