This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 11404f81db [refactor] Examine the whole range for ObjC @implementation [...]
new 5763735cfb Driver: out-of-line static analyzer flag handling (NFC)
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/Driver/ToolChains/Clang.cpp | 146 ++++++++++++++++++++--------------------
1 file changed, 74 insertions(+), 72 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 d2db2d23037 Fix IPA ICF with ASM statements (PR inline-asm/82001).
new b5d180e90e9 * simple-object-xcoff.c (simple_object_xcoff_find_sections [...]
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:
libiberty/ChangeLog | 6 ++
libiberty/simple-object-xcoff.c | 132 ++++++++++++++++++++++++++--------------
2 files changed, 93 insertions(+), 45 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 ccd99b4a5bd fix more typos; NFC
new 17f4bfb8d08 [InstCombine] remove unnecessary vector select fold; 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/Transforms/InstCombine/InstCombineSelect.cpp | 4 ----
test/Transforms/InstSimplify/compare.ll | 18 ------------------
test/Transforms/InstSimplify/select.ll | 16 ++++++++++++++++
3 files changed, 16 insertions(+), 22 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 users/hjl/x86
in repository binutils-gdb.
from 6958818684 Move elf_i386_link_hash_table to elfxx-x86.h
new 620677ebc3 Remove elf_i386 htab
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:
bfd/elf32-i386.c | 219 +++++++++++++++++++++----------------------------------
1 file changed, 85 insertions(+), 134 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 5f9409b787 Add country_name for mni_IN
new 8a0e619652 Use “.” in thousands_sep in the ca_ES locale
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:
localedata/ChangeLog | 6 ++++++
localedata/locales/ca_ES | 8 ++++----
2 files changed, 10 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 gcc-6-branch
in repository gcc.
from 67f03468323 Daily bump.
new bb58333a37c [gcc] 2017-08-30 Michael Meissner <meissner(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 | 15 +
gcc/config/rs6000/vsx.md | 114 ++++++-
gcc/testsuite/ChangeLog | 16 +
.../gcc.target/powerpc/vec-setup-be-double.c | 12 +
.../gcc.target/powerpc/vec-setup-be-long.c | 11 +
.../gcc.target/powerpc/vec-setup-double.c | 11 +
gcc/testsuite/gcc.target/powerpc/vec-setup-long.c | 9 +
gcc/testsuite/gcc.target/powerpc/vec-setup.h | 366 +++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vsx-extract-6.c | 25 ++
gcc/testsuite/gcc.target/powerpc/vsx-extract-7.c | 25 ++
10 files changed, 589 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-setup-be-double.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-setup-be-long.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-setup-double.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-setup-long.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec-setup.h
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-extract-6.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vsx-extract-7.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 clang-tools-extra.
from b5672f2f [clang-tidy] test commit for granted access
new 4255b775 [clang-tidy] hicpp bitwise operations on signed integers
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:
clang-tidy/hicpp/CMakeLists.txt | 1 +
clang-tidy/hicpp/HICPPTidyModule.cpp | 3 +
clang-tidy/hicpp/SignedBitwiseCheck.cpp | 56 ++++++
.../{NoAssemblerCheck.h => SignedBitwiseCheck.h} | 17 +-
docs/ReleaseNotes.rst | 6 +
docs/clang-tidy/checks/hicpp-signed-bitwise.rst | 9 +
docs/clang-tidy/checks/list.rst | 1 +
test/clang-tidy/hicpp-signed-bitwise.cpp | 219 +++++++++++++++++++++
8 files changed, 304 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/hicpp/SignedBitwiseCheck.cpp
copy clang-tidy/hicpp/{NoAssemblerCheck.h => SignedBitwiseCheck.h} (53%)
create mode 100644 docs/clang-tidy/checks/hicpp-signed-bitwise.rst
create mode 100644 test/clang-tidy/hicpp-signed-bitwise.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 newlib.
from cdbec10e7 cygwin: add strptime %F fix to release notes
new f22054c94 Modify strnstr.c.
new 42885ea4b Add man page entry for strnstr.c.
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/string/strings.tex | 4 ++
newlib/libc/string/strnstr.c | 100 +++++++++++++++++++----------------------
2 files changed, 51 insertions(+), 53 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 b987f880a3c fix typos; NFC
new ccd99b4a5bd fix more typos; NFC
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/X86CmovConversion.cpp | 4 ++--
1 file 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 clang.
from 6f7f03ccb1 Revert r312105 [modules] Add ability to specify module name [...]
new 11404f81db [refactor] Examine the whole range for ObjC @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:
lib/Tooling/Refactoring/ASTSelection.cpp | 18 ++++++++++++++++--
unittests/Tooling/ASTSelectionTest.cpp | 19 +++++++++++++++++++
2 files changed, 35 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.