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 e0ac97e [include-fixer] give users an option to show N more headers i [...]
new 1d8536e clang-rename: implement handling of remaining named casts
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-rename/USRLocFinder.cpp | 8 ++++++++
test/clang-rename/ConstCastExpr.cpp | 17 +++++++++++++++++
test/clang-rename/ReinterpretCastExpr.cpp | 17 +++++++++++++++++
3 files changed, 42 insertions(+)
create mode 100644 test/clang-rename/ConstCastExpr.cpp
create mode 100644 test/clang-rename/ReinterpretCastExpr.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 clang.
from 4d09f68 Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
new 5555959 Test fix -- use captured call result instead of hardcoded %2.
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/CodeGen/bitscan-builtins.c | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from def8b33 [CUDA][OpenMP] Create generic offload toolchains
new 4d09f68 Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
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/Basic/DiagnosticLexKinds.td | 7 --
include/clang/Basic/FileManager.h | 2 -
include/clang/Basic/VirtualFileSystem.h | 7 --
include/clang/Lex/DirectoryLookup.h | 4 -
include/clang/Lex/HeaderSearch.h | 5 +-
lib/Basic/FileManager.cpp | 3 -
lib/Basic/VirtualFileSystem.cpp | 16 +--
lib/Lex/HeaderSearch.cpp | 14 ++-
lib/Lex/PPDirectives.cpp | 148 ---------------------------
test/Lexer/Inputs/case-insensitive-include.h | 8 --
test/Lexer/case-insensitive-include-ms.c | 18 ----
test/Lexer/case-insensitive-include.c | 35 -------
test/Lexer/case-insensitive-system-include.c | 10 --
test/PCH/case-insensitive-include.c | 2 +-
14 files changed, 13 insertions(+), 266 deletions(-)
delete mode 100644 test/Lexer/Inputs/case-insensitive-include.h
delete mode 100644 test/Lexer/case-insensitive-include-ms.c
delete mode 100644 test/Lexer/case-insensitive-include.c
delete mode 100644 test/Lexer/case-insensitive-system-include.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 gcc.
from 412f195 gcc/ChangeLog:
new ec15042 gcc/ChangeLog:
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 | 6 ++++++
gcc/config/rs6000/rs6000.h | 1 +
2 files changed, 7 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 clang.
from facdebd clang-format: [JS] Initialize new configuration value.
new def8b33 [CUDA][OpenMP] Create generic offload toolchains
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/Driver/Action.h | 15 +++++++++
include/clang/Driver/Compilation.h | 62 ++++++++++++++++++++++++++++++++------
include/clang/Driver/Driver.h | 5 +++
lib/Driver/Compilation.cpp | 9 ++++--
lib/Driver/Driver.cpp | 43 +++++++++++++++++---------
lib/Driver/Tools.cpp | 8 ++---
6 files changed, 112 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 binutils-gdb.
from ca8c86e Add 2 i386 tests to call IFUNC functions via GOT
new 712ec27 Add the GOT base for GOT32 relocs against IFUNC
new 3328c04 Add .got.plt to testsuite/script_test_2.t
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:
bfd/ChangeLog | 8 +++++
bfd/elf32-i386.c | 22 +++++++++---
gold/ChangeLog | 5 +++
gold/testsuite/script_test_2.t | 1 +
ld/ChangeLog | 16 +++++++++
ld/testsuite/ld-i386/i386.exp | 4 +++
ld/testsuite/ld-i386/no-plt.exp | 33 +++++++++++++++++
ld/testsuite/ld-i386/pr20244-2.s | 17 +++++++++
ld/testsuite/ld-i386/pr20244-2a.d | 43 ++++++++++++++++++++++
ld/testsuite/ld-i386/pr20244-2b.d | 11 ++++++
ld/testsuite/ld-i386/pr20244-2c.d | 10 ++++++
ld/testsuite/ld-i386/pr20244-2d.d | 4 +++
ld/testsuite/ld-i386/{ifunc-1a.c => pr20244-3a.c} | 0
ld/testsuite/ld-i386/pr20244-3b.S | 30 ++++++++++++++++
ld/testsuite/ld-i386/pr20244-3c.S | 15 ++++++++
ld/testsuite/ld-i386/pr20244-3d.S | 44 +++++++++++++++++++++++
16 files changed, 258 insertions(+), 5 deletions(-)
create mode 100644 ld/testsuite/ld-i386/pr20244-2.s
create mode 100644 ld/testsuite/ld-i386/pr20244-2a.d
create mode 100644 ld/testsuite/ld-i386/pr20244-2b.d
create mode 100644 ld/testsuite/ld-i386/pr20244-2c.d
create mode 100644 ld/testsuite/ld-i386/pr20244-2d.d
copy ld/testsuite/ld-i386/{ifunc-1a.c => pr20244-3a.c} (100%)
create mode 100644 ld/testsuite/ld-i386/pr20244-3b.S
create mode 100644 ld/testsuite/ld-i386/pr20244-3c.S
create mode 100644 ld/testsuite/ld-i386/pr20244-3d.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 gcc.
from b82cf82 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform te [...]
new 412f195 gcc/ChangeLog:
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 | 25 +++++++++++++++++++++++++
gcc/config/rs6000/altivec.h | 5 +++++
gcc/config/rs6000/altivec.md | 19 +++++++++++++++++++
gcc/config/rs6000/rs6000-builtin.def | 11 +++++++++++
gcc/config/rs6000/rs6000-c.c | 22 ++++++++++++++++++++++
gcc/doc/extend.texi | 25 +++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 15 +++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdu-0.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdu-1.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdu-2.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdu-3.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdu-4.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdu-5.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdub-1.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsdub-2.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsduh-1.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsduh-2.c | 22 ++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsduw-1.c | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vadsduw-2.c | 22 ++++++++++++++++++++++
19 files changed, 393 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdu-0.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdu-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdu-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdu-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdu-4.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdu-5.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdub-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsdub-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsduh-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsduh-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsduw-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vadsduw-2.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.
Renato Golin pushed a change to annotated tag renato-test2
in repository toolchain/llvm/linaro-scripts.
*** WARNING: tag renato-test2 was deleted! ***
tag was c779c9e
The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
Renato Golin pushed a change to annotated tag renato-test
in repository toolchain/llvm/linaro-scripts.
*** WARNING: tag renato-test was deleted! ***
tag was 6e2f6d7
The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
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.
Renato Golin pushed a change to annotated tag yvan-test
in repository toolchain/llvm/linaro-scripts.
*** WARNING: tag yvan-test was deleted! ***
tag was e6ac244
The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.