This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 61774005892 Daily bump.
new 4b9df3c0ece * configure.ac (strnlen): Add to AC_CHECK_DECLS. * configur [...]
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:
libiberty/ChangeLog | 6 ++++++
libiberty/config.in | 4 ++++
libiberty/configure | 21 +++++++++++++++++++++
libiberty/configure.ac | 3 ++-
4 files changed, 33 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 llvm.
from 4e7dec89783 [CFLAA] Add missing break; note things are broken.
new 5fb116a9442 [coroutines] Call initializePass in coroutine pass constructors
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/Coroutines/CoroCleanup.cpp | 4 +++-
lib/Transforms/Coroutines/CoroEarly.cpp | 4 +++-
lib/Transforms/Coroutines/CoroElide.cpp | 4 +++-
lib/Transforms/Coroutines/CoroSplit.cpp | 4 +++-
4 files changed, 12 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 zorg.
from c6f2056 add generic annotated builder and clang-with-thin-lto-windows
new 1d469f3 Added missing import.
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 | 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 6fbb8ed97df X86FrameLowering: No need to mark FP as live-in everywhere
new 4e7dec89783 [CFLAA] Add missing break; note things are broken.
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/CFLGraph.h | 6 ++++++
test/Analysis/CFLAliasAnalysis/Andersen/struct.ll | 18 ++++++++++++++++++
2 files changed, 24 insertions(+)
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/struct.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 e0a34d1987f Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new 6fbb8ed97df X86FrameLowering: No need to mark FP as live-in everywhere
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/X86FrameLowering.cpp | 9 ++-------
1 file changed, 2 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 a76241a0a5e NewGVN: Fix PR 33185 by checking whether we need to recursi [...]
new e0a34d1987f Added LLVM_FALLTHROUGH to address warning: this statement m [...]
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:
tools/obj2yaml/macho2yaml.cpp | 2 ++
1 file changed, 2 insertions(+)
--
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 ae8c4eb173d Added LLVM_FALLTHROUGH to address warning: this statement m [...]
new d65b57cf6b4 Mark a test as requiring a default triple
new 9c46696cd48 InstructionSimplify: Remove now-redundant reachability test [...]
new e99d769512f Fix test that wasn't update_test_check'd
new a76241a0a5e NewGVN: Fix PR 33185 by checking whether we need to recursi [...]
The 4 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/InstructionSimplify.cpp | 7 +---
lib/Transforms/Scalar/NewGVN.cpp | 38 +++++++++-------------
test/DebugInfo/omit-empty.ll | 1 +
test/Transforms/NewGVN/completeness.ll | 17 ++++++++++
test/Transforms/NewGVN/pr33185.ll | 59 ++++++++++++++++++++++++++++++++++
5 files changed, 93 insertions(+), 29 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33185.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 6ef5e10ad7e ARM: Fix cmpxchg O0 expansion
new ae8c4eb173d Added LLVM_FALLTHROUGH to address warning: this statement m [...]
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:
tools/llvm-readobj/ELFDumper.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 master
in repository llvm.
from 1d081e6497c [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
new 5cc8b8253ed ARM: Do not add reserved registers to block livein lists; NFC
new 6ef5e10ad7e ARM: Fix cmpxchg O0 expansion
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/ARM/ARMExpandPseudoInsts.cpp | 132 ++++++++++++++++++--------------
lib/Target/ARM/ARMFrameLowering.cpp | 5 +-
lib/Target/ARM/Thumb1FrameLowering.cpp | 9 ++-
test/CodeGen/ARM/cmpxchg-O0.ll | 9 ++-
4 files changed, 87 insertions(+), 68 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 4fb2b268d9a Fix CodeView-related modules build failures post-r304248
new 1d081e6497c [CodeGen] Fix some Clang-tidy modernize-use-using and Inclu [...]
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/MachineConstantPool.h | 17 ++--
include/llvm/CodeGen/MachineFunction.h | 116 ++++++++++++----------
include/llvm/CodeGen/MachineFunctionInitializer.h | 6 +-
include/llvm/CodeGen/MachineInstr.h | 75 ++++++++------
include/llvm/CodeGen/MachineInstrBundleIterator.h | 72 ++++++++------
include/llvm/CodeGen/MachineLoopInfo.h | 24 +++--
include/llvm/CodeGen/MachineModuleInfo.h | 36 +++----
lib/CodeGen/MachineInstr.cpp | 54 +++++++---
lib/CodeGen/MachineModuleInfo.cpp | 65 ++++++------
lib/Target/Mips/Mips16FrameLowering.cpp | 24 +++--
10 files changed, 274 insertions(+), 215 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.