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 d0f7791c66 Add new AArch64 FP16 FM{A|S} instructions.
new d723696126 Refactor endian handling in DFP routines
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:
gdb/ChangeLog | 12 ++++++++++
gdb/target-float.c | 70 ++++++++++++++++++++++++------------------------------
2 files changed, 43 insertions(+), 39 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 324f14167aa Convert another use of createUniqueFile to TempFile::create.
new 37d08700eb7 Allow empty mappings for optional YAML input
new 75fe73fb9ab make exitDsymutil static.
new 0394808f011 [InstCombine] add tests for pow(); NFC
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:
lib/Support/YAMLTraits.cpp | 3 +-
test/Transforms/InstCombine/pow-sqrt.ll | 54 +++++++++++++++++++++++----------
test/tools/yaml2obj/empty-symbols.yaml | 10 ++++++
tools/dsymutil/DwarfLinker.cpp | 32 +++++++++++--------
tools/dsymutil/dsymutil.cpp | 4 ++-
tools/dsymutil/dsymutil.h | 4 ---
6 files changed, 73 insertions(+), 34 deletions(-)
create mode 100644 test/tools/yaml2obj/empty-symbols.yaml
--
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 69def8daf63 [DebugInfo/PDB] Exclude the PDB/DIA files added in my previ [...]
new 324f14167aa Convert another use of createUniqueFile to TempFile::create.
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:
tools/bugpoint/BugDriver.cpp | 5 +++++
tools/bugpoint/BugDriver.h | 6 ++++++
tools/bugpoint/ExtractFunction.cpp | 28 +++++++++++-----------------
tools/bugpoint/OptimizerDriver.cpp | 5 -----
4 files changed, 22 insertions(+), 22 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 1b9c76b98a7 * tree-emutls.c (lower_emutls_data): Remove unused bb_freq [...]
new 82908cdef74 [BRIGFE] Reduce the number of type conversions due to the u [...]
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/brig/ChangeLog | 24 ++++
gcc/brig/brigfrontend/brig-basic-inst-handler.cc | 13 +-
gcc/brig/brigfrontend/brig-code-entry-handler.cc | 126 ++++++++++--------
gcc/brig/brigfrontend/brig-code-entry-handler.h | 6 +
.../brigfrontend/brig-copy-move-inst-handler.cc | 4 +-
gcc/brig/brigfrontend/brig-cvt-inst-handler.cc | 50 +++----
gcc/brig/brigfrontend/brig-function.cc | 69 +++++++---
gcc/brig/brigfrontend/brig-function.h | 12 +-
gcc/brig/brigfrontend/brig-mem-inst-handler.cc | 15 +--
gcc/brig/brigfrontend/brig-to-generic.cc | 101 ++++++++++++--
gcc/brig/brigfrontend/brig-to-generic.h | 11 +-
gcc/brig/brigfrontend/brig-util.cc | 89 +++++++++++++
gcc/brig/brigfrontend/brig-util.h | 31 +++++
gcc/testsuite/ChangeLog | 7 +
.../brig.dg/test/gimple/internal-casts.hsail | 146 +++++++++++++++++++++
gcc/testsuite/brig.dg/test/gimple/packed.hsail | 18 ++-
gcc/testsuite/brig.dg/test/gimple/vector.hsail | 10 +-
17 files changed, 573 insertions(+), 159 deletions(-)
create mode 100644 gcc/testsuite/brig.dg/test/gimple/internal-casts.hsail
--
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 da65f7f6393 [InstCombine] add tests for 'afn' FMF; NFC
new 69def8daf63 [DebugInfo/PDB] Exclude the PDB/DIA files added in my previ [...]
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/module.modulemap | 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 lld.
from 7c7afd78e [ELF] - Don't emit broken relocations for SHF_MERGE sections [...]
new 34054b563 [ELF] Fix broken LTO cache test 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:
test/ELF/lto/cache.ll | 6 +++---
1 file 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 lldb.
from 9db266cb7 Implement core dump debugging for PPC64le
new 8c0d70505 Fixed up to use a class for the commands, renamed the command [...]
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:
examples/python/lldb_module_utils.py | 249 +++++++++++++++++++++++++----------
1 file changed, 181 insertions(+), 68 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 ffed628837b [InstCombine] regenerate test checks; NFC
new d25c1a9f8c5 Revert "[Support][CachePruning] Fix regression in pruning i [...]
new d572cf5326d [InstCombine] regenerate test checks; NFC
new dbaffd4be31 [asan] Fix small X86_64 ShadowOffset for non-default shadow scale
new da65f7f6393 [InstCombine] add tests for 'afn' FMF; NFC
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/Support/CachePruning.cpp | 2 +-
.../Instrumentation/AddressSanitizer.cpp | 16 ++++++----
test/Transforms/InstCombine/pow-sqrt.ll | 37 +++++++++++++++++-----
3 files changed, 39 insertions(+), 16 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 compiler-rt.
from c6d23c19b [sanitizer] Use runtime checks instead of API level for Andro [...]
new 8edbfabe4 [asan] Fix small X86_64 ShadowOffset for non-default shadow scale
new 871a521d0 [asan] Ensure that the minimum redzone is at least SHADOW_GRA [...]
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:
lib/asan/asan_activation.cc | 7 +++++--
lib/asan/asan_flags.cc | 3 +++
lib/asan/asan_mapping.h | 3 ++-
3 files changed, 10 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 gcc.
from 3f9a545c790 * predict.c (combine_predictions_for_bb): Preserve zero pr [...]
new a710b450cf3 PR middle-end/63477 - Bogus warning with -O3 -Warray-bounds [...]
new cffe9a83e3f * ipa-fnsummary.c (analyze_function_body): Accumulate time [...]
new 96824d354ad * ipa-split.c (split_bb_info): Turn time to sreal. (split [...]
new 1b9c76b98a7 * tree-emutls.c (lower_emutls_data): Remove unused bb_freq [...]
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 | 18 ++++++++++++++++++
gcc/ipa-fnsummary.c | 17 +++++++----------
gcc/ipa-split.c | 39 +++++++++++++++++++++++----------------
gcc/testsuite/ChangeLog | 9 +++++++++
gcc/testsuite/gcc.dg/ipa/ipcp-2.c | 2 +-
gcc/testsuite/gcc.dg/pr63477.c | 36 ++++++++++++++++++++++++++++++++++++
gcc/tree-emutls.c | 7 -------
7 files changed, 94 insertions(+), 34 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr63477.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.