This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 4b23642 [analyzer] Turn suppress-c++-stdlib on by default
new 7679a84 [AMDGPU] Add builtin functions readlane ds_permute mov_dpp
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/Basic/BuiltinsAMDGPU.def | 5 +++++
lib/Basic/Targets.cpp | 1 +
lib/CodeGen/CGBuiltin.cpp | 8 ++++++++
test/CodeGenOpenCL/builtins-amdgcn-vi.cl | 8 ++++++++
test/CodeGenOpenCL/builtins-amdgcn.cl | 28 ++++++++++++++++++++++++++++
test/SemaOpenCL/builtins-amdgcn-error.cl | 20 +++++++++++++++-----
6 files changed, 65 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 zorg.
from 8358cdd Added support for MSVC build.
new f691a3a Added new builder llvm-clang-x86_64-expensive-checks-win.
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 | 6 ++++++
1 file changed, 6 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 zorg.
from be7ab0e Do not use parallel link jobs with ThinLTO on Green Dragon
new 8358cdd Added support for MSVC 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:
zorg/buildbot/builders/UnifiedTreeBuilder.py | 70 +++++++++++++++++++++++++++-
1 file changed, 69 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 fb63a28 PatternMatch; Add m_ZExtOrSExt matcher
new 46756ef [x86] add tests for vec div/rem with 0 element in divisor; 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:
test/CodeGen/X86/div-rem-simplify.ll | 43 ++++++++++++++++++++++++++++++++++++
1 file changed, 43 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 gcc.
from 6649e16 Daily bump.
new 1557ba2 Eliminate unneeded test.
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/config/microblaze/microblaze.c | 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 d7d7be8b NewGVN: Rewrite DCE during elimination so we do it as well as [...]
new fb63a28 PatternMatch; Add m_ZExtOrSExt matcher
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/IR/PatternMatch.h | 7 +++++++
1 file changed, 7 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 lld.
from cd073ff Handle ":" as a regular token character in linker scripts.
new 1fbbd48 Use SectionBase for linker script 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:
ELF/LinkerScript.cpp | 4 ++--
ELF/LinkerScript.h | 5 +++--
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 a3782b7 [GlobalISel] Use ImmutableCallSite instead of templates. NFC.
new 4300916 NewGVN: Rename a few things for clarity
new d7d7be8b NewGVN: Rewrite DCE during elimination so we do it as well as [...]
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/Transforms/Utils/Local.h | 6 +
lib/Transforms/Scalar/NewGVN.cpp | 201 +++++++++++++++++-----------
lib/Transforms/Utils/Local.cpp | 16 ++-
test/Transforms/NewGVN/load-constant-mem.ll | 26 ++--
test/Transforms/NewGVN/pr31613.ll | 2 -
test/Transforms/NewGVN/pr31682.ll | 1 -
test/Transforms/NewGVN/pr31758.ll | 3 -
test/Transforms/NewGVN/tbaa.ll | 7 +-
8 files changed, 160 insertions(+), 102 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 09a7b29 Add -cc1 flag -ast-dump-all to perform an AST dump including [...]
new 4b23642 [analyzer] Turn suppress-c++-stdlib on by 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:
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +-
test/Analysis/diagnostics/explicit-suppression.cpp | 1 +
2 files changed, 2 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 96acf92 [Unittests] Fix a build failure with clang 3.8. NFCI.
new 5e2cfa2 Add support for DenseMap/DenseSet count and find using const [...]
new 60bc0e7 [GlobalISel] Fallback when failing to translate invoke.
new a3782b7 [GlobalISel] Use ImmutableCallSite instead of templates. 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:
include/llvm/ADT/DenseMap.h | 11 +++++----
include/llvm/ADT/DenseSet.h | 8 ++++---
include/llvm/CodeGen/GlobalISel/CallLowering.h | 10 ++++-----
include/llvm/Support/type_traits.h | 9 ++++++++
lib/CodeGen/GlobalISel/CallLowering.cpp | 27 +++++++----------------
lib/CodeGen/GlobalISel/IRTranslator.cpp | 9 ++++----
lib/Transforms/Vectorize/LoopVectorize.cpp | 6 ++---
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 20 +++++++++++++++++
unittests/ADT/DenseMapTest.cpp | 14 ++++++++++++
unittests/ADT/DenseSetTest.cpp | 13 +++++++++++
10 files changed, 88 insertions(+), 39 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.