This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 362975cf73 [CodeComplete] Generate completion fix-its for C code as well
new 47ffcfa5ce [AST] Various optimizations + refactoring in DeclarationName(Table)
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/DeclarationName.h | 634 +++++++++++++++++++++-------------
include/clang/Basic/IdentifierTable.h | 121 ++++---
lib/AST/DeclarationName.cpp | 296 ++++++----------
lib/Basic/IdentifierTable.cpp | 29 +-
lib/Sema/IdentifierResolver.cpp | 14 +-
lib/Serialization/ASTReader.cpp | 2 +-
lib/Serialization/ASTWriter.cpp | 2 +-
7 files changed, 597 insertions(+), 501 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 cc1f2a595ea [test] Fix Assembler/debug-info.ll
new ad1103ee8b8 [X86][BtVer2] Fix latency and resource cycles of AVX 256-bi [...]
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/X86/X86ScheduleBtVer2.td | 11 +++
test/CodeGen/X86/avx-schedule.ll | 8 +--
.../llvm-mca/X86/BtVer2/zero-idioms-avx-256.s | 84 +++++++++++-----------
3 files changed, 57 insertions(+), 46 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 fd586718406 [aarch64] Add HiSilicon tsv110 CPU support
new 2e3a48ba387 Prepend vxworks-dummy.h to tm_file for powerpc*
new 7f81cdfdaf7 Move default #define TARGET_VXWORKS7 to vxworks-dummy.h
new f86019e6cc1 Fix whitespace vs tab in entry
new 181511af561 Introduce TARGET_VXWORKS64 for VxWorks 64bit ports
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:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/config.gcc | 7 ++++++-
gcc/config/vxworks-dummy.h | 10 +++++++++-
gcc/config/vxworks.h | 5 -----
4 files changed, 31 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 gcc.
from dec77c83525 Fix co-array allocation
new fd586718406 [aarch64] Add HiSilicon tsv110 CPU 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:
gcc/ChangeLog | 9 +++
gcc/config/aarch64/aarch64-cores.def | 3 +
gcc/config/aarch64/aarch64-cost-tables.h | 104 +++++++++++++++++++++++++++++++
gcc/config/aarch64/aarch64-tune.md | 2 +-
gcc/config/aarch64/aarch64.c | 82 ++++++++++++++++++++++++
gcc/doc/invoke.texi | 2 +-
6 files changed, 200 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 da1fb72bb30 Ensure that variant part discriminator is read by MetadataLoader
new 3ce8ac08176 [X86] Add scheduling tests for AVX1 256-bit zero-idioms. NFC
new cc1f2a595ea [test] Fix Assembler/debug-info.ll
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/Assembler/debug-info.ll | 2 +-
test/CodeGen/X86/avx-schedule.ll | 84 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 85 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 llvm.
from e849859f3dc [dsymutil] Suppress CoreFoundation leaks in tests.
new da1fb72bb30 Ensure that variant part discriminator is read by MetadataLoader
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/Bitcode/Reader/MetadataLoader.cpp | 2 +-
test/Assembler/debug-variant-discriminator.ll | 14 ++++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/Assembler/debug-variant-discriminator.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 119d03653a4 [ADT] Hack around GCC 5.4 miscompiling Optional of enum.
new e849859f3dc [dsymutil] Suppress CoreFoundation leaks in tests.
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/tools/dsymutil/X86/lit.local.cfg | 6 ++++++
test/tools/dsymutil/X86/suppressions.txt | 2 ++
2 files changed, 8 insertions(+)
create mode 100644 test/tools/dsymutil/X86/suppressions.txt
--
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 5b5e5327906 [AMDGPU] lower-switch in preISel as a workaround for legacy DA
new 119d03653a4 [ADT] Hack around GCC 5.4 miscompiling Optional of enum.
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/Optional.h | 5 ++++-
1 file changed, 4 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 release/2.28/master
in repository glibc.
from 0ef2f4400c Fix strstr bug with huge needles (bug 23637)
new 2339d6a55e i386: Use ENTRY and END in start.S [BZ #23606]
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:
ChangeLog | 8 ++++++++
NEWS | 1 +
sysdeps/i386/start.S | 10 ++++++----
3 files changed, 15 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 binutils-gdb.
from b8426d169d gas: Make bfin-parse.c/rl78-parse.c/rx-parse.c depend on bfd [...]
new 0192e8aeeb Correct ChangeLog entry for commit b8426d169d3f8a
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:
gas/ChangeLog | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.