This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 802ac1eb4 [Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameter
new f0d7258f4 Call cmake_minimum_required at the top of CMakeLists.txt
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:
CMakeLists.txt | 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 lld.
from 03605f5c4 Give associative-comdat lld test a triple
new 1279f41a5 Switch external cvtres.exe for llvm's own resource library.
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:
COFF/DriverUtils.cpp | 44 ++++++++++++++------------------------------
test/COFF/def-name.test | 2 --
test/COFF/dll.test | 2 --
test/COFF/dllimport-gc.test | 2 --
test/COFF/manifestinput.test | 2 +-
test/COFF/noentry.test | 2 --
test/COFF/out.test | 1 -
test/COFF/resource.test | 2 --
test/lit.cfg | 8 +++-----
9 files changed, 18 insertions(+), 47 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 43eb649ed50 [build] Make sbitmap code available to the driver
new ab6a47e44c7 [arm] Split CPU, architecture and tuning data tables.
new 8498ba661df [arm] Move cpu and architecture option name parsing
new 3dd68645b0d [arm] Use standard option parsing code for detecting
new 57730275a4d [arm] Allow CPU and architecture extensions to be
new 26a9c0df5cd [arm] Allow new extended syntax CPU and architecture
new 284223a1e1e [arm] Force a CPU default in the config args defaults
new 1588d60e211 [arm] Generate a canonical form for -march
new c1c9b4d4f06 [arm] Make -mfloat-abi=softfp work when there are no
new 8f72fcb7634 [genmultilib] Update basic multilib configuration
new 68b54adbd7b [arm] Make 'auto' the default FPU selection option.
new c5e2cf23e1e [arm] Rewrite t-aprofile using new selector methodology
new 73c72cdfa3d [arm] Explicitly set .fpu in cmse_nonsecure_call.S
new 0c8a04b52bc [arm] Allow explicit periods to be escaped in
new a3d4b92f04b [arm] Use -march=armv7-a+fp when testing hard-float
new a0400b29fcf [arm] Rewrite t-rmprofile multilib specification
new 91d316e2ad8 [arm] Update t-rtems for new option framework
new 44f26014a8f [arm] Ensure all multilib variables are reset
new 745917ca414 [arm] reset all multilib variables
new f3fa391aff2 [arm] Rework multlib builds for symbianelf
new ea0d5120462 [arm] Rework multilib support
new 6aa6fb5f8b8 [arm] Add a few missing architecture extension options.
new 94f22a952a9 [arm][doc] Document new -march= syntax.
new 93114fe0643 [arm][doc] Document changes to -mcpu, -mtune and -mfpu.
new 4aa5e0b59b2 [arm] Mark -marm and -mthumb as being inverse options
new 307e8c78641 [arm] Fix various tests
The 25 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 | 225 ++
gcc/common/config/arm/arm-common.c | 610 ++++-
gcc/config.gcc | 17 +-
gcc/config/arm/arm-builtins.c | 4 +-
gcc/config/arm/arm-cpu-cdata.h | 2386 ++++++++++++++++----
gcc/config/arm/arm-cpu-data.h | 2355 +------------------
gcc/config/arm/arm-cpu.h | 38 +
gcc/config/arm/arm-cpus.in | 83 +-
gcc/config/arm/arm-protos.h | 56 +-
gcc/config/arm/arm.c | 387 ++--
gcc/config/arm/arm.h | 34 +-
gcc/config/arm/arm.opt | 4 +-
gcc/config/arm/bpabi.h | 4 -
gcc/config/arm/elf.h | 4 -
gcc/config/arm/linux-elf.h | 3 -
gcc/config/arm/netbsd-elf.h | 4 -
gcc/config/arm/parsecpu.awk | 263 ++-
gcc/config/arm/t-aprofile | 198 +-
gcc/config/arm/t-arm-elf | 173 +-
gcc/config/{ia64/t-hpux => arm/t-fuchsia} | 23 +-
gcc/config/arm/t-linux-eabi | 4 +
gcc/config/arm/t-multilib | 126 +-
gcc/config/arm/t-phoenix | 20 +-
gcc/config/arm/t-rmprofile | 146 +-
gcc/config/arm/t-rtems | 49 +-
gcc/config/arm/t-symbian | 34 +-
gcc/config/arm/vxworks.h | 2 -
gcc/doc/fragments.texi | 10 +-
gcc/doc/invoke.texi | 373 ++-
gcc/genmultilib | 4 +-
gcc/testsuite/ChangeLog | 26 +
gcc/testsuite/gcc.dg/pr59418.c | 2 +-
gcc/testsuite/gcc.target/arm/multilib.exp | 685 ++++++
gcc/testsuite/gcc.target/arm/neon-thumb2-move.c | 2 +-
gcc/testsuite/gcc.target/arm/pr51915.c | 2 +-
gcc/testsuite/gcc.target/arm/pr52006.c | 2 +-
gcc/testsuite/gcc.target/arm/pr53187.c | 2 +-
.../gcc.target/arm/thumb2-slow-flash-data-2.c | 2 +-
.../gcc.target/arm/thumb2-slow-flash-data-3.c | 2 +-
.../gcc.target/arm/thumb2-slow-flash-data-4.c | 2 +-
.../gcc.target/arm/thumb2-slow-flash-data-5.c | 2 +-
libgcc/ChangeLog | 4 +
libgcc/config/arm/cmse_nonsecure_call.S | 8 +
43 files changed, 4871 insertions(+), 3509 deletions(-)
copy gcc/config/{ia64/t-hpux => arm/t-fuchsia} (59%)
create mode 100644 gcc/testsuite/gcc.target/arm/multilib.exp
--
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 e9eb0b85927 Change YAML traits for vector<string> to flow_vector.
new 512a2c924aa [InstCombine] Set correct insertion point for selects gener [...]
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/InstructionCombining.cpp | 12 ++++++++-
test/Transforms/InstCombine/phi-select-constant.ll | 29 ++++++++++++++++++++++
2 files changed, 40 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 compiler-rt.
from b0ee5a939 [WinASan] Fix hotpatching new Win 10 build 1703 x64 strnlen prologue
new 802ac1eb4 [Sanitizer] Remove CombinedAllocator::Allocate's 'cleared' parameter
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/asan/asan_allocator.cc | 8 +++-----
lib/lsan/lsan_allocator.cc | 2 +-
lib/msan/msan_allocator.cc | 4 ++--
lib/sanitizer_common/sanitizer_allocator.cc | 4 ++--
lib/sanitizer_common/sanitizer_allocator_combined.h | 8 +-------
5 files changed, 9 insertions(+), 17 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 1e8fd529b25 * gimple-ssa-isolate-paths.c (isolate_path): Set edge lead [...]
new 9f5f711c978 PR tree-optimization/80934 - bzero should be assumed not to [...]
new a99ae290af4 [arm] Use strings for -march, -mcpu and -mtune options
new ceb0f143c2b [arm] Rewrite -march and -mcpu options for passing to
new 2c9e7fd3b8d [arm] Don't pass -mfpu=auto through to the assembler.
new 35493e3ba88 [arm] Allow +opt on arbitrary cpu and architecture
new 4378dde07e6 [arm] Add architectural options
new 0de21cc5445 [arm] Add default FPUs for CPUs.
new 43eb649ed50 [build] Make sbitmap code available to the driver
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:
gcc/ChangeLog | 135 +++
gcc/Makefile.in | 2 +-
gcc/builtins.c | 1 -
gcc/common/config/arm/arm-common.c | 45 +-
gcc/config/arm/arm-cpu-cdata.h | 86 +-
gcc/config/arm/arm-cpu-data.h | 1049 ++++++++++++++++++++-
gcc/config/arm/arm-cpus.in | 222 ++++-
gcc/config/arm/arm-isa.h | 20 +-
gcc/config/arm/arm-tables.opt | 21 +-
gcc/config/arm/arm.c | 272 +++++-
gcc/config/arm/arm.h | 42 +-
gcc/config/arm/arm.opt | 15 +-
gcc/config/arm/elf.h | 2 +-
gcc/config/arm/parsecpu.awk | 110 ++-
gcc/gimple-fold.c | 88 +-
gcc/testsuite/ChangeLog | 12 +
gcc/testsuite/gcc.dg/Wsizeof-pointer-memaccess1.c | 2 +-
gcc/testsuite/gcc.dg/builtins-nonnull.c | 5 +-
gcc/testsuite/gcc.dg/fold-bcopy.c | 54 ++
gcc/testsuite/gcc.dg/pr79214.c | 2 +-
gcc/testsuite/gcc.dg/tree-prof/val-prof-7.c | 13 +-
gcc/testsuite/gcc.dg/tree-ssa/alias-36.c | 28 +
gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-30.c | 31 +
23 files changed, 2035 insertions(+), 222 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/fold-bcopy.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/alias-36.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/ssa-dse-30.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 089beaa07c0 [SCCP] Clarify a comment about unhandled instructions.
new 888f3a08697 [SCCP] Simplify the code a bit. NFCI.
new e9eb0b85927 Change YAML traits for vector<string> to flow_vector.
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:
include/llvm/IR/ModuleSummaryIndexYAML.h | 2 +-
lib/Transforms/Scalar/SCCP.cpp | 10 +++-------
test/Transforms/LowerTypeTests/export-icall.ll | 9 ++-------
3 files changed, 6 insertions(+), 15 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 lldb.
from 4b8d7de76 Change the code I added to LocateDSYMInVincinityOfExecutable [...]
new 9725db1cc Upstreaming the UndefinedBehaviorSanitizerRuntime and MainThr [...]
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/lldb/lldb-enumerations.h | 2 +
lldb.xcodeproj/project.pbxproj | 28 ++
packages/Python/lldbsuite/test/decorators.py | 47 +++
.../address_breakpoints => ubsan/basic}/Makefile | 2 +-
.../functionalities/ubsan/basic/TestUbsanBasic.py | 90 ++++++
.../test/functionalities/ubsan/basic/main.c | 4 +
source/API/SBThread.cpp | 4 -
source/API/SystemInitializerFull.cpp | 6 +
.../AddressSanitizer/AddressSanitizerRuntime.cpp | 7 -
.../Plugins/InstrumentationRuntime/CMakeLists.txt | 2 +
.../MainThreadChecker/CMakeLists.txt | 3 +
.../MainThreadChecker/MainThreadCheckerRuntime.cpp | 273 +++++++++++++++++
.../MainThreadChecker/MainThreadCheckerRuntime.h | 68 +++++
.../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 5 -
.../UndefinedBehaviorSanitizer/CMakeLists.txt | 3 +
.../UndefinedBehaviorSanitizerRuntime.cpp | 340 +++++++++++++++++++++
.../UndefinedBehaviorSanitizerRuntime.h} | 28 +-
17 files changed, 880 insertions(+), 32 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/address_breakpoint [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/ubsan/basic/Test [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/ubsan/basic/main.c
create mode 100644 source/Plugins/InstrumentationRuntime/MainThreadChecker/CMakeLists.txt
create mode 100644 source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThr [...]
create mode 100644 source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThr [...]
create mode 100644 source/Plugins/InstrumentationRuntime/UndefinedBehaviorSanitize [...]
create mode 100644 source/Plugins/InstrumentationRuntime/UndefinedBehaviorSanitize [...]
copy source/Plugins/InstrumentationRuntime/{AddressSanitizer/AddressSanitizerRunti [...]
--
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 fb40328fb1 [PR33394] Avoid lexing editor placeholders when Clang is use [...]
new 556bf223d1 Killing a tab and some other spurious whitespace; NFC.
new 308da19bca [index] Fix typo: inferface -> interface
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:
include/clang-c/CXCompilationDatabase.h | 2 +-
include/clang-c/Index.h | 2 +-
lib/Frontend/FrontendActions.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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 627d9ad39 [COFF] Drop unused comdat sections when GC is turned off
new 03605f5c4 Give associative-comdat lld test a triple
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/COFF/associative-comdat.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.