This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d40a562 GlobalISel: mark pointer stores as legal on AArch64.
new 76c5395 Missing 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:
lib/Support/APInt.cpp | 2 +-
lib/Support/CachePruning.cpp | 1 +
lib/Support/DeltaAlgorithm.cpp | 1 +
lib/Support/Error.cpp | 1 +
lib/Support/LockFileManager.cpp | 1 +
5 files changed, 5 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 gcc.
from 5a0890b Add braces to a condition in predict.c (PR middle-end/77574)
new 0975f76 PR sanitizer/68260 * tsan.c: Include target.h. (enum tsan_ [...]
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 | 10 +++++
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/c-c++-common/tsan/pr68260.c | 28 +++++++++++++
gcc/tsan.c | 65 ++++++++++++++++++++++++++++++-
4 files changed, 106 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/tsan/pr68260.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 5aba9f7 Turn a no-op assignment into an assertion.
new 8b02e1f [ELF] Replace HasContents with HasSections. 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:
ELF/LinkerScript.cpp | 4 ++--
ELF/LinkerScript.h | 2 +-
ELF/Writer.cpp | 8 ++++----
3 files changed, 7 insertions(+), 7 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 82d457b This reapplies r281304. The issue was that I had missed to co [...]
new d40a562 GlobalISel: mark pointer stores as legal on AArch64.
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/AArch64/AArch64MachineLegalizer.cpp | 2 +-
test/CodeGen/AArch64/GlobalISel/legalize-load-store.mir | 7 +++++++
2 files changed, 8 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 ad1b22c AVX-512: Fixed a bug in kortest.z intrinsic
new 82d457b This reapplies r281304. The issue was that I had missed to co [...]
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/MC/MCInstrDesc.h | 6 +-
include/llvm/Target/Target.td | 1 +
lib/Target/ARM/ARMInstrInfo.td | 3 +
lib/Target/ARM/ARMInstrThumb.td | 86 +++++++++++++++--------------
lib/Target/ARM/ARMInstrThumb2.td | 1 +
lib/Target/Hexagon/HexagonHardwareLoops.cpp | 8 +--
lib/Target/Hexagon/HexagonInstrInfo.td | 3 +-
test/CodeGen/Hexagon/addh-sext-trunc.ll | 30 ++--------
utils/TableGen/CodeGenInstruction.cpp | 1 +
utils/TableGen/CodeGenInstruction.h | 1 +
utils/TableGen/InstrInfoEmitter.cpp | 1 +
11 files changed, 66 insertions(+), 75 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 cb2901c [X86] Remove the VCVTSI2SD32 with rounding intrinsic. It's no [...]
new 3ef99c9 [AVX512BW] Change truncStore action (v16i16->v16i18). It can [...]
new ad1b22c AVX-512: Fixed a bug in kortest.z intrinsic
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/X86/X86ISelLowering.cpp | 7 ++--
test/CodeGen/X86/avx512-intrinsics.ll | 4 +-
test/CodeGen/X86/vector-trunc.ll | 75 ++++++++++++++++++++++++++++++++---
3 files changed, 74 insertions(+), 12 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 73b166f [asan] alloc_dealloc_mismatch=0 by default on Android.
new 3f34cc7 [asan] Reify ErrorStringFunctionMemoryRangesOverlap
new d4837a8 [asan] Reify ErrorStringFunctionSizeOverflow
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_errors.cc | 31 ++++++++++++++++++++++
lib/asan/asan_errors.h | 68 ++++++++++++++++++++++++++++++++++++++++++-------
lib/asan/asan_report.cc | 29 +++++----------------
3 files changed, 97 insertions(+), 31 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 7e5c836 Daily bump.
new 5a0890b Add braces to a condition in predict.c (PR middle-end/77574)
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 | 6 ++++++
gcc/predict.c | 2 +-
2 files 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 llvm.
from 81a2b89 Create a getelementptr instead of sub expr for ValueOffsetPai [...]
new cb2901c [X86] Remove the VCVTSI2SD32 with rounding intrinsic. It's no [...]
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/IR/IntrinsicsX86.td | 3 ---
lib/Target/X86/X86IntrinsicsInfo.h | 1 -
test/CodeGen/X86/avx512-intrinsics.ll | 10 ----------
3 files changed, 14 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 d140564 [docs] Fix formatting of characters so that tables lin [...]
new 3e4a6ab Document option '-rtlib' in clang's man page and help info
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:
docs/CommandGuide/clang.rst | 7 ++++++-
include/clang/Driver/Options.td | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.