This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 49e7805 [AMDGPU] Pass optimization level to SelectionDAGISel
new ba1158f Refactor LICM pass in preparation for LoopSink 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/Transforms/Scalar/LICM.cpp | 25 +++++++++++++++++--------
1 file changed, 17 insertions(+), 8 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 1e8f5fd [AMDGPU] Sign extend AShr when promoting (instead of zero extending)
new 49e7805 [AMDGPU] Pass optimization level to SelectionDAGISel
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/AMDGPU/AMDGPU.h | 5 ++++-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 12 ++++++------
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
3 files changed, 11 insertions(+), 8 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 6c013d6 [CUDA] Clean up some comments in Sema::IsOverload. NFC
new e58d233 Factor out a diagnostic kind enum for use in two %select expressions
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/Sema/Sema.h | 15 +++++++++++++++
lib/Sema/SemaDecl.cpp | 28 ++++++++++++++++++----------
lib/Sema/SemaTemplate.cpp | 12 +++---------
lib/Sema/TreeTransform.h | 10 ++++------
4 files changed, 40 insertions(+), 25 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 295346e [libFuzzer] one more fuzzer test for the bot
new a8924f8 Disable tests on the windows LLDB builder.
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 | 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 gcc.
from 06b286c Define std::gcd and std::lcm for C++17
new 7389edf PR go/77809
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/go/gofrontend/MERGE | 2 +-
libgo/Makefile.am | 9 +++++++--
libgo/Makefile.in | 9 +++++++--
3 files changed, 15 insertions(+), 5 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 61f013c Jump threading: avoid trying to split edge into landingpad bl [...]
new 1e8f5fd [AMDGPU] Sign extend AShr when promoting (instead of zero extending)
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/AMDGPU/AMDGPUCodeGenPrepare.cpp | 4 ++--
test/CodeGen/AMDGPU/amdgpu-codegenprepare-i16-to-i32.ll | 16 ++++++++--------
2 files changed, 10 insertions(+), 10 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 ee3cdff Revert "Use getSize instead of data().size(). NFC."
new 9326308 Rename Error -> ReportError.
new 61f013c Jump threading: avoid trying to split edge into landingpad bl [...]
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/Transforms/Scalar/JumpThreading.cpp | 4 ++++
test/Transforms/JumpThreading/pr27840.ll | 33 +++++++++++++++++++++++++++++++
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 30 ++++++++++++++--------------
3 files changed, 52 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/JumpThreading/pr27840.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 1c287c0 Use getSize instead of data().size(). NFC.
new 4fbe7c8 [RDF] Further improve readability of the graph
new ee3cdff Revert "Use getSize instead of data().size(). NFC."
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:
include/llvm/MC/StringTableBuilder.h | 2 +-
lib/MC/MachObjectWriter.cpp | 2 +-
lib/MC/StringTableBuilder.cpp | 5 -----
lib/Target/Hexagon/RDFGraph.cpp | 25 ++++++++++++++-----------
tools/yaml2obj/yaml2elf.cpp | 2 +-
5 files changed, 17 insertions(+), 19 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 420bc56 [RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames.
new 1c287c0 Use getSize instead of data().size(). 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/MC/StringTableBuilder.h | 2 +-
lib/MC/MachObjectWriter.cpp | 2 +-
lib/MC/StringTableBuilder.cpp | 5 +++++
tools/yaml2obj/yaml2elf.cpp | 2 +-
4 files changed, 8 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 d1ed87a [RDF] Replace RegisterAliasInfo with target-independent code [...]
new 420bc56 [RTDyld] Fix a bug in RTDyldMemoryManager::deregisterEHFrames.
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/ExecutionEngine/RTDyldMemoryManager.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.