This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from ecb5332 Disable trivial pair copy/move tests when unsupported
new a469f83 Revert r282345 - Use __attribute__((internal_linkage)) when 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:
include/__config | 14 ++------------
src/string.cpp | 23 -----------------------
2 files changed, 2 insertions(+), 35 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 0d25a93 commit back "GVN-hoist: fix store past load dependence analys [...]
new 7c621c7 Memory-SSA: strengthen defClobbersUseOrDef interface
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/Transforms/Utils/MemorySSA.cpp | 34 +++++++++++++++-------------------
1 file changed, 15 insertions(+), 19 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 bfd2828 Convert tid_range_parser and get_number_or_range to classes
new 816d7b5 Change selttest.c to use use std::vector
new cda6c55 Turn wchar iterator into a class
new d1a760c Remove unnecessary null_cleanup
new af533a5 Use std::string in macho_symfile_read_all_oso
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:
gdb/ChangeLog | 34 +++++++++++++++++
gdb/charset.c | 110 +++++++++++++++++--------------------------------------
gdb/charset.h | 95 +++++++++++++++++++++++++++--------------------
gdb/machoread.c | 20 ++++------
gdb/selftest.c | 20 ++++------
gdb/tracepoint.c | 4 +-
gdb/valprint.c | 25 +++++--------
7 files changed, 147 insertions(+), 161 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 10c5084 [AArch64][RegisterBankInfo] Provide alternative mappings for [...]
new 0d25a93 commit back "GVN-hoist: fix store past load dependence analys [...]
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/Transforms/Utils/MemorySSA.h | 4 ++
lib/Transforms/Scalar/GVNHoist.cpp | 89 +++++++++++++-----------
lib/Transforms/Utils/MemorySSA.cpp | 110 +++++++++++++++++-------------
test/Transforms/GVNHoist/pr30216.ll | 52 ++++++++++++++
test/Transforms/GVNHoist/pr30499.ll | 30 ++++++++
5 files changed, 195 insertions(+), 90 deletions(-)
create mode 100644 test/Transforms/GVNHoist/pr30216.ll
create mode 100644 test/Transforms/GVNHoist/pr30499.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 gcc.
from 644b300 2016-10-12 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new a70bfd3 EVRP - Push op1 value range before pushing op0 value range. 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/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/tree-ssa/evrp6.c | 22 ++++++++++++++++++++++
gcc/tree-vrp.c | 20 +++++++++++++-------
4 files changed, 46 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/evrp6.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 db2e326 Correct PrivateLinkage for COFF
new 10c5084 [AArch64][RegisterBankInfo] Provide alternative mappings for [...]
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/AArch64RegisterBankInfo.cpp | 31 +++++++++++-
.../AArch64/GlobalISel/arm64-regbankselect.mir | 59 ++++++++++++++++++++++
2 files changed, 89 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 gcc.
from 342f430 Daily bump.
new 644b300 2016-10-12 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/ChangeLog | 7 +++++++
gcc/gimple-ssa-strength-reduction.c | 3 +--
2 files changed, 8 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 llvm.
from 6837af0 [AArch64][RegisterBankInfo] Provide alternative mappings for [...]
new db2e326 Correct PrivateLinkage for COFF
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/IR/DataLayout.h | 2 +-
lib/Target/X86/X86AsmPrinter.cpp | 6 +++---
test/CodeGen/ARM/Windows/long-calls.ll | 2 +-
test/CodeGen/ARM/Windows/tls.ll | 14 +++++++-------
test/CodeGen/X86/fastcall-correct-mangling.ll | 2 +-
5 files changed, 13 insertions(+), 13 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 b44fae2 Automatic date update in version.in
new bfd2828 Convert tid_range_parser and get_number_or_range to classes
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 | 36 ++++++++++
gdb/breakpoint.c | 33 ++++-----
gdb/breakpoint.h | 6 +-
gdb/cli/cli-utils.c | 76 +++++++++++---------
gdb/cli/cli-utils.h | 114 ++++++++++++++++++------------
gdb/inferior.c | 32 ++++-----
gdb/linespec.c | 9 +--
gdb/memattr.c | 32 ++++-----
gdb/printcmd.c | 9 ++-
gdb/reverse.c | 19 ++---
gdb/thread.c | 27 ++++---
gdb/tid-parse.c | 170 ++++++++++++++++++++++-----------------------
gdb/tid-parse.h | 197 +++++++++++++++++++++++++++-------------------------
13 files changed, 401 insertions(+), 359 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 aea56d3 Move a utility function to Strings.cpp.
new cbfb451 Add "opt" to the list of test dependencies.
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/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.