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 61129f8 [find-all-symbols] Ignore anonymous enum declarations.
new 217cbd4 [find-all-symbols] Add IWYU private pragma 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:
include-fixer/find-all-symbols/CMakeLists.txt | 1 +
include-fixer/find-all-symbols/FindAllSymbols.cpp | 14 +++--
include-fixer/find-all-symbols/FindAllSymbols.h | 10 +++-
.../find-all-symbols/HeaderMapCollector.h | 38 ++++++++++++++
.../find-all-symbols/PragmaCommentHandler.cpp | 37 +++++++++++++
.../find-all-symbols/PragmaCommentHandler.h | 41 +++++++++++++++
.../find-all-symbols/tool/FindAllSymbolsMain.cpp | 41 ++++++++++++---
.../find-all-symbols/FindAllSymbolsTests.cpp | 61 +++++++++++++++++++---
8 files changed, 226 insertions(+), 17 deletions(-)
create mode 100644 include-fixer/find-all-symbols/HeaderMapCollector.h
create mode 100644 include-fixer/find-all-symbols/PragmaCommentHandler.cpp
create mode 100644 include-fixer/find-all-symbols/PragmaCommentHandler.h
--
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 659f032 Make ARMv8-M GAS tests pass on non ELF targets
new 23b5dc3 Fix date in ChangeLog
new 68bce02 Check global CC in at_least_gcc_version
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:
ld/ChangeLog | 7 ++++++-
ld/testsuite/lib/ld-lib.exp | 1 +
2 files changed, 7 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 6e14a38 * wide-int.h: Change fixed_wide_int_storage from class to struct.
new 666b9dd [AArch64, 1/4] Add the missing support of vfms_n_f32, vfmsq_ [...]
new abf1a83 [AArch64, 2/4] Extend vector mutiply by element to all suppor [...]
new 25fe08a [AArch64, 3/4] Reimplement multiply by element to get rid of [...]
new 7c287af [AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assembly
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 | 50 ++
gcc/config/aarch64/aarch64-simd.md | 56 +--
gcc/config/aarch64/arm_neon.h | 459 ++++++++----------
gcc/testsuite/ChangeLog | 17 +
.../aarch64/advsimd-intrinsics/arm-neon-ref.h | 2 +
.../aarch64/advsimd-intrinsics/vfms_vfma_n.c | 490 +++++++++++++++++++
.../gcc.target/aarch64/fmla_intrinsic_1.c | 2 +-
.../gcc.target/aarch64/fmls_intrinsic_1.c | 2 +-
.../gcc.target/aarch64/simd/vmul_elem_1.c | 519 +++++++++++++++++++++
9 files changed, 1291 insertions(+), 306 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vfms_vfma_n.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/simd/vmul_elem_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 master
in repository llvm.
from 8a4e293 [ThinLTO] Force disable test on Windows via REQUIRES shell
new 87749e8 [codeview] Test serialization of all known type records
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:
.../DebugInfo/CodeView/FieldListRecordBuilder.h | 2 +
.../llvm/DebugInfo/CodeView/ListRecordBuilder.h | 2 +-
.../llvm/DebugInfo/CodeView/TypeRecordBuilder.h | 5 +-
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 4 +-
test/tools/llvm-readobj/Inputs/codeview-types.obj | Bin 0 -> 8746 bytes
test/tools/llvm-readobj/codeview-types.test | 95 +++++++++++++++++++++
6 files changed, 104 insertions(+), 4 deletions(-)
create mode 100644 test/tools/llvm-readobj/Inputs/codeview-types.obj
create mode 100644 test/tools/llvm-readobj/codeview-types.test
--
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 6a70b9b Simplify handling of hidden stub.
new 8a4e293 [ThinLTO] Force disable test on Windows via REQUIRES shell
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/ThinLTO/X86/prefix_replace.ll | 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 gcc-6-branch
in repository gcc.
from 063422f [AArch64] PR target/70809: Delete aarch64_vmls<mode> pattern
new 75737dc [PR target/70860] [nvptx] Handle NULL cfun in nvptx_libcall_value
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/config/nvptx/nvptx.c | 3 ++-
2 files changed, 9 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 825210f [ThinLTO] XFAIL path manipulation test on Windows
new 6a70b9b Simplify handling of hidden stub.
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/TargetLoweringObjectFileImpl.cpp | 4 +---
lib/Target/ARM/ARMAsmPrinter.cpp | 18 ++----------------
lib/Target/X86/MCTargetDesc/X86BaseInfo.h | 6 ------
lib/Target/X86/X86AsmPrinter.cpp | 26 +-------------------------
lib/Target/X86/X86InstrInfo.cpp | 1 -
lib/Target/X86/X86InstrInfo.h | 2 --
lib/Target/X86/X86MCInstLower.cpp | 14 --------------
lib/Target/X86/X86Subtarget.cpp | 6 +++---
test/CodeGen/X86/indirect-hidden.ll | 4 ++--
9 files changed, 9 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 llvm.
from a486381 [ThinLTO] Option to control path of distributed backend files
new 825210f [ThinLTO] XFAIL path manipulation test on Windows
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/ThinLTO/X86/prefix_replace.ll | 2 ++
1 file changed, 2 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 binutils-gdb.
from 1bdc036 Place progmem data from AVR's libc before other progmem data.
new 659f032 Make ARMv8-M GAS tests pass on non ELF targets
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 | 20 ++++++++++++++++++++
gas/testsuite/gas/arm/archv8m-base.d | 4 ++--
gas/testsuite/gas/arm/archv8m-cmse-base.d | 4 ++--
gas/testsuite/gas/arm/archv8m-cmse-main-1.d | 4 ++--
gas/testsuite/gas/arm/archv8m-cmse-main-2.d | 4 ++--
gas/testsuite/gas/arm/archv8m-cmse-main.s | 1 +
gas/testsuite/gas/arm/archv8m-cmse-msr-base.d | 3 +--
gas/testsuite/gas/arm/archv8m-cmse-msr-main.d | 3 +--
gas/testsuite/gas/arm/archv8m-cmse-msr.s | 1 +
gas/testsuite/gas/arm/archv8m-cmse.s | 1 +
gas/testsuite/gas/arm/archv8m-main-dsp-1.d | 4 ++--
gas/testsuite/gas/arm/archv8m-main-dsp-2.d | 4 ++--
gas/testsuite/gas/arm/archv8m-main-dsp-3.d | 4 ++--
gas/testsuite/gas/arm/archv8m-main-dsp-4.d | 3 +--
gas/testsuite/gas/arm/archv8m-main.d | 4 ++--
gas/testsuite/gas/arm/archv8m.s | 1 +
16 files changed, 43 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.