This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f5f61851ee3 [PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial un [...]
new ec6f9b0b97f Use TempFile in the implementation of LockFileManager.
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/Support/LockFileManager.h | 3 +-
lib/Support/LockFileManager.cpp | 83 ++++++++++++++--------------------
2 files changed, 35 insertions(+), 51 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 9bde5fb8f8e MIRParser: Avoid reading uninitialized memory on generic vregs
new f5f61851ee3 [PM/Unswitch] Teach SimpleLoopUnswitch to do non-trivial un [...]
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/Analysis/LoopInfo.h | 36 +-
include/llvm/Analysis/LoopInfoImpl.h | 2 +-
include/llvm/Transforms/Scalar/LoopPassManager.h | 13 +
.../llvm/Transforms/Scalar/SimpleLoopUnswitch.h | 6 +-
lib/Analysis/LoopPass.cpp | 3 +-
lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 1515 ++++++++++++-
.../2006-06-27-DeadSwitchCase.ll | 44 +-
.../SimpleLoopUnswitch/nontrivial-unswitch-cost.ll | 501 +++++
.../SimpleLoopUnswitch/nontrivial-unswitch.ll | 2352 ++++++++++++++++++++
9 files changed, 4372 insertions(+), 100 deletions(-)
create mode 100644 test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-cost.ll
create mode 100644 test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch.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 lld.
from b93d75b6d [WebAssembly] Initial wasm linker implementation
new 4cee9f313 All .xdata sections are eligble for ICF
new 92243d27b COFF: Stop emitting a non-standard COFF symbol table into PEs.
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:
COFF/Driver.cpp | 2 -
COFF/ICF.cpp | 17 ++-
COFF/Options.td | 1 -
COFF/Writer.cpp | 130 ++++-----------------
test/COFF/delayimports32.test | 4 +-
test/COFF/icf-xdata.s | 86 ++++++++++++++
test/COFF/long-section-name.test | 4 +-
test/COFF/lto-opt-level.ll | 12 +-
test/COFF/strtab-size.s | 216 -----------------------------------
test/COFF/symtab.test | 236 ---------------------------------------
10 files changed, 134 insertions(+), 574 deletions(-)
create mode 100644 test/COFF/icf-xdata.s
delete mode 100644 test/COFF/strtab-size.s
delete mode 100644 test/COFF/symtab.test
--
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 ffc5930a5c [AST] Partially revert r318341 to fix two broken tests on ll [...]
new 56e12b471f [CodeGen] Compute the objc EH vtable address point using inb [...]
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/CGObjCMac.cpp | 5 +++--
test/CodeGenObjC/attr-exception.m | 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 compiler-rt.
from 627dda342 [fuzzer] Initialize PcDescr buffer before calling __sanitizer [...]
new 6d88545ed Enable PDB generation with lld in asan and cfi tests on Windows.
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/asan/TestCases/Windows/fuse-lld.cc | 6 +-----
test/cfi/lit.cfg | 1 +
test/cfi/stats.cpp | 2 +-
test/lit.common.cfg | 3 +--
4 files changed, 4 insertions(+), 8 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-tools-extra.
from d0d74790 [clang-tidy] Fix an oversight after renaming a check
new 7cbd080b [clangd] Release the old preamble before building a new one.
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:
clangd/ClangdUnit.cpp | 13 ++++++++++---
1 file 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 release_50
in repository llvm.
from 52e96d1e3ae Merging r318207:
new 91a7b5abbfa Merging r318289:
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/AsmPrinter/DwarfCompileUnit.cpp | 20 ++++++++----
lib/CodeGen/AsmPrinter/DwarfDebug.h | 5 ++-
test/DebugInfo/cross-cu-scope.ll | 50 +++++++++++++++++++++++++++++
3 files changed, 67 insertions(+), 8 deletions(-)
create mode 100644 test/DebugInfo/cross-cu-scope.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 f54bfed5d2c [X86] Merge scheduling tests for SHLD/SHRD
new 9bde5fb8f8e MIRParser: Avoid reading uninitialized memory on generic vregs
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/MIRParser/MIRParser.cpp | 1 +
1 file changed, 1 insertion(+)
--
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/pie/gcc-7-branch
in repository gcc.
discards f4885c6ad79 Use rcrt1.o%s/grcrt1.o%s to relocate static PIE
new bf08493135b Use rcrt1.o%s/grcrt1.o%s to relocate static PIE
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 (f4885c6ad79)
\
N -- N -- N refs/heads/hjl/pie/gcc-7-branch (bf08493135b)
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 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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.