This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5e74c97 [X86] Use the right type when folding xor (truncate (shift)) [...]
new 14b5530 [TableGen] Remove stale comment.
new 408b811 [TableGen] Make sure to recursively factor any ScopeMatchers [...]
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:
utils/TableGen/DAGISelMatcherOpt.cpp | 7 ++++---
1 file changed, 4 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 master
in repository llvm.
from bbe4ac4 LTOCodeGenerator: add linkonce(_odr) to "llvm.compiler.used" [...]
new 5e74c97 [X86] Use the right type when folding xor (truncate (shift)) [...]
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/X86ISelLowering.cpp | 12 +++++++++---
test/CodeGen/X86/setcc.ll | 24 ++++++++++++++++++++++++
2 files changed, 33 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 master
in repository compiler-rt.
from 7c0ae53 Sync up with master file
new b98905c IR value profile testing cleanup
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/profile/Inputs/instrprof-value-prof-real.c | 2 +-
test/profile/instrprof-value-prof.test | 7 ++++---
2 files changed, 5 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 007644b [Profile] Raw profile header clean up
new 0fa8713 ThinLTOCodeGenerator: remove useless temporary file that was [...]
new 3556cc7 Revert "LTOCodeGenerator: turns linkonce(_odr) into weak_(odr [...]
new bbe4ac4 LTOCodeGenerator: add linkonce(_odr) to "llvm.compiler.used" [...]
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/LTO/LTOCodeGenerator.cpp | 39 ++++++++++++++++++++++++++-----------
lib/LTO/ThinLTOCodeGenerator.cpp | 11 ++++-------
test/tools/lto/hide-linkonce-odr.ll | 13 +++++++++----
3 files changed, 41 insertions(+), 22 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 454f7fa [PM] Port Branch Probability Analysis pass to the new pass manager.
new 007644b [Profile] Raw profile header clean up
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/ProfileData/InstrProfData.inc | 3 +--
test/tools/llvm-profdata/Inputs/c-general.profraw | Bin 1696 -> 1688 bytes
test/tools/llvm-profdata/raw-32-bits-be.test | 3 +--
test/tools/llvm-profdata/raw-32-bits-le.test | 3 +--
test/tools/llvm-profdata/raw-64-bits-be.test | 3 +--
test/tools/llvm-profdata/raw-64-bits-le.test | 3 +--
test/tools/llvm-profdata/raw-two-profiles.test | 6 ++----
7 files changed, 7 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 compiler-rt.
from 5f450c2 [sanitizer] Move stat/__xstat to the common interceptors
new 7c0ae53 Sync up with master file
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/profile/InstrProfData.inc | 3 +--
1 file changed, 1 insertion(+), 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 lld.
from 3c379d8 Merge two tests for the same purpose.
new 1150924 ELF: Do not use -1 to mark pieces of merge sections as being [...]
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:
ELF/InputSection.cpp | 9 +++++----
ELF/InputSection.h | 15 +++++++++++++-
ELF/MarkLive.cpp | 2 +-
ELF/OutputSections.cpp | 4 ++--
ELF/OutputSections.h | 3 +--
ELF/Writer.cpp | 9 ++++++++-
test/ELF/string-gc.s | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++
7 files changed, 85 insertions(+), 11 deletions(-)
create mode 100644 test/ELF/string-gc.s
--
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 e44aed7 [PM] Port EliminateAvailableExternally pass to the new pass manager.
new 454f7fa [PM] Port Branch Probability Analysis pass to the new pass manager.
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/BranchProbabilityInfo.h | 41 ++++++++++++++++++++++
lib/Analysis/BranchProbabilityInfo.cpp | 17 +++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 2 ++
test/Analysis/BranchProbabilityInfo/basic.ll | 1 +
.../BranchProbabilityInfo/deopt-intrinsic.ll | 3 +-
test/Analysis/BranchProbabilityInfo/loop.ll | 1 +
test/Analysis/BranchProbabilityInfo/noreturn.ll | 1 +
test/Analysis/BranchProbabilityInfo/pr18705.ll | 1 +
test/Analysis/BranchProbabilityInfo/pr22718.ll | 1 +
10 files changed, 68 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 clang.
from bac478a Update FIXME.
new 245f808 Documentation updates for recent changes to VLAs and 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:
www/compatibility.html | 30 +++++++++++++-----------------
1 file changed, 13 insertions(+), 17 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 fcc53a6 [ThinLTO] Remove missed piece of lazy summary reading support (NFC)
new e44aed7 [PM] Port EliminateAvailableExternally pass to the new pass manager.
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/InitializePasses.h | 2 +-
include/llvm/Transforms/IPO/ElimAvailExtern.h | 31 +++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/ElimAvailExtern.cpp | 64 ++++++++++++----------
lib/Transforms/IPO/IPO.cpp | 2 +-
.../EliminateAvailableExternally/visibility.ll | 2 +-
7 files changed, 72 insertions(+), 31 deletions(-)
create mode 100644 include/llvm/Transforms/IPO/ElimAvailExtern.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.