This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from cefc7aa3753 2017-07-25 Tamar Christina <tamar.christina(a)arm.com>
new ed4be3d2111 PR target/81532 * config/i386/constraints.md (Yd, Ye): Us [...]
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 | 30 ++++++++++++++----------
gcc/config/i386/constraints.md | 8 +++----
gcc/testsuite/ChangeLog | 29 ++++++++++++++---------
gcc/testsuite/gcc.target/i386/avx512bw-pr81532.c | 5 ++++
gcc/testsuite/gcc.target/i386/avx512dq-pr81532.c | 12 ++++++++++
gcc/testsuite/gcc.target/i386/pr80833-3.c | 14 +++++++++++
6 files changed, 71 insertions(+), 27 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/avx512bw-pr81532.c
create mode 100644 gcc/testsuite/gcc.target/i386/avx512dq-pr81532.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr80833-3.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 ef55e4c1a33 [DWARF] Added verification check for die ranges. If highPC [...]
new 4114bcf1b9c [Analysis] Fix some Clang-tidy modernize-use-using and Incl [...]
new c6f54fec9f2 Add an empty shell of llvm-rc.
new bb030798323 llvm-rc: Fixup for r308940. This should use LLVMSupport.
new cabe5b590eb llvm/test/CMakeLists.txt: Add llvm-rc to LLVM_TEST_DEPENDS.
new 8e0c70de6e7 [DWARF] Modified test for die ranges verification so that i [...]
new 977be98e0f3 [sanitizer-coverage] simplify the code, NFC
new 74b6501bc4a [libFuzzer] make one test faster, fix compiler warnings in tests
new 2250b309ad7 DWARFVerifier.cpp: Fix -m32 in r308928. Use PRIx64.
new a663d7321b1 [AArch64] Reserve a 16 byte aligned amount of fixed stack f [...]
new 9319e27ba72 [COFF] ARM64 support for COFFImportFile
new e46d723b126 [ARM] Enable partial and runtime unrolling
new 12b7f90cfcf Fix endianness bug in DAGCombiner::visitTRUNCATE and visitE [...]
new ee5c36fd590 [X86] Add 24-byte memcmp tests (PR33914)
new 8641ab97a49 [tests] Cleanup vect.omp.persistence.ll test.
new 0000a717e90 This patch enables the usage of constant Enum identifiers w [...]
new 2dcaf78ab6d [LIR] Teach LIR to avoid extending the BE count prior to ad [...]
new b398702175d X86 Asm uses assertions instead of proper diagnostic. This [...]
The 17 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/Analysis/AliasSetTracker.h | 68 ++++---
include/llvm/Analysis/CallGraph.h | 94 +++++----
include/llvm/Analysis/DominanceFrontier.h | 82 ++++----
include/llvm/Analysis/DominanceFrontierImpl.h | 13 +-
include/llvm/Analysis/Interval.h | 26 ++-
include/llvm/Analysis/IntervalIterator.h | 44 ++---
include/llvm/Analysis/IntervalPartition.h | 22 +--
include/llvm/MC/MCParser/MCAsmParser.h | 19 +-
lib/Analysis/AliasSetTracker.cpp | 26 ++-
lib/Analysis/CallGraph.cpp | 21 ++-
lib/Analysis/DominanceFrontier.cpp | 12 +-
lib/Analysis/Interval.cpp | 3 -
lib/Analysis/IntervalPartition.cpp | 13 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 +-
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 3 +-
lib/Fuzzer/test/SingleMemcmpTest.cpp | 2 +-
lib/Fuzzer/test/StrcmpTest.cpp | 2 +-
lib/Fuzzer/test/StrncmpTest.cpp | 2 +-
lib/Fuzzer/test/value-profile-cmp2.test | 2 +-
lib/Object/COFFImportFile.cpp | 3 +
lib/Target/AArch64/AArch64ISelLowering.cpp | 7 +-
lib/Target/ARM/ARMTargetTransformInfo.cpp | 32 ++++
lib/Target/ARM/ARMTargetTransformInfo.h | 3 +
lib/Target/X86/AsmParser/X86AsmParser.cpp | 156 ++++++++++-----
.../Instrumentation/SanitizerCoverage.cpp | 22 +--
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 55 ++++--
test/CMakeLists.txt | 1 +
test/CodeGen/AArch64/aarch64_win64cc_vararg.ll | 10 +-
test/CodeGen/AArch64/win64_vararg.ll | 66 ++++++-
test/CodeGen/Mips/pr33682.ll | 55 ++++++
test/CodeGen/X86/memcmp-minsize.ll | 87 +++++++++
test/CodeGen/X86/memcmp-optsize.ll | 76 ++++++++
test/CodeGen/X86/memcmp.ll | 158 ++++++++++++++--
test/MC/X86/intel-syntax-3.s | 46 +++++
test/MC/X86/intel-syntax-invalid-scale.s | 4 +
test/MC/X86/intel-syntax.s | 45 ++++-
test/Transforms/LoopIdiom/basic.ll | 69 +++++++
test/Transforms/LoopRotate/vect.omp.persistence.ll | 34 ++++
.../LoopUnroll}/ARM/lit.local.cfg | 0
test/Transforms/LoopUnroll/ARM/loop-unrolling.ll | 210 +++++++++++++++++++++
.../LoopVectorize/vect.omp.persistence.ll | 83 ++------
test/tools/llvm-dwarfdump/X86/verify_die_ranges.s | 4 +-
test/tools/llvm-rc/helpmsg.test | 20 ++
tools/LLVMBuild.txt | 1 +
tools/llvm-rc/CMakeLists.txt | 13 ++
tools/{ => llvm-rc}/LLVMBuild.txt | 43 +----
tools/llvm-rc/Opts.td | 53 ++++++
tools/llvm-rc/llvm-rc.cpp | 88 +++++++++
48 files changed, 1506 insertions(+), 403 deletions(-)
create mode 100644 test/CodeGen/Mips/pr33682.ll
create mode 100644 test/MC/X86/intel-syntax-3.s
create mode 100644 test/Transforms/LoopRotate/vect.omp.persistence.ll
copy test/{Analysis/CostModel => Transforms/LoopUnroll}/ARM/lit.local.cfg (100%)
create mode 100644 test/Transforms/LoopUnroll/ARM/loop-unrolling.ll
create mode 100644 test/tools/llvm-rc/helpmsg.test
create mode 100644 tools/llvm-rc/CMakeLists.txt
copy tools/{ => llvm-rc}/LLVMBuild.txt (52%)
create mode 100644 tools/llvm-rc/Opts.td
create mode 100644 tools/llvm-rc/llvm-rc.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 test-suite.
from c5ef5594 Set higher timeouts for Misc-C++ on AArch64
new fbc6472f Improve cmake caches
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:
cmake/caches/CodeSize.cmake | 5 +++--
cmake/caches/MinSize.cmake | 5 +++--
cmake/caches/Os.cmake | 5 +++--
cmake/caches/OsLTO.cmake | 5 +++++
cmake/caches/Oz.cmake | 5 +++--
cmake/caches/{ReleaseNoLTO.cmake => ReleaseThinLTO.cmake} | 3 +--
6 files changed, 18 insertions(+), 10 deletions(-)
create mode 100644 cmake/caches/OsLTO.cmake
copy cmake/caches/{ReleaseNoLTO.cmake => ReleaseThinLTO.cmake} (68%)
--
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_50
in repository test-suite.
at b58352fe Creating release_50 branch off revision 308441
This branch includes the following new commits:
new b58352fe Creating release_50 branch off revision 308441
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.
--
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 lldb.
from 8997480a5 Skip test_lldbmi_var_update on Darwin.
new 37590ade7 Extend 'target symbols add' to load symbols from a given module
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:
.../lldbsuite/test/linux/add-symbols/Makefile | 12 +++++
.../add-symbols/TestTargetSymbolsAddCommand.py | 52 ++++++++++++++++++++++
.../Python/lldbsuite/test/linux/add-symbols/main.c | 6 +++
source/Commands/CommandObjectTarget.cpp | 13 ++++--
source/Interpreter/CommandObject.cpp | 2 +-
5 files changed, 80 insertions(+), 5 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/Makefile
create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/TestTargetSymb [...]
create mode 100644 packages/Python/lldbsuite/test/linux/add-symbols/main.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.
from 0ea90f4421 Revert "[X86][InlineAsm][Ms Compatibility]Prefer variable na [...]
new 05401222b8 Debug Info: Avoid completing class types when a definition i [...]
new d939eff44c [NFC] Use RAII to un-poison and then re-poison __VA_ARGS__ [...]
new 6705082a00 [analyzer] Further improve suppress-on-sink behavior in inco [...]
new 7c823a91d8 [analyzer] Treat throws as sinks for suppress-on-sink purposes.
new 7bc4653919 Fix incorrect use of current directory to find moved paths i [...]
new cb44e2991d This patch enables the usage of constant Enum identifiers wi [...]
new ac84e19437 [PM] Setup TargetLibraryInfo correctly for the new pass manager.
new 0d10854030 Fix spelling of FileCheck in test.
The 8 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/Lex/Preprocessor.h | 1 +
include/clang/Lex/VariadicMacroSupport.h | 56 ++++++++++++++++++++
include/clang/Serialization/ASTReader.h | 3 --
lib/CodeGen/BackendUtil.cpp | 8 +++
lib/CodeGen/CGDebugInfo.cpp | 50 ++++++++++--------
lib/Lex/PPDirectives.cpp | 25 +++++----
lib/Sema/SemaStmtAsm.cpp | 22 +++++---
lib/Serialization/ASTReader.cpp | 17 ++----
lib/StaticAnalyzer/Core/BugReporter.cpp | 65 +++++++++++++++++++++--
test/Analysis/max-nodes-suppress-on-sink.c | 52 ++++++++++++++++++
test/Analysis/max-nodes-suppress-on-sink.cpp | 34 ++++++++++++
test/CodeGen/ms-inline-asm.c | 14 ++---
test/CodeGen/nobuiltin.c | 4 ++
test/CodeGen/x86-ms-inline-asm-enum_feature.cpp | 60 +++++++++++++++++++++
test/CodeGenCXX/ms-inline-asm-return.cpp | 4 +-
test/Modules/ExtDebugInfo.cpp | 9 ++++
test/Modules/Inputs/DebugCXX.h | 6 +--
test/Modules/ModuleDebugInfo.cpp | 11 ++--
test/Modules/path-resolution.modulemap | 70 +++++++++++++++++++++++++
19 files changed, 435 insertions(+), 76 deletions(-)
create mode 100644 include/clang/Lex/VariadicMacroSupport.h
create mode 100644 test/Analysis/max-nodes-suppress-on-sink.cpp
create mode 100644 test/CodeGen/x86-ms-inline-asm-enum_feature.cpp
create mode 100644 test/Modules/path-resolution.modulemap
--
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 fcc059d9 clangDaemon: Update libdeps in r308738.
new 78f4223a [clang-tidy] Handle incomplete types in bugprone-undefined-me [...]
new 8f20b80e [clangd] Workaround Windows test failures.
new 5d155340 [clangd] Reuse compile commands during reparse
The 3 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/bugprone/UndefinedMemoryManipulationCheck.cpp | 3 ++-
clangd/ClangdUnit.cpp | 4 ++++
clangd/ClangdUnitStore.h | 9 ++++-----
test/clang-tidy/bugprone-undefined-memory-manipulation.cpp | 7 +++++++
test/clangd/definitions.test | 6 +++---
5 files changed, 20 insertions(+), 9 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 048d5843f If user requested section alignment is greater than MaxPageSi [...]
new 793de62d3 Fix ObjCPass on big-endian host
new ae853f963 Make a function static. NFC.
new d20d4d2dd [COFF] Add a test for producing DLLs and import libraries for ARM64
new 8b854399a [COFF] Correctly set the thumb bit in DLL export addresses
new 9f4bb4a0a [ELF] - Fix calculation of memory region offset.
new 8abfccdd7 [ELF] - Fix init_fini_priority.s test.
The 6 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:
COFF/DLL.cpp | 8 +++-
ELF/LinkerScript.cpp | 3 +-
ELF/Writer.cpp | 2 +-
ELF/Writer.h | 1 -
lib/ReaderWriter/MachO/ObjCPass.cpp | 8 +++-
.../COFF/{Inputs/export.yaml => export-arm64.yaml} | 47 ++++++++++++++--------
.../COFF/{Inputs/export.yaml => export-armnt.yaml} | 31 ++++++++++----
test/ELF/init_fini_priority.s | 24 ++++++++---
test/ELF/linkerscript/memory2.s | 14 +++++++
9 files changed, 100 insertions(+), 38 deletions(-)
copy test/COFF/{Inputs/export.yaml => export-arm64.yaml} (50%)
copy test/COFF/{Inputs/export.yaml => export-armnt.yaml} (71%)
create mode 100644 test/ELF/linkerscript/memory2.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 release_50
in repository lld.
from b7d24eca8 Merging r308492: -------------------------------------------- [...]
new ad89b1919 Fix typos and grammatical errors.
new 984850ba8 Merging r308935: -------------------------------------------- [...]
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:
docs/ReleaseNotes.rst | 10 +++++-----
lib/ReaderWriter/MachO/ObjCPass.cpp | 8 ++++++--
2 files changed, 11 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 lnt.
from 94d905a builtintest: Use dummy report instead of submitting to dummy [...]
new fa0996e tests/test_suite: Define compiler before applying cache files
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:
lnt/tests/test_suite.py | 12 +++++++++++-
tests/runtest/test_suite.py | 6 ++++--
2 files changed, 15 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.