This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 50c14e2bfed * bb-reorder.c (better_edge_p): Do not build traces across [...]
new d508ad6f02a * cgraphunit.c (cgraph_node::finalize_function): When !fl [...]
new 505329ddc7c * lto-wrapper.c (merge_and_complain): Do not merge fexcep [...]
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:
gcc/ChangeLog | 15 +++++++++++++
gcc/cgraphunit.c | 41 +++++++++++++++++-------------------
gcc/lto-wrapper.c | 56 ++++---------------------------------------------
gcc/lto/ChangeLog | 6 +++++-
gcc/lto/lto-partition.c | 21 ++++++++-----------
5 files changed, 52 insertions(+), 87 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 559127a46b8 [SimplifyCFG] Move a portion of an if statement that shoul [...]
new 8657a6b1952 [PDB] Fill in "Parent" and "End" fields of scope-like symbo [...]
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/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h | 4 ++++
1 file changed, 4 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 9a973f3ee9 [OpenMP] Extend CLANG target options with device offloading kind.
new 5bf57dfedf This reverts r305820 (ARMv.2-A FP16 vector intrinsics) becau [...]
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/arm_neon.td | 185 ---
lib/Basic/Targets.cpp | 3 -
lib/CodeGen/CGBuiltin.cpp | 183 +--
lib/CodeGen/CodeGenModule.cpp | 1 -
lib/CodeGen/CodeGenTypeCache.h | 2 +-
test/CodeGen/aarch64-neon-intrinsics.c | 230 ++--
test/CodeGen/aarch64-neon-ldst-one.c | 228 ++--
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1633 --------------------------
test/CodeGen/arm_neon_intrinsics.c | 240 ++--
utils/TableGen/NeonEmitter.cpp | 6 +-
10 files changed, 363 insertions(+), 2348 deletions(-)
delete mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.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 lld.
from 27fbc6ad4 Revert "Revert "Revert "Switch external cvtres.exe for llvm's [...]
new 43e825eb2 [PDB] Fill in "Parent" and "End" fields of scope-like symbol 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:
COFF/PDB.cpp | 75 ++++-
.../{pdb_comdat_main.yaml => pdb-scopes-a.yaml} | 349 ++++++++++-----------
.../{pdb_comdat_bar.yaml => pdb-scopes-b.yaml} | 325 ++++++++-----------
test/COFF/pdb-comdat.test | 6 +-
test/COFF/pdb-scopes.test | 75 +++++
test/COFF/pdb-symbol-types.yaml | 2 +-
6 files changed, 440 insertions(+), 392 deletions(-)
copy test/COFF/Inputs/{pdb_comdat_main.yaml => pdb-scopes-a.yaml} (67%)
copy test/COFF/Inputs/{pdb_comdat_bar.yaml => pdb-scopes-b.yaml} (59%)
create mode 100644 test/COFF/pdb-scopes.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 newlib.
from cff851322 fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dir
new 9eafa44d2 Replace the perl character classes with POSIX ones to fix the [...]
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:
libgloss/multi-build.in | 8 ++++----
1 file changed, 4 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 master
in repository llvm.
from eebcffd2810 [InstCombine] Don't create extra ConstantInt objects in fol [...]
new afbb3e0e902 [InstCombine] Add single use checks to SimplifyBSwap to ens [...]
new 5e02f676543 [InstCombine] Clarify comment to mention other transform th [...]
new 8e1b81f0307 [InstCombine] Change helper method to a file local static m [...]
new 559127a46b8 [SimplifyCFG] Move a portion of an if statement that shoul [...]
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:
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 25 ++++++++++++++--------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 -
lib/Transforms/Utils/SimplifyCFG.cpp | 4 ++--
test/Transforms/InstCombine/bswap-fold.ll | 10 ++++-----
4 files changed, 22 insertions(+), 18 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 c8be3ef517 [OpenMP] Customize CUDA-based tool chain selection
new 9a973f3ee9 [OpenMP] Extend CLANG target options with device offloading kind.
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/ToolChain.h | 3 ++-
lib/Driver/ToolChain.cpp | 6 ++---
lib/Driver/ToolChains/BareMetal.cpp | 3 ++-
lib/Driver/ToolChains/BareMetal.h | 3 ++-
lib/Driver/ToolChains/Clang.cpp | 3 ++-
lib/Driver/ToolChains/Cuda.cpp | 51 ++++++++++++++++++++++++++---------
lib/Driver/ToolChains/Cuda.h | 3 ++-
lib/Driver/ToolChains/Darwin.cpp | 3 ++-
lib/Driver/ToolChains/Darwin.h | 3 ++-
lib/Driver/ToolChains/Fuchsia.cpp | 3 ++-
lib/Driver/ToolChains/Fuchsia.h | 3 ++-
lib/Driver/ToolChains/Gnu.cpp | 3 ++-
lib/Driver/ToolChains/Gnu.h | 3 ++-
lib/Driver/ToolChains/Hexagon.cpp | 3 ++-
lib/Driver/ToolChains/Hexagon.h | 3 ++-
lib/Driver/ToolChains/WebAssembly.cpp | 3 ++-
lib/Driver/ToolChains/WebAssembly.h | 3 ++-
lib/Driver/ToolChains/XCore.cpp | 3 ++-
lib/Driver/ToolChains/XCore.h | 3 ++-
19 files changed, 75 insertions(+), 33 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 d08919a73c3 ASAN: Implement dynamic allocas/VLAs sanitization.
new 77c44489f2d gcc/ * asan.h (asan_sanitize_allocas_p): Declare. * asan. [...]
new 50c14e2bfed * bb-reorder.c (better_edge_p): Do not build traces across [...]
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:
gcc/ChangeLog | 18 ++++++++++++++++++
gcc/asan.c | 10 ++++++++--
gcc/asan.h | 2 ++
gcc/bb-reorder.c | 9 ++++++++-
gcc/cfgexpand.c | 2 +-
gcc/opts.c | 3 +++
gcc/params.def | 5 +++++
gcc/params.h | 2 ++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/asan/kasan-alloca-1.c | 11 +++++++++++
gcc/testsuite/c-c++-common/asan/kasan-alloca-2.c | 11 +++++++++++
11 files changed, 74 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/asan/kasan-alloca-1.c
create mode 100644 gcc/testsuite/c-c++-common/asan/kasan-alloca-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.
unknown user pushed a change to branch master
in repository clang.
from cfd25ad8e8 [clang-format] Add TextProto language name, NFC
new c8be3ef517 [OpenMP] Customize CUDA-based tool chain selection
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/Driver.cpp | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.