This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5cb9343 AMDGPU: Handle structs directly in AMDGPUABIInfo
new 035da02 [GraphTraits] Replace all NodeType usage with NodeRef
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/AST/StmtGraphTraits.h | 14 +++--
include/clang/Analysis/Analyses/Dominators.h | 17 ++----
include/clang/Analysis/CFG.h | 62 ++++++++++------------
.../Core/PathSensitive/ExplodedGraph.h | 42 +++++----------
lib/Serialization/ModuleManager.cpp | 7 ++-
5 files changed, 56 insertions(+), 86 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 00a565c Add ADT headers to the cmake headers directory for LLVMSuppor [...]
new e3ecb56 [InstCombine] use m_APInt to allow icmp (shr exact X, Y), 0 f [...]
new d47df87 ADT: Remove ilist_*sentinel_traits, 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/ADT/SparseBitVector.h | 7 ------
include/llvm/ADT/ilist.h | 6 -----
include/llvm/ADT/ilist_node.h | 4 ----
include/llvm/Analysis/AliasSetTracker.h | 4 +---
include/llvm/Analysis/IVUsers.h | 4 ----
include/llvm/CodeGen/MachineBasicBlock.h | 4 ----
include/llvm/CodeGen/MachineFunction.h | 4 ----
include/llvm/CodeGen/SelectionDAG.h | 4 ----
include/llvm/CodeGen/SlotIndexes.h | 4 ----
include/llvm/IR/BasicBlock.h | 4 ----
include/llvm/IR/Function.h | 4 ----
include/llvm/IR/Instruction.h | 4 ----
include/llvm/IR/Module.h | 4 ----
include/llvm/IR/SymbolTableListTraits.h | 8 +------
include/llvm/MC/MCFragment.h | 6 +----
include/llvm/Transforms/Utils/MemorySSA.h | 4 ----
lib/MC/MCFragment.cpp | 4 ----
lib/Support/YAMLParser.cpp | 4 ----
lib/Transforms/InstCombine/InstCombineCompares.cpp | 27 +++++++++++-----------
test/Transforms/InstCombine/icmp.ll | 6 ++---
20 files changed, 18 insertions(+), 98 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 release_39
in repository llvm.
from 0316f02 Merging r279125 and r278343: -------------------------------- [...]
new a164239 Fix gather-root.ll SLP vectorizer test to not expose UB.
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/Transforms/SLPVectorizer/AArch64/gather-root.ll | 10 +---------
1 file changed, 1 insertion(+), 9 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 75494aa Add comments and an assert to follow-up on r279113. NFC.
new 00a565c Add ADT headers to the cmake headers directory for LLVMSuppor [...]
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/Support/CMakeLists.txt | 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 compiler-rt.
from 7b27982 [compiler-rt] Don't build ubsan cxxabi sources when unused
new cfa868e [compiler-rt] Use flags found when configuring builtins durin [...]
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:
cmake/builtin-config-ix.cmake | 3 ---
lib/builtins/CMakeLists.txt | 17 +++++++++++++++--
2 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 gcc-6-branch
in repository gcc.
from 5f933dc [expr.c] PR middle-end/71700: zero-extend sub-word value when [...]
new c9fc040 Backport from mainline 2016-08-15 Uros Bizjak <ubizjak@gm [...]
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 | 28 +++++++++++
gcc/config/i386/i386.c | 2 +-
gcc/config/i386/i386.md | 16 +++----
gcc/config/i386/mmx.md | 43 +++++++++++------
gcc/config/i386/sse.md | 85 +++++++++++++--------------------
gcc/config/i386/subst.md | 1 +
gcc/testsuite/ChangeLog | 14 ++++++
gcc/testsuite/gcc.target/i386/pr72867.c | 23 +++++++++
8 files changed, 135 insertions(+), 77 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr72867.c
--
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 37a8f48 [compiler-rt] Make cxxabi availability configurable in cmake
new 7b27982 [compiler-rt] Don't build ubsan cxxabi sources when unused
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/ubsan/CMakeLists.txt | 15 ++++++++++++---
1 file changed, 12 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 084874b IDFCalculator: Remove unused field.
new 75494aa Add comments and an assert to follow-up on r279113. 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/IR/Intrinsics.h | 6 ++++++
lib/IR/Function.cpp | 2 ++
2 files changed, 8 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 7517ed2 AMDGPU: Split SILowerControlFlow into two pieces
new 084874b IDFCalculator: Remove unused field.
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/IteratedDominanceFrontier.h | 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 gcc.
from cc0a12d * config/i386/i386.md (*zero_extendsidi2): Add (*r,*k) alter [...]
new 370c519 Split _M_dfs() into smaller functions. * regex_executor.h(_ [...]
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:
libstdc++-v3/ChangeLog | 11 +
libstdc++-v3/include/bits/regex_executor.h | 33 ++
libstdc++-v3/include/bits/regex_executor.tcc | 452 ++++++++++++++++-----------
3 files changed, 311 insertions(+), 185 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.