This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dfe91b4 [PPC] Handling CallInst in PPCBoolRetToInt
new b48816b Clean up of libObject/Archive interfaces and change the last [...]
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/Object/Archive.h | 8 +--
lib/Object/Archive.cpp | 115 +++++++++++++++++++++++++++---------------
tools/llvm-ar/llvm-ar.cpp | 8 +--
tools/llvm-nm/llvm-nm.cpp | 6 +--
4 files changed, 87 insertions(+), 50 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 lld.
from 52a57bf Create only one vector instead of two.
new f752b5c Needed change to lld for the changes to libObject/Archive int [...]
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:
COFF/Error.h | 11 +++++++++++
lib/ReaderWriter/FileArchive.cpp | 13 ++++++++-----
2 files changed, 19 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 9de637b Revert "[ARM] Constant Materialize: imms with specific value [...]
new dfe91b4 [PPC] Handling CallInst in PPCBoolRetToInt
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/PowerPC/PPCBoolRetToInt.cpp | 20 +++++++++++++-------
test/CodeGen/PowerPC/BoolRetToIntTest.ll | 4 +++-
2 files changed, 16 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 0a9d62e [MSSA] Fix a bug in MemorySSA's move ctor.
new 9de637b Revert "[ARM] Constant Materialize: imms with specific value [...]
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/ARM/ARMISelDAGToDAG.cpp | 4 +---
test/CodeGen/ARM/subtarget-no-movt.ll | 17 -----------------
2 files changed, 1 insertion(+), 20 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 48b1e39 GVN-hoist: limit the length of dependent instructions
new 0a9d62e [MSSA] Fix a bug in MemorySSA's move ctor.
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/Utils/MemorySSA.cpp | 2 ++
1 file changed, 2 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 e4d04a0 Rename functions that handle bitcode files.
new 52a57bf Create only one vector instead of two.
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 | 18 ++++++++++--------
1 file changed, 10 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 glibc.
from dbab657 Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>
new 71b4804 Fix typo in last arith.texi change.
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:
ChangeLog | 4 ++++
manual/arith.texi | 2 +-
2 files changed, 5 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 3ed1883 opt-bisect-legacy-pass-manager.ll: Test only works with defau [...]
new 5494503 [IndVars] Un-grepify test; NFC
new a9161e1 GVN-hoist: compute MSSA once per function (PR28670)
new c30fea9 GVN-hoist: compute DFS numbers once
new 48b1e39 GVN-hoist: limit the length of dependent instructions
The 4 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/GVNHoist.cpp | 103 ++++++++++++++++-----
test/Transforms/GVN/hoist-mssa.ll | 69 ++++++++++++++
.../IndVarSimplify/2005-02-26-ExitValueCompute.ll | 5 +-
.../IndVarSimplify/2006-03-31-NegativeStride.ll | 5 +-
.../IndVarSimplify/2007-01-06-TripCount.ll | 4 +-
.../Transforms/IndVarSimplify/2008-09-02-IVType.ll | 5 +-
.../IndVarSimplify/2009-04-14-shorten_iv_vars.ll | 4 +-
.../IndVarSimplify/2009-04-15-shorten-iv-vars-2.ll | 5 +-
test/Transforms/IndVarSimplify/ashr-tripcount.ll | 6 +-
test/Transforms/IndVarSimplify/eliminate-max.ll | 7 +-
test/Transforms/IndVarSimplify/exit_value_tests.ll | 5 +-
test/Transforms/IndVarSimplify/lftr-promote.ll | 6 +-
test/Transforms/IndVarSimplify/lftr_simple.ll | 4 +-
test/Transforms/IndVarSimplify/loop_evaluate10.ll | 5 +-
test/Transforms/IndVarSimplify/loop_evaluate8.ll | 4 +-
test/Transforms/IndVarSimplify/loop_evaluate9.ll | 8 +-
test/Transforms/IndVarSimplify/loop_evaluate_2.ll | 5 +-
test/Transforms/IndVarSimplify/loop_evaluate_3.ll | 4 +-
test/Transforms/IndVarSimplify/loop_evaluate_4.ll | 4 +-
test/Transforms/IndVarSimplify/loop_evaluate_5.ll | 4 +-
test/Transforms/IndVarSimplify/loop_evaluate_6.ll | 6 +-
test/Transforms/IndVarSimplify/masked-iv.ll | 8 +-
.../promote-iv-to-eliminate-casts.ll | 3 +-
test/Transforms/IndVarSimplify/shrunk-constant.ll | 5 +-
.../Transforms/IndVarSimplify/signed-trip-count.ll | 8 +-
test/Transforms/IndVarSimplify/uglygep.ll | 4 +-
26 files changed, 236 insertions(+), 60 deletions(-)
create mode 100644 test/Transforms/GVN/hoist-mssa.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 clang.
from 7604798 Fix bug in conflict check for Replacements::add().
new ff7d9d4 [OpenCL] Fix size of image type
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/TargetInfo.h | 5 +++++
lib/AST/ASTContext.cpp | 12 ++++++++----
lib/Basic/Targets.cpp | 4 ++++
lib/CodeGen/CGOpenCLRuntime.cpp | 4 ++--
lib/CodeGen/TargetInfo.cpp | 9 ---------
lib/CodeGen/TargetInfo.h | 3 ---
6 files changed, 19 insertions(+), 18 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 lld.
from 9ba346d Do not instantiate Triple twice.
new e4d04a0 Rename functions that handle bitcode files.
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/InputFiles.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.