This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from feeb38706fa Revert r308078 (and subsequent tweak in r308079) which intr [...]
new 170e6bc8a49 [InstCombine] remove dead code/tests; NFCI
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/InstCombine/InstCombineAndOrXor.cpp | 11 -----
test/Transforms/InstCombine/or.ll | 54 ----------------------
2 files changed, 65 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 e998b6e37f6 [LoopInterchange] Add some optimization remarks.
new feeb38706fa Revert r308078 (and subsequent tweak in r308079) which intr [...]
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/IPO/FunctionImport.cpp | 18 ++-------
.../FunctionImport/Inputs/funcimport_resolved1.ll | 34 ----------------
.../FunctionImport/Inputs/funcimport_resolved2.ll | 6 ---
.../FunctionImport/funcimport_resolved.ll | 46 ----------------------
4 files changed, 4 insertions(+), 100 deletions(-)
delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll
delete mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved2.ll
delete mode 100644 test/Transforms/FunctionImport/funcimport_resolved.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 llvm.
from 4b03014d14e [docs] AliasAnalysis: clarify that PartialAlias doesn't enf [...]
new e998b6e37f6 [LoopInterchange] Add some optimization remarks.
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/Scalar/LoopInterchange.cpp | 119 ++++++++++-
.../loop-interchange-optimization-remarks.ll | 220 +++++++++++++++++++++
2 files changed, 330 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/LoopInterchange/loop-interchange-optimization-r [...]
--
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 fea3f01a085 Daily bump.
new 44e8f621c58 Revert "[ARM] Fix definition of __ARM_FEATURE_NUMERIC_MAXMIN"
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 | 8 ++++++++
gcc/config/arm/arm-c.c | 2 +-
2 files changed, 9 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 clang.
from db54025161 [Bash-autocompletion] Fixed a bug on bash
new c93eca16e8 Use ARC parsing rules for ns_returns_retained in MRC so that [...]
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/Type.h | 1 +
include/clang/Sema/Sema.h | 2 +
lib/AST/Type.cpp | 2 +
lib/AST/TypePrinter.cpp | 73 +++++++++++++---------
lib/Sema/SemaDeclAttr.cpp | 15 +++++
lib/Sema/SemaType.cpp | 39 +++++++-----
test/Analysis/retain-release.m | 2 +-
.../SemaCXX/attr-x86-no_caller_saved_registers.cpp | 2 +-
test/SemaObjC/attr-ns_returns_retained.m | 18 ++++++
9 files changed, 107 insertions(+), 47 deletions(-)
create mode 100644 test/SemaObjC/attr-ns_returns_retained.m
--
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 ed504111e89 [PM/LCG] Teach the LazyCallGraph to maintain reference edge [...]
new 4b03014d14e [docs] AliasAnalysis: clarify that PartialAlias doesn't enf [...]
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:
docs/AliasAnalysis.rst | 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 clang.
from 07af1d2a4e clang/test/FixIt/format.m: Tweak for i686, where ssize_t is [...]
new db54025161 [Bash-autocompletion] Fixed a bug on bash
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:
utils/bash-autocomplete.sh | 11 +++++++----
1 file changed, 7 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 b5151192440 [mips] Handle the `long-calls` feature flags in the MIPS backend
new ed504111e89 [PM/LCG] Teach the LazyCallGraph to maintain reference edge [...]
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/LazyCallGraph.h | 18 +++++++++--
lib/Analysis/CGSCCPassManager.cpp | 9 ++++--
lib/Analysis/LazyCallGraph.cpp | 44 ++++++++++++++++++++++-----
test/Other/cgscc-libcall-update.ll | 35 +++++++++++++++++++++
test/Other/new-pass-manager.ll | 2 ++
unittests/Analysis/CGSCCPassManagerTest.cpp | 2 ++
unittests/Analysis/LazyCallGraphTest.cpp | 47 +++++++++++++++++------------
7 files changed, 124 insertions(+), 33 deletions(-)
create mode 100644 test/Other/cgscc-libcall-update.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 llvm.
from 55ceb9c2d8e SystemZCodeGen: Update libdeps. r308024 introduced LoopData [...]
new b5151192440 [mips] Handle the `long-calls` feature flags in the MIPS backend
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/Mips/Mips.td | 3 ++
lib/Target/Mips/MipsISelLowering.cpp | 14 +++++++++
lib/Target/Mips/MipsSubtarget.h | 5 ++++
test/CodeGen/Mips/long-calls.ll | 57 ++++++++++++++++++++++++++++++++++++
4 files changed, 79 insertions(+)
create mode 100644 test/CodeGen/Mips/long-calls.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 llvm.
from d7e9378a79f bpf: fix a compilation bug due to unused variable for relea [...]
new 55ceb9c2d8e SystemZCodeGen: Update libdeps. r308024 introduced LoopData [...]
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/SystemZ/LLVMBuild.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.