This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from cf8b560c58f [ADT] Fix a test case to use a correct escape for a null by [...]
new b86a95f1b6a [PM] Add unittesting of the call graph update logic with co [...]
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/CGSCCPassManager.h | 17 ++-
include/llvm/IR/PassManager.h | 23 +++-
lib/Analysis/CGSCCPassManager.cpp | 57 +++++++++-
unittests/Analysis/CGSCCPassManagerTest.cpp | 166 ++++++++++++++++++++++++++++
4 files changed, 248 insertions(+), 15 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 a0e7d65aa69 [X86] Remove check for AVX512 support from skylake-avx512 d [...]
new cf8b560c58f [ADT] Fix a test case to use a correct escape for a null by [...]
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:
unittests/ADT/APFloatTest.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 eb41f6a3452 [IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the [...]
new 79b7faac961 [PM] Teach PreservedAnalyses to have an `allInSet` static f [...]
new 0ddcb9877cc [GlobalISel][X86] Add legalizer tests for G_LOAD/G_STORE op [...]
new a0e7d65aa69 [X86] Remove check for AVX512 support from skylake-avx512 d [...]
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/IR/PassManager.h | 8 ++
lib/Support/Host.cpp | 7 +-
.../X86/GlobalISel/legalize-memop-scalar.mir | 100 +++++++++++++++++++++
unittests/IR/PassManagerTest.cpp | 7 ++
4 files changed, 116 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/legalize-memop-scalar.mir
--
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 cc60d7b17de [ADT] Add a default constructor and a bool conversion to fu [...]
new 1060082924c [IR] Make use of Type::isPtrOrPtrVectorTy/isIntOrIntVectorT [...]
new eb41f6a3452 [IR] Add Type::isIntOrIntVectorTy(unsigned) similar to the [...]
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/CodeGen/BasicTTIImpl.h | 2 +-
include/llvm/IR/IRBuilder.h | 6 ++----
include/llvm/IR/Type.h | 6 ++++++
lib/Analysis/InstructionSimplify.cpp | 15 +++++++--------
lib/Analysis/ValueTracking.cpp | 10 ++++------
lib/AsmParser/LLParser.cpp | 10 +++++-----
lib/IR/Constants.cpp | 12 ++++++------
lib/IR/Instructions.cpp | 6 ++----
lib/IR/Type.cpp | 2 +-
lib/IR/Verifier.cpp | 19 ++++++++-----------
lib/Target/SystemZ/SystemZTargetTransformInfo.cpp | 5 ++---
lib/Transforms/InstCombine/InstCombineAddSub.cpp | 8 ++++----
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 15 +++++++--------
lib/Transforms/InstCombine/InstCombineCasts.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 4 ++--
lib/Transforms/InstCombine/InstCombineMulDivRem.cpp | 5 ++---
lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 ++--
lib/Transforms/InstCombine/InstructionCombining.cpp | 2 +-
lib/Transforms/Scalar/GVN.cpp | 12 ++++++------
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 2 +-
lib/Transforms/Scalar/SROA.cpp | 6 ++----
lib/Transforms/Utils/VNCoercion.cpp | 15 +++++++--------
tools/llvm-stress/llvm-stress.cpp | 16 ++++++----------
23 files changed, 85 insertions(+), 99 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 7e96a89b3cf [FastISel] fix a fallback diagnostic.
new cc60d7b17de [ADT] Add a default constructor and a bool conversion to fu [...]
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/ADT/STLExtras.h | 4 ++++
unittests/ADT/FunctionRefTest.cpp | 14 ++++++++++++++
2 files changed, 18 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 143ef32e8f3 [PM] Finish implementing and fix a chain of bugs uncovered [...]
new 5c99c6a26ad fix trivial typos; NFC
new 7e96a89b3cf [FastISel] fix a fallback diagnostic.
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/Analysis/CaptureTracking.cpp | 4 ++--
lib/Analysis/LoopInfo.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 3 ++-
lib/CodeGen/SplitKit.cpp | 8 ++++----
lib/Target/WebAssembly/WebAssemblyCFGSort.cpp | 2 +-
lib/Transforms/Scalar/StructurizeCFG.cpp | 2 +-
test/CodeGen/X86/fast-isel-abort-warm.ll | 19 ++++++++++++++++++-
test/CodeGen/X86/sink-blockfreq.ll | 2 +-
8 files changed, 30 insertions(+), 12 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 63d551af5bf 2017-07-09 Krister Walfridsson <krister.walfridsson(a)gmail.com>
new 8c0c0f7c79b 2017-07-09 Krister Walfridsson <krister.walfridsson(a)gmail.com>
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 | 6 ++++++
gcc/config.gcc | 16 +---------------
gcc/config/netbsd.h | 16 ----------------
3 files changed, 7 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 gcc.
from 8834a24e36a Daily bump.
new 63d551af5bf 2017-07-09 Krister Walfridsson <krister.walfridsson(a)gmail.com>
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:
libgcc/ChangeLog | 4 ++++
libgcc/config.host | 9 +--------
2 files changed, 5 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 1e0e5aa155d [InstCombine] Speculatively implement a fix for what might [...]
new 143ef32e8f3 [PM] Finish implementing and fix a chain of bugs uncovered [...]
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/CGSCCPassManager.cpp | 110 ++++++++++++++++-----
lib/Transforms/IPO/Inliner.cpp | 10 +-
.../Inline/cgscc-incremental-invalidate.ll | 28 +++++-
unittests/Analysis/CGSCCPassManagerTest.cpp | 30 ++++--
4 files changed, 144 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.