This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 12e8e177d0 [ThinLTO] Wire up ThinLTO and new PM
new 8ba4e12ec1 [CodeGen] Surround assertion with parentheses.
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/CodeGen/CGExprScalar.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 compiler-rt.
from efd9e1ef2 [ubsan] Runtime support for pointer overflow checking
new cb4adfe6e [sanitizer-coverage] nuke more stale code
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/sanitizer/coverage_interface.h | 4 ---
.../sanitizer_coverage_interface.inc | 1 -
lib/sanitizer_common/sanitizer_coverage_libcdep.cc | 4 ---
.../TestCases/Posix/coverage-maybe-open-file.cc | 34 ----------------------
4 files changed, 43 deletions(-)
delete mode 100644 test/asan/TestCases/Posix/coverage-maybe-open-file.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 binutils-gdb.
from b5430a3ced Use the ELF class to determine the word size for FreeBSD cor [...]
new 6cf3bf8875 Correct ChangeLog entry date.
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:
bfd/ChangeLog | 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 llvm.
from ff49b831bda [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
new e625a205ecb [PM] GVNSink is off by default, fix an obvious typo.
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/Transforms/IPO/PassManagerBuilder.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 glibc.
from 6da85a0daf conformtest: Correct signal.h expectations for XPG4 / XPG42.
new 09103e4025 Include sys/param.h in stdlib/gmp-impl.h instead of redefini [...]
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:
ChangeLog | 5 +++++
stdlib/gmp-impl.h | 8 ++------
2 files changed, 7 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 a950eb976c7 [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it [...]
new ce3608ab255 Fix 2 more -Wreorder warnings.
new ff49b831bda [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/llvm/CodeGen/MachineRegionInfo.h | 130 +++++++++++------------
include/llvm/CodeGen/MachineRegisterInfo.h | 98 ++++++++---------
include/llvm/CodeGen/MachineScheduler.h | 11 +-
include/llvm/CodeGen/PBQP/CostAllocator.h | 61 ++++++-----
include/llvm/CodeGen/PBQP/Graph.h | 99 +++++++++--------
include/llvm/CodeGen/PBQP/Math.h | 22 ++--
include/llvm/CodeGen/PBQP/ReductionRules.h | 36 ++++---
include/llvm/CodeGen/PBQP/Solution.h | 2 +-
include/llvm/CodeGen/PBQPRAConstraint.h | 22 ++--
include/llvm/CodeGen/RegAllocPBQP.h | 41 ++++---
include/llvm/CodeGen/ScheduleDAGInstrs.h | 66 ++++++++----
lib/CodeGen/MachineRegionInfo.cpp | 46 ++++----
lib/CodeGen/RegAllocPBQP.cpp | 40 +++----
lib/CodeGen/ScheduleDAGInstrs.cpp | 80 +++++++++-----
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 8 +-
lib/Target/AArch64/AArch64PBQPRegAlloc.h | 7 +-
16 files changed, 423 insertions(+), 346 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 a85c08fed9 Relax test to try and appease builders. NFC.
new d751aefbc7 [AArch64] Add ARMv8.2-A FP16 vefctor intrinsics
new 12e8e177d0 [ThinLTO] Wire up ThinLTO and new PM
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/Basic/arm_neon.td | 185 +++
lib/Basic/Targets.cpp | 10 +
lib/CodeGen/BackendUtil.cpp | 24 +-
lib/CodeGen/CGBuiltin.cpp | 183 ++-
lib/CodeGen/CodeGenModule.cpp | 1 +
lib/CodeGen/CodeGenTypeCache.h | 2 +-
test/CodeGen/aarch64-neon-intrinsics.c | 230 ++--
test/CodeGen/aarch64-neon-ldst-one.c | 228 ++--
test/CodeGen/aarch64-v8.2a-neon-intrinsics.c | 1633 ++++++++++++++++++++++++++
test/CodeGen/thin_link_bitcode.c | 3 +
utils/TableGen/NeonEmitter.cpp | 6 +-
11 files changed, 2262 insertions(+), 243 deletions(-)
create mode 100644 test/CodeGen/aarch64-v8.2a-neon-intrinsics.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 llvm.
from 9cd1e1f867d Move GVNHoist to the right position in the new pass manager [...]
new a950eb976c7 [ThinLTO] Move -lto-use-new-pm to llvm-lto2, and change it [...]
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/LTO/Config.h | 3 +++
lib/LTO/LTO.cpp | 1 +
lib/LTO/LTOBackend.cpp | 7 +------
test/ThinLTO/X86/newpm-basic.ll | 2 +-
test/tools/llvm-lto2/X86/pipeline.ll | 2 +-
tools/llvm-lto2/llvm-lto2.cpp | 8 +++++++-
6 files changed, 14 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 zorg.
from 1d469f3 Added missing import.
new 000c42f Changed the llvm-clang-x86_64-expensive-checks-win builder to [...]
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:
buildbot/osuosl/master/config/builders.py | 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 llvm.
from cb20a4fea92 Fix -Wreorder warnings.
new 6437c35ae09 Reapply "[Cloning] Take another pass at properly cloning de [...]
new 850e50d6baa Fix compiler_rt buildbot failure
new 9cd1e1f867d Move GVNHoist to the right position in the new pass manager [...]
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/DebugLoc.h | 6 --
include/llvm/Transforms/Utils/Cloning.h | 4 +-
lib/IR/DebugLoc.cpp | 81 --------------------------
lib/Passes/PassBuilder.cpp | 6 +-
lib/Transforms/Coroutines/CoroSplit.cpp | 2 +-
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp | 14 +++--
lib/Transforms/Utils/CloneFunction.cpp | 71 +++++++++++++---------
unittests/Transforms/Utils/Cloning.cpp | 2 +-
8 files changed, 62 insertions(+), 124 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.