This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 01b9f81 [PM] Sink an LCSSA preservation assert from the LoopSimplify [...]
new 0e3e2ab Add missing dependency to "Module Summary Analysis" pass
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/ModuleSummaryAnalysis.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 3710416 [PM] Teach the loop PM to run LoopSimplify prior to the loop [...]
new 01b9f81 [PM] Sink an LCSSA preservation assert from the LoopSimplify [...]
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/Utils/LoopSimplify.cpp | 26 ++++++++++++++------------
lib/Transforms/Utils/LoopUnroll.cpp | 7 +++++--
2 files changed, 19 insertions(+), 14 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 4c5684d llvm-strings: remove default for -Wcovered-switch-default
new 3710416 [PM] Teach the loop PM to run LoopSimplify prior to the loop [...]
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/Transforms/Scalar/LoopPassManager.h | 2 +
test/Other/new-pass-manager.ll | 4 +-
test/Other/new-pm-defaults.ll | 2 +
test/Transforms/LICM/hoist-bitcast-load.ll | 3 +-
test/Transforms/LICM/hoist-deref-load.ll | 3 +-
.../Transforms/Scalar/LoopPassManagerTest.cpp | 365 +++++++++++++++------
6 files changed, 269 insertions(+), 110 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 gcc.
from 99054f7 Daily bump.
new 206feb4 rs6000: Small varargs for BE SVR4 (PR61729, PR77850)
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:
gcc/ChangeLog | 7 +++++++
gcc/config/rs6000/rs6000.c | 10 ++++++++++
2 files changed, 17 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 6d72920 llvm-strings: add support for `-t`
new 4c5684d llvm-strings: remove default for -Wcovered-switch-default
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-strings/llvm-strings.cpp | 1 -
1 file changed, 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 5fe20f6 LiveRegUnits: Add accumulateBackward() function
new 5e8f180 llvm-cxxfilt: support the `-s` option
new 6d72920 llvm-strings: add support for `-t`
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:
test/tools/llvm-strings/Inputs/numbers | 10 ++++++++++
test/tools/llvm-strings/radix.test | 33 ++++++++++++++++++++++++++++++++
tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 19 ++++++++++++++++++
tools/llvm-strings/llvm-strings.cpp | 35 +++++++++++++++++++++++++++++-----
4 files changed, 92 insertions(+), 5 deletions(-)
create mode 100644 test/tools/llvm-strings/Inputs/numbers
create mode 100644 test/tools/llvm-strings/radix.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 llvm.
from 4f4c80c Fix Grammar. NFCI.
new 5fe20f6 LiveRegUnits: Add accumulateBackward() function
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/LiveRegUnits.h | 9 +++++
lib/CodeGen/LiveRegUnits.cpp | 24 ++++++++++++
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 49 +++++++++---------------
3 files changed, 51 insertions(+), 31 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 e24f706 [SLP] Make ReductionOpcode have the right (enum) type. NFC.
new 4f4c80c Fix Grammar. NFCI.
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/Transforms/IPO.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 9221d61 LowerTypeTests: Fix use-after-free. Found by asan/msan.
new f103cf3 [ConstantFold] Remove test checking that we don't constant-fo [...]
new 5f4797b MergeFunctions: Preserve debug info in thunks, under option - [...]
new e24f706 [SLP] Make ReductionOpcode have the right (enum) type. NFC.
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:
lib/Transforms/IPO/MergeFunctions.cpp | 270 +++++++++++++++++++--
lib/Transforms/Vectorize/SLPVectorizer.cpp | 23 +-
test/Transforms/InstCombine/constant-fold-math.ll | 9 -
.../MergeFunc/mergefunc-preserve-debug-info.ll | 223 +++++++++++++++++
4 files changed, 481 insertions(+), 44 deletions(-)
create mode 100644 test/Transforms/MergeFunc/mergefunc-preserve-debug-info.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 82405c4 [AMDGPU] Fix build broken in r292688.
new 9221d61 LowerTypeTests: Fix use-after-free. Found by asan/msan.
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/LowerTypeTests.cpp | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.