This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from fff81b2 [PM] Port LoopSimplify to the new pass manager.
new eb2d425 [PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.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:
include/llvm/Transforms/{Scalar => Vectorize}/SLPVectorizer.h | 0
lib/Passes/PassBuilder.cpp | 2 +-
lib/Transforms/Vectorize/SLPVectorizer.cpp | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
rename include/llvm/Transforms/{Scalar => Vectorize}/SLPVectorizer.h (100%)
--
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 d0ae989 [CFLAA] Simplify CFLGraphBuilder. NFC.
new 654ec29 [CFLAA] Move the graph builder out from CFLSteens. NFC.
new fff81b2 [PM] Port LoopSimplify to the new pass manager.
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/Analysis/CFLAndersAliasAnalysis.h | 11 +
include/llvm/Analysis/CFLSteensAliasAnalysis.h | 8 +
include/llvm/Transforms/Utils/LoopSimplify.h | 65 ++++
include/llvm/Transforms/Utils/LoopUtils.h | 8 -
lib/Analysis/AliasAnalysisSummary.h | 13 +
lib/Analysis/CFLGraph.h | 409 +++++++++++++++++++++++
lib/Analysis/CFLSteensAliasAnalysis.cpp | 440 +------------------------
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Utils/LoopSimplify.cpp | 31 ++
lib/Transforms/Utils/LoopUnroll.cpp | 1 +
test/Transforms/LoopSimplify/basictest.ll | 1 +
12 files changed, 559 insertions(+), 430 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/LoopSimplify.h
--
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 c7bb08f LivePhysRegs: addLiveOuts() can skip addPristines() in ret block
new d0ae989 [CFLAA] Simplify CFLGraphBuilder. 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:
lib/Analysis/CFLSteensAliasAnalysis.cpp | 66 +++++++++++++--------------------
1 file changed, 25 insertions(+), 41 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 bdbcfcb Teach -ast-print to print constexpr variables.
new ac32f35 CodeGen: tweak CFString section for COFF, ELF
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/CodeGen/CodeGenModule.cpp | 4 +---
test/CodeGen/CFStrings.c | 12 ++++++------
2 files changed, 7 insertions(+), 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 c395502 AMDGPU: Improve offset folding for register indexing
new c7bb08f LivePhysRegs: addLiveOuts() can skip addPristines() in ret block
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/CodeGen/LivePhysRegs.cpp | 3 ++-
1 file 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 79519fe VirtRegMap: Replace some identity copies with KILL instructions.
new cb5d6ec AMDGPU: Simplify isSchedulingBoundary
new c395502 AMDGPU: Improve offset folding for register indexing
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/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 49 +++++++++++++++++++++
lib/Target/AMDGPU/SIInstrInfo.cpp | 12 +++---
lib/Target/AMDGPU/SIInstrInfo.td | 3 ++
lib/Target/AMDGPU/SIInstructions.td | 30 ++++---------
lib/Target/AMDGPU/SILowerControlFlow.cpp | 62 +++++++++++++++++----------
test/CodeGen/AMDGPU/indirect-addressing-si.ll | 33 ++++++++++++++
test/CodeGen/AMDGPU/insert_vector_elt.ll | 4 +-
7 files changed, 141 insertions(+), 52 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 ab2a022 2016-07-08 Steven G. Kargl <kargl(a)gcc.gnu.org>
new a789711 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 691ad32 Backport from trunk: 2016-07-08 Cesar Philippidis <cesar@ [...]
new 6f465c6 Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.