This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8710d41 Use UTF-8 for all communication with clang-format
new 4e003c1 Fix documentation typo.
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:
docs/LibASTMatchersReference.html | 2 +-
include/clang/ASTMatchers/ASTMatchers.h | 2 +-
2 files changed, 2 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 lld.
from 34cc388 ELF: Fix ICF crash on absolute symbol relocations.
new 6f3e95e [ELF] - Do not crash when assign common symbol's values in script
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:
ELF/LinkerScript.cpp | 7 +----
ELF/SyntheticSections.h | 4 +--
test/ELF/linkerscript/common-assign.s | 48 +++++++++++++++++++++++++++++++++++
3 files changed, 51 insertions(+), 8 deletions(-)
create mode 100644 test/ELF/linkerscript/common-assign.s
--
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 8773596 [InstCombine][SSE] Add DemandedElts support for PACKSS/PACKUS [...]
new 7937d38 [PM] Tidy up the spacing of this new, much nicer test 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:
test/Other/new-pm-defaults.ll | 267 +++++++++++++++++++++---------------------
1 file changed, 134 insertions(+), 133 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 e709c56 [OPENMP] Fix for PR31643: Clang crashes when compiling code o [...]
new 8710d41 Use UTF-8 for all communication with clang-format
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:
tools/clang-format/clang-format-test.el | 36 ++++++++++++++++++++++++---------
tools/clang-format/clang-format.el | 27 +++++++++++++++----------
2 files changed, 42 insertions(+), 21 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 7dab0c6 Fix IPA CP where it forgot to add a reference in cgraph (PR i [...]
new ee002b4 Do not declare artificial variables in tree-profile.c to have [...]
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 | 6 ++++++
gcc/testsuite/gcc.dg/lto/pr69188_0.c | 7 +++++++
gcc/testsuite/gcc.dg/lto/pr69188_1.c | 10 ++++++++++
gcc/tree-profile.c | 6 ------
5 files changed, 30 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/lto/pr69188_0.c
create mode 100644 gcc/testsuite/gcc.dg/lto/pr69188_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 gcc-6-branch
in repository gcc.
from c2183d6 Fix wrong assumption in contains_type_p (PR ipa/71207).
new 56a322f Reload global options when strict aliasing is dropped (PR ipa [...]
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 | 11 +++++++++++
gcc/function.c | 4 ++--
gcc/function.h | 2 +-
gcc/ipa-inline-transform.c | 7 +++++++
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.c-torture/execute/{alias-1.c => pr79043.c} | 6 ++++--
6 files changed, 33 insertions(+), 5 deletions(-)
copy gcc/testsuite/gcc.c-torture/execute/{alias-1.c => pr79043.c} (61%)
--
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 017c62c [PM] Port LoopSink to the new pass manager.
new 8773596 [InstCombine][SSE] Add DemandedElts support for PACKSS/PACKUS [...]
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/InstCombineSimplifyDemanded.cpp | 54 ++++++++++++++++++++++
test/Transforms/InstCombine/x86-pack.ll | 46 +++++++-----------
2 files changed, 70 insertions(+), 30 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 newlib.
from ef00718 Cleanup fhandler_console::read for readability
new ca3e3bc nl_langinfo: Add NL_LOCALE_NAME macro
new dfbc941 Add release message for commit ca3e3bc
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:
newlib/libc/include/langinfo.h | 10 +++++++++-
newlib/libc/locale/nl_langinfo.c | 9 +++++++++
winsup/cygwin/release/2.7.0 | 2 +-
3 files changed, 19 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 clang.
from d57ab75 [AST Printer] Print attributes on enum constants
new e709c56 [OPENMP] Fix for PR31643: Clang crashes when compiling code o [...]
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/CodeGenFunction.cpp | 3 +--
test/OpenMP/openmp_seh.c | 18 ++++++++++++++++++
2 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 test/OpenMP/openmp_seh.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 binutils-gdb.
from 2132fe8 fix gdbserver build in nat/linux-ptrace.c on arm-android
new 1737c64 objdump: Better objdump section headers in wide 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:
binutils/ChangeLog | 8 ++++++
binutils/objdump.c | 54 ++++++++++++++++++++++++++++++++------
ld/ChangeLog | 4 +++
ld/testsuite/ld-elf/eh-frame-hdr.d | 2 +-
4 files changed, 59 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.