This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1c553bb [AVR] Fix an inline asm assertion which would always trigger
new c2e1f83 [AVR] Explicitly set the target in all CodeGen tests
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/CodeGen/AVR/pseudo/LDDWRdPtrQ.mir | 2 +-
test/CodeGen/AVR/pseudo/LDDWRdYQ.mir | 2 +-
test/CodeGen/AVR/pseudo/expand-lddw-dst-src-same.mir | 2 +-
test/CodeGen/AVR/store-undef.ll | 2 +-
4 files changed, 4 insertions(+), 4 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 c7e7557 [AVR] Use the register scavenger when expanding 'LDDW' instructions
new 1c553bb [AVR] Fix an inline asm assertion which would always trigger
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/AVR/AVRISelDAGToDAG.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 llvm.
from 4195c1c [AVR] Support stores to undefined pointers
new c7e7557 [AVR] Use the register scavenger when expanding 'LDDW' instructions
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/AVR/AVRExpandPseudoInsts.cpp | 70 ++++++++++++++--------
.../AVR/pseudo/expand-lddw-dst-src-same.mir | 25 ++++----
2 files changed, 58 insertions(+), 37 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 cd4599d [PM] Further broaden this test's regex as both the CGSCC and [...]
new 4195c1c [AVR] Support stores to undefined pointers
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/AVR/AVRISelDAGToDAG.cpp | 3 ++-
test/CodeGen/AVR/store-undef.ll | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AVR/store-undef.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 4657aff Rename find(SymbolVersion) to avoid overloading with find(Str [...]
new dd1bac6 Fix shared library 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:
COFF/CMakeLists.txt | 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 master
in repository llvm.
from 90798a0 [PM] Try to support the new spelling of one of the proxy name [...]
new cd4599d [PM] Further broaden this test's regex as both the CGSCC and [...]
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/Other/new-pass-manager.ll | 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 8bf2780 [PM] Support invalidation of inner analysis managers from a p [...]
new 90798a0 [PM] Try to support the new spelling of one of the proxy name [...]
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/Other/new-pass-manager.ll | 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 2c5ce04 [X86] Use X86ISD::CVTTP2SI and X86ISD::CVTTP2UI for lowering [...]
new 8bf2780 [PM] Support invalidation of inner analysis managers from a p [...]
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/CGSCCPassManager.h | 93 ++++++-
include/llvm/Analysis/LoopPassManager.h | 12 +-
include/llvm/IR/PassManager.h | 74 +++---
lib/Analysis/CGSCCPassManager.cpp | 87 +++++-
lib/Analysis/LoopPassManager.cpp | 20 +-
lib/IR/PassManager.cpp | 28 +-
lib/Passes/PassBuilder.cpp | 1 -
lib/Passes/PassRegistry.def | 1 +
test/Other/new-pass-manager.ll | 6 +-
unittests/Analysis/CGSCCPassManagerTest.cpp | 393 ++++++++++++++++++++++++++--
unittests/IR/PassManagerTest.cpp | 40 ++-
11 files changed, 654 insertions(+), 101 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 a6fea2c [AVR] Fix a bunch of incorrect assertion messages
new 2c5ce04 [X86] Use X86ISD::CVTTP2SI and X86ISD::CVTTP2UI for lowering [...]
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/X86/X86InstrAVX512.td | 10 +++++-----
lib/Target/X86/X86IntrinsicsInfo.h | 4 ++--
2 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 d27bd04 [libFuzzer] test cleanup (3)
new a6fea2c [AVR] Fix a bunch of incorrect assertion messages
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/AVR/AVRExpandPseudoInsts.cpp | 8 ++++----
lib/Target/AVR/AVRRegisterInfo.cpp | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.