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 6ccdfdf [ASAN] Use struct instead of array in sancov.py
new 164bcc4 Revert "[sanitizer] Allow the sanitizer allocator to use a 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:
lib/sanitizer_common/sanitizer_allocator.h | 58 +++++++---------------
lib/sanitizer_common/sanitizer_posix_libcdep.cc | 3 +-
.../tests/sanitizer_allocator_testlib.cc | 3 +-
3 files changed, 21 insertions(+), 43 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 d61a344 Revert "[LSAN] Fix test swapcontext.cc on MIPS"
new 7575ed5 [sanitizer] allow zero first parameter in MmapNoAccess; This [...]
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/sanitizer_common/sanitizer_posix_libcdep.cc | 3 ++-
1 file changed, 2 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 lld.
from 6caeee9 GC entries of SHF_MERGE sections.
new 2c2ac77 Trying to fix the windows build.
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/InputSection.cpp | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from 9caa67e ELF: Scan for undefined symbols in shlibs and symbols in dyna [...]
new d0a4536 Revert "GC entries of SHF_MERGE sections."
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/InputSection.cpp | 73 +++-------------------------
ELF/InputSection.h | 6 +--
ELF/MarkLive.cpp | 37 ++++----------
ELF/OutputSections.cpp | 44 +++++++++++------
test/ELF/gc-sections-merge-addend.s | 39 ---------------
test/ELF/gc-sections-merge-implicit-addend.s | 39 ---------------
test/ELF/gc-sections-merge.s | 61 -----------------------
7 files changed, 48 insertions(+), 251 deletions(-)
delete mode 100644 test/ELF/gc-sections-merge-addend.s
delete mode 100644 test/ELF/gc-sections-merge-implicit-addend.s
delete mode 100644 test/ELF/gc-sections-merge.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 hjl/pr70155/uros
in repository gcc.
discards cd2a14c Extend STV pass to 64-bit mode
discards 5987792 Allow all 1s of integer in standard_sse_constant_p
discards b96c7d3 Allow all 1s of integer as standard SSE constants
new 3009ef6 Allow all 1s of integer as standard SSE constants
new 8e3f061 Extend STV pass to 64-bit mode
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 (cd2a14c)
\
N -- N -- N refs/heads/hjl/pr70155/uros (8e3f061)
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 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/config/i386/i386.c | 17 ++---------------
1 file changed, 2 insertions(+), 15 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 6252915 DAGCombiner: Relax alignment restriction when changing load type
new a436337 [unordered] Extend load/store type canonicalization to handle [...]
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:
.../InstCombine/InstCombineLoadStoreAlloca.cpp | 17 ++++++----
test/Transforms/InstCombine/atomic.ll | 39 ++++++++++++++++++++++
2 files changed, 50 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 llvm.
from fdc9ad7 [SCEV] Extract out a `isSCEVExprNeverPoison` helper; NFCI
new 91e5e85 [EarlyCSE] Take the intersection of flags on instructions
new fd026c3 Fix some spelling mistakes
new 582e856 [GVN] Respect fast-math-flags on fcmps
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:
include/llvm/IR/InstrTypes.h | 29 ---------------
include/llvm/IR/Instruction.h | 29 +++++++++++++++
include/llvm/IR/Operator.h | 4 +-
lib/IR/Instruction.cpp | 64 ++++++++++++++++++++++++++++++++
lib/IR/Instructions.cpp | 56 ----------------------------
lib/Target/ARM/ARMConstantIslandPass.cpp | 4 +-
lib/Transforms/Scalar/EarlyCSE.cpp | 13 ++-----
lib/Transforms/Scalar/GVN.cpp | 43 +++++++++++----------
test/Transforms/EarlyCSE/flags.ll | 18 +++++++++
test/Transforms/GVN/flags.ll | 18 +++++++++
unittests/ProfileData/InstrProfTest.cpp | 2 +-
11 files changed, 158 insertions(+), 122 deletions(-)
create mode 100644 test/Transforms/EarlyCSE/flags.ll
create mode 100644 test/Transforms/GVN/flags.ll
--
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 c1499f8 [mips][microMIPS] Add R_MICROMIPS_PC18_S3 relocation
new fed867f [mips][microMIPS] Implement SLT, SLTI, SLTIU, SLTU microMIPS3 [...]
new 883a09c [InstCombine] Preserve fast math flags when combining PHIs
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/Mips/MicroMips32r6InstrInfo.td | 4 +-
lib/Target/Mips/MicroMipsInstrFormats.td | 1 -
lib/Target/Mips/MicroMipsInstrInfo.td | 4 +
lib/Target/Mips/MipsInstrInfo.td | 8 +-
lib/Transforms/InstCombine/InstCombinePHI.cpp | 49 +++---------
test/CodeGen/Mips/brconlt.ll | 2 +
test/CodeGen/Mips/seteq.ll | 2 +
test/CodeGen/Mips/setltk.ll | 6 +-
test/CodeGen/Mips/setne.ll | 2 +
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 4 +
test/MC/Mips/micromips32r6/valid.s | 4 +
.../InstCombine/phi-preserve-ir-flags.ll | 89 ++++++++++++++++++++++
12 files changed, 132 insertions(+), 43 deletions(-)
create mode 100644 test/Transforms/InstCombine/phi-preserve-ir-flags.ll
--
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 test-suite.
from 2a10f07 litsupport-tests: Cleanup, do not hardcode lit path/name
new 3a16a9c Add new cmake caches for iOS setups
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:
cmake/caches/Release_Haswell.cmake | 2 --
cmake/caches/target-arm64-ios.cmake | 3 +++
cmake/caches/target-haswell.cmake | 2 ++
cmake/caches/target-thumbv7s-ios.cmake | 3 +++
cmake/caches/util/arch_flags.cmake | 4 ++++
cmake/caches/util/xcode_sdk.cmake | 30 ++++++++++++++++++++++++++++++
6 files changed, 42 insertions(+), 2 deletions(-)
delete mode 100644 cmake/caches/Release_Haswell.cmake
create mode 100644 cmake/caches/target-arm64-ios.cmake
create mode 100644 cmake/caches/target-haswell.cmake
create mode 100644 cmake/caches/target-thumbv7s-ios.cmake
create mode 100644 cmake/caches/util/arch_flags.cmake
create mode 100644 cmake/caches/util/xcode_sdk.cmake
--
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 9d0b7e9 PM: Port SinkingPass to the new pass manager
new 57d47e7 [AArch64] Fix optimizeCondBranch logic.
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/AArch64InstrInfo.cpp | 10 +++++-----
test/CodeGen/AArch64/aarch64-tbz.ll | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.