This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a7092d6 [X86] Add costs for non-AVX512 single-source permutation inte [...]
new e14e112 [Hexagon] Adding opExtentBits and opExtentAlign to GPrel inst [...]
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/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 4 ++--
lib/Target/Hexagon/HexagonInstrInfoV4.td | 24 ++++++++++++++++++++
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 26 +++++++++++++++++++++-
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 20 +++++++++--------
test/MC/Hexagon/relocations.s | 8 +++----
5 files changed, 66 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 llvm.
from 4dfaf93 [Hexagon] Remove A4_ext_* pseudo instructions
new 42f1fb1 [Hexagon] Fix relocation kind for extended predicated calls
new a7092d6 [X86] Add costs for non-AVX512 single-source permutation inte [...]
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:
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 12 ++++---
lib/Target/X86/X86TargetTransformInfo.cpp | 19 ++++++++--
test/Analysis/CostModel/X86/shuffle-single-src.ll | 40 +++++++++++-----------
test/MC/Hexagon/ext-callt-rel.s | 6 ++++
4 files changed, 49 insertions(+), 28 deletions(-)
create mode 100644 test/MC/Hexagon/ext-callt-rel.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 master
in repository gcc.
from 84afa95 PR middle-end/78142 * gcc.target/aarch64/vector_initializat [...]
new 62744ed Update libstdc++ baseline symbols for x32
new 0130b5f PR middle-end/77445 * gcc.dg/tree-ssa/pr77445-2.c: Update t [...]
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 | 7 ++
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/gcc.dg/tree-ssa/pr77445-2.c | 6 +-
gcc/tree-ssa-threadbackward.c | 27 +++++++-
libstdc++-v3/ChangeLog | 4 ++
.../post/x86_64-linux-gnu/x32/baseline_symbols.txt | 80 ++++++++++++++++++++++
6 files changed, 126 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 release_40
in repository compiler-rt.
from 3e677c3 Merging r292517: -------------------------------------------- [...]
new 855d4c1 Merging r293536: -------------------------------------------- [...]
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_malloc_linux.cc | 18 ++++++--
lib/asan/asan_malloc_win.cc | 5 --
lib/lsan/lsan_interceptors.cc | 54 ++++++++++++++++------
.../sanitizer_platform_interceptors.h | 5 ++
.../tests/sanitizer_allocator_testlib.cc | 10 ++++
test/asan/TestCases/malloc-no-intercept.c | 24 ++++++++++
6 files changed, 92 insertions(+), 24 deletions(-)
create mode 100644 test/asan/TestCases/malloc-no-intercept.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 dafbfea [tsan] Provide API for libraries for race detection on custom [...]
new 67248be [compiler-rt] Fix incorrect use of snprintf
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:
.../sanitizer_symbolizer_libcdep.cc | 21 ++++++++++++----
.../sanitizer_symbolizer_posix_libcdep.cc | 1 -
.../symbolizer/sanitizer_symbolize.cc | 14 ++++++-----
test/sanitizer_common/TestCases/symbolize_stack.cc | 28 ++++++++++++++++++++++
4 files changed, 53 insertions(+), 11 deletions(-)
create mode 100644 test/sanitizer_common/TestCases/symbolize_stack.cc
--
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 4ea8989 [Hexagon] Fix insertBranch for loops with multiple ENDLOOP in [...]
new 5459106 [libFuzzer] reorganize the tracing code to make it easier to [...]
new 4dfaf93 [Hexagon] Remove A4_ext_* pseudo instructions
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/Fuzzer/FuzzerTracePC.cpp | 44 +++++++++++++++-------
lib/Fuzzer/FuzzerTracePC.h | 11 +++---
lib/Target/Hexagon/HexagonInstrFormatsV4.td | 4 +-
lib/Target/Hexagon/HexagonInstrInfoV4.td | 7 ----
lib/Target/Hexagon/MCTargetDesc/HexagonBaseInfo.h | 4 +-
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp | 35 +++++++++--------
.../Hexagon/MCTargetDesc/HexagonMCCodeEmitter.h | 5 +++
.../Hexagon/MCTargetDesc/HexagonMCInstrInfo.cpp | 18 +++------
8 files changed, 71 insertions(+), 57 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 libcxx.
from 1773efd Extend XFAIL to c++98.
new e520f0b Avoid implementation defined behavior in a test.
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:
.../locale.nm.put/facet.num.put.members/put_pointer.pass.cpp | 8 +++++++-
1 file changed, 7 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 clang-tools-extra.
from cd94893 [change-namespace] fix unscoped enum constant references.
new ecfd84e [change-namespace] trying to fix build bot failure caused by [...]
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:
change-namespace/ChangeNamespace.cpp | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 614d76d nodename2hostname.sh: New helper script.
new 4d2f312 nodename2hostname.sh: Make NODE_NAME the only and mandatory p [...]
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:
nodename2hostname.sh | 22 ++++++++++++----------
1 file changed, 12 insertions(+), 10 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 53438cd [PGO] make graph view internal options available for all builds
new e56a9ab [WebAssembly] Add instruction definitions for drop and get/se [...]
new 4ea8989 [Hexagon] Fix insertBranch for loops with multiple ENDLOOP in [...]
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/Target/Hexagon/HexagonInstrInfo.cpp | 42 +++++++-----
.../Disassembler/WebAssemblyDisassembler.cpp | 1 +
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 2 +
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 15 ++++
test/CodeGen/Hexagon/find-loop-instr.ll | 79 ++++++++++++++++++++++
5 files changed, 121 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/Hexagon/find-loop-instr.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.