This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 2a4357b081 Enable DWARF accelerator tables by default when tuning for l [...]
new 2d5c20fae3 Fix arm_neon.h and arm_fp16.h generation for compiling with std=c89
new e680dc2798 [Sema] Store MacroInfo in CodeCompletionResult for macro results.
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/Sema/CodeCompleteConsumer.h | 10 +++++++++-
lib/Sema/SemaCodeComplete.cpp | 14 +++++++-------
test/Headers/arm-fp16-header.c | 19 +++++++++++++++++++
test/Headers/arm-neon-header.c | 19 +++++++++++++++++++
tools/libclang/CXCursor.cpp | 18 +++++++++---------
utils/TableGen/NeonEmitter.cpp | 4 ++--
6 files changed, 65 insertions(+), 19 deletions(-)
create mode 100644 test/Headers/arm-fp16-header.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 aldot/fortran-fe-stringpool
in repository gcc.
discards 674ba1d823d Use stringpool for OMP clause reduction code
discards ecdb6d5dcbf Free type-bound procedure structs
discards 24d2c6f59b5 Use stringpool for mangled common names
discards 2a5c56a734e Use stringpool on loading module symbols
discards e19e16f3dd0 Use stringpool for intrinsic functions
discards a20d0fe22b7 Use stringpool for module binding_label
discards 85d09932f62 Use stringpool in class and procedure-pointer result
discards 52e068af8e6 Use stringpool for module tbp
discards ff010b0f8fa Use stringpool in class et al
discards ff5a193a7d4 Use stringpool and unified uppercase handling
discards 2d15e58040a Use stringpool for charkind
discards b7a6319b19b Use stringpool for iso_fortran_env
discards 1714895ebbb Do pointer comparison in iso_c_binding_module
discards d55d25e27f9 Use stringpool for iso_c_binding module names
discards ae2ed61f266 Fix write_omp_udr for user-operator REDUCTIONs
discards 97441a8709c gcc/fortran/ChangeLog:
discards 05efcedf9cd Use stringpool for remaining names
discards 82cbee454af gdbinit: break on gfc_internal_error
discards 292020a75ab Do pointer comparison instead of strcmp
discards 6196559fa6e Do not copy name for check_function_name
discards bb62bfca808 Use stringpool for modules
discards 94e6c5346e0 Add uop/name helpers
discards c20c70e9781 Use stringpool for some gfc_code2string return values
discards c6716a2ac9b Use stringpool for association_list
discards 848def17fdb Use stringpool for gfc_match("%n")
discards e0f43572dc7 Use stringpool for gfc_match_generic_spec
discards 595fba65aef Use stringpool for gfc_get_name
discards 0ec476167c1 use gfc_get_string in gfc_match_defined_op_name()
discards b66f5daf09d PR52665 do not let .ident confuse assembler scan tests
discards 13aa5a33c86 testsuite: Fix check_missing_uclibc_feature contitional
discards adf529d9256 libssp: enable vsnprintf for uClibc
discards c6a9b1d614d Fix libgcc i386 linux-unwind for uClibc
new 411becfb9a7 gdbinit: break on gfc_internal_error
new 5a016952e66 Use stringpool for gfc_match_defined_op_name()
new c3ffc702500 Use stringpool for gfc_get_name
new e4bee83a044 Use stringpool for gfc_match_generic_spec
new f98a491652c Use stringpool for gfc_match("%n")
new d06eda6e8e1 Use stringpool for association_list
new db435c83022 Use stringpool for some gfc_code2string return values
new b1f40884cb5 Add uop/name helpers
new bebe35278aa Use stringpool for modules
new ae28c710adf Do not copy name for check_function_name
new 45bc2913fff Do pointer comparison instead of strcmp
new 6bf6ae9ef4b Use stringpool for remaining names
new e065bc18679 Use stringpool for intrinsics and common
new ddde8366e7e Fix write_omp_udr for user-operator REDUCTIONs
new 61612efcb11 Use stringpool for iso_c_binding module names
new 409c8ea5260 Do pointer comparison in iso_c_binding_module
new 4b4d7ddb416 Use stringpool for iso_fortran_env
new c9cba284bf6 Use stringpool for charkind
new 828d3aa2a39 Use stringpool and unified uppercase handling for types
new 510bc57a31e Use stringpool in class et al
new 5d20714c3d9 Use stringpool for module tbp
new cbd2f6cb48c Use stringpool in class and procedure-pointer result
new 8a33d0b704b Use stringpool for module binding_label
new f6a6e6d8832 Use stringpool for intrinsic functions
new 88ab333532b Use stringpool on loading module symbols
new 6ce97751342 Use stringpool for mangled common names
new 671e2ea8bfd Use stringpool for OMP clause reduction code
new 39602e51c30 Free type-bound procedure structs
new ec57bf59885 PR87103: Remove max symbol length check from gfc_new_symbol
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (674ba1d823d)
\
N -- N -- N refs/heads/aldot/fortran-fe-stringpool (ec57bf59885)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 29 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/fortran/expr.c | 4 +++-
gcc/fortran/iresolve.c | 5 ++++-
gcc/fortran/symbol.c | 16 ----------------
gcc/testsuite/c-c++-common/ident-0a.c | 6 ------
gcc/testsuite/c-c++-common/ident-0b.c | 10 ----------
gcc/testsuite/c-c++-common/ident-1a.c | 8 --------
gcc/testsuite/c-c++-common/ident-1b.c | 7 -------
gcc/testsuite/c-c++-common/ident-2a.c | 6 ------
gcc/testsuite/c-c++-common/ident-2b.c | 7 -------
gcc/testsuite/lib/gcc-dg.exp | 8 +++-----
gcc/testsuite/lib/target-supports.exp | 10 ++--------
libgcc/config/i386/linux-unwind.h | 5 ++---
libssp/configure | 9 ++-------
libssp/configure.ac | 5 -----
14 files changed, 16 insertions(+), 90 deletions(-)
delete mode 100644 gcc/testsuite/c-c++-common/ident-0a.c
delete mode 100644 gcc/testsuite/c-c++-common/ident-0b.c
delete mode 100644 gcc/testsuite/c-c++-common/ident-1a.c
delete mode 100644 gcc/testsuite/c-c++-common/ident-1b.c
delete mode 100644 gcc/testsuite/c-c++-common/ident-2a.c
delete mode 100644 gcc/testsuite/c-c++-common/ident-2b.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 compiler-rt.
from b6bc00854 [Xray] Darwin providing defined value for weak symbols to fix [...]
new 9c7752695 Enable symbolize-deadlock.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/fuzzer/SymbolizeDeadlock.cpp | 1 -
test/fuzzer/symbolize-deadlock.test | 2 --
2 files changed, 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 clang.
from 94bebbfde4 Fix -Wdocumentation warning. NFCI.
new 2a4357b081 Enable DWARF accelerator tables by default when tuning for l [...]
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/ToolChains/Clang.cpp | 2 +-
test/Driver/debug-options.c | 3 +++
2 files changed, 4 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 lldb.
from be282ca5e Change TestCompletion to only ever look inside of BaseDir
new 2f43f81cc [www] Updated outdated download links [NFC]
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:
www/download.html | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 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 559403cc050 [ControlHeightReduction] Remove unused includes
new 0cd23e06f80 [benchmark] Fix 32-bit build failure
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:
utils/benchmark/README.LLVM | 2 ++
utils/benchmark/src/sysinfo.cc | 2 +-
2 files changed, 3 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 4906f3fb814 [llvm-strip] Support stripping multiple input files
new 559403cc050 [ControlHeightReduction] Remove unused includes
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:
.../llvm/Transforms/Instrumentation/ControlHeightReduction.h | 1 -
lib/Transforms/Instrumentation/ControlHeightReduction.cpp | 10 +++++-----
2 files changed, 5 insertions(+), 6 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 659169d3b2e 2018-09-05 Richard Biener <rguenther(a)suse.de>
new 3cb2785efe2 Optimise sqrt reciprocal multiplications
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/testsuite/ChangeLog | 10 ++
gcc/testsuite/g++.dg/recip_sqrt_mult_1.C | 49 ++++++++
gcc/testsuite/g++.dg/recip_sqrt_mult_2.C | 49 ++++++++
gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c | 15 +++
gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c | 11 ++
gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c | 11 ++
gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c | 21 ++++
gcc/testsuite/gcc.dg/recip_sqrt_mult_5.c | 20 +++
gcc/tree-ssa-math-opts.c | 206 ++++++++++++++++++++++++++++++-
10 files changed, 395 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/recip_sqrt_mult_1.C
create mode 100644 gcc/testsuite/g++.dg/recip_sqrt_mult_2.C
create mode 100644 gcc/testsuite/gcc.dg/recip_sqrt_mult_1.c
create mode 100644 gcc/testsuite/gcc.dg/recip_sqrt_mult_2.c
create mode 100644 gcc/testsuite/gcc.dg/recip_sqrt_mult_3.c
create mode 100644 gcc/testsuite/gcc.dg/recip_sqrt_mult_4.c
create mode 100644 gcc/testsuite/gcc.dg/recip_sqrt_mult_5.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-tools-extra.
from f4f51d7a [clangd] Fix references.test assertions
new a54e725e [clangd] Fix type/variable name conflict on some compilers
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:
.../global-symbol-builder/GlobalSymbolBuilderMain.cpp | 17 ++++++++---------
1 file changed, 8 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 llvm.
from 5797fe2d199 [Aggressive InstCombine] Move C bindings to their own header file.
new 4906f3fb814 [llvm-strip] Support stripping multiple input 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:
test/tools/llvm-objcopy/strip-multiple-files.test | 75 +++++++++++++++++++++++
tools/llvm-objcopy/llvm-objcopy.cpp | 49 ++++++++++-----
2 files changed, 110 insertions(+), 14 deletions(-)
create mode 100644 test/tools/llvm-objcopy/strip-multiple-files.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.