This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c616898 Use LLVM_CONSTEXPR to appease MSVC2013 (fixup for r283854)
new ebc8a28 Revert "Codegen: Tail-duplicate during placement."
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/LoopInfoImpl.h | 9 +-
include/llvm/CodeGen/TailDuplicator.h | 26 +-
lib/CodeGen/MachineBlockPlacement.cpp | 306 ++-------------------
lib/CodeGen/TailDuplication.cpp | 2 +-
lib/CodeGen/TailDuplicator.cpp | 63 +----
test/CodeGen/AArch64/arm64-extload-knownzero.ll | 1 +
test/CodeGen/AArch64/machine_cse.ll | 6 +-
test/CodeGen/AArch64/tail-dup-repeat-worklist.ll | 69 -----
test/CodeGen/ARM/2011-03-23-PeepholeBug.ll | 1 +
test/CodeGen/PowerPC/branch-opt.ll | 16 +-
test/CodeGen/PowerPC/sjlj.ll | 18 +-
.../PowerPC/tail-dup-branch-to-fallthrough.ll | 65 -----
test/CodeGen/PowerPC/tail-dup-layout.ll | 100 -------
test/CodeGen/WebAssembly/cfg-stackify.ll | 2 +-
test/CodeGen/WebAssembly/mem-intrinsics.ll | 2 +-
test/CodeGen/X86/block-placement.ll | 10 +-
test/CodeGen/X86/cmov-into-branch.ll | 4 +-
test/CodeGen/X86/fma-intrinsics-phi-213-to-231.ll | 24 +-
test/CodeGen/X86/fp-une-cmp.ll | 4 +-
test/CodeGen/X86/pr11202.ll | 5 +-
test/CodeGen/X86/ragreedy-bug.ll | 22 +-
test/CodeGen/X86/sse1.ll | 28 +-
test/CodeGen/X86/tail-dup-merge-loop-headers.ll | 190 -------------
test/CodeGen/X86/tail-dup-repeat.ll | 53 ----
test/CodeGen/X86/update-terminator.mir | 22 --
25 files changed, 95 insertions(+), 953 deletions(-)
delete mode 100644 test/CodeGen/AArch64/tail-dup-repeat-worklist.ll
delete mode 100644 test/CodeGen/PowerPC/tail-dup-branch-to-fallthrough.ll
delete mode 100644 test/CodeGen/PowerPC/tail-dup-layout.ll
delete mode 100644 test/CodeGen/X86/tail-dup-merge-loop-headers.ll
delete mode 100644 test/CodeGen/X86/tail-dup-repeat.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 clang.
from d0a5e32 Explicitly ignore return code in test for test systems that u [...]
new b042fd3 Turn FileManager DirectoryEntry::Name from raw pointer to Str [...]
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/clang/Basic/FileManager.h | 7 +++----
include/clang/Basic/FileSystemStatCache.h | 8 ++++----
lib/Basic/FileManager.cpp | 12 ++++++------
lib/Basic/FileSystemStatCache.cpp | 4 ++--
lib/Frontend/CacheTokens.cpp | 15 +++++++++------
lib/Lex/HeaderSearch.cpp | 2 +-
lib/Lex/PTHLexer.cpp | 6 +++---
unittests/Basic/FileManagerTest.cpp | 16 ++++++++--------
8 files changed, 36 insertions(+), 34 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 6a59bc7 Make RandomNumberGenerator compatible with <random>
new c616898 Use LLVM_CONSTEXPR to appease MSVC2013 (fixup for r283854)
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/RandomNumberGenerator.h | 4 ++--
1 file changed, 2 insertions(+), 2 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 87ba455 Tune isHotFunction/isColdFunction
new 6a59bc7 Make RandomNumberGenerator compatible with <random>
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/RandomNumberGenerator.h | 19 +++++++++++++------
lib/Support/RandomNumberGenerator.cpp | 2 +-
unittests/IR/ModuleTest.cpp | 27 +++++++++++++++++++++++++++
3 files changed, 41 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 clang.
from 5c6b26a Fixup test/Driver/opt-record.c for nvptx pointer size
new d0a5e32 Explicitly ignore return code in test for test systems that u [...]
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/Driver/show-option-names.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 ddd1430 Fix warning; NFC
new 87ba455 Tune isHotFunction/isColdFunction
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/Analysis/ProfileSummaryInfo.cpp | 8 ++------
1 file changed, 2 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 48d3354 MIRParser: generic register operands with types
new ddd1430 Fix warning; 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:
lib/CodeGen/MachineRegisterInfo.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 8ee2011 MIRParser: Rewrite register info initialization; mostly NFC
new 48d3354 MIRParser: generic register operands with types
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/MIParser.cpp | 2 +-
lib/CodeGen/MachineRegisterInfo.cpp | 3 ++-
2 files changed, 3 insertions(+), 2 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 lldb.
from 09c18fb Add a first unit test for the arm64 instruction profiled unwi [...]
new 3056fee Add a second, more complicated, arm64 example program to the [...]
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:
.../InstEmulation/TestArm64InstEmulation.cpp | 180 +++++++++++++++++++--
1 file changed, 169 insertions(+), 11 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 be53d7c Codegen: Tail-duplicate during placement.
new 8ee2011 MIRParser: Rewrite register info initialization; mostly 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:
include/llvm/CodeGen/MachineRegisterInfo.h | 7 ++
lib/CodeGen/MIRParser/MIParser.cpp | 108 +++++++++++--------
lib/CodeGen/MIRParser/MIParser.h | 45 +++++---
lib/CodeGen/MIRParser/MIRParser.cpp | 117 +++++++++++++--------
lib/CodeGen/MachineRegisterInfo.cpp | 17 +--
.../CodeGen/MIR/X86/undefined-virtual-register.mir | 4 +-
6 files changed, 188 insertions(+), 110 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.