This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eebb0bc Revert r281215, it caused PR30358.
new 8efea57 [LVI] Abstract out the actual cache logic [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/Analysis/LazyValueInfo.cpp | 186 +++++++++++++++++++++--------------------
1 file changed, 97 insertions(+), 89 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 31d4961 [MachO] Factor out a fair amount of duplicated code. NFCI.
new 84c3c7e Add comments.
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/ELFCreator.cpp | 5 +++++
ELF/InputFiles.cpp | 2 ++
2 files changed, 7 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 6e9445d attempt to unbreak build after r281254
new eebb0bc Revert r281215, it caused PR30358.
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/ARMBaseInstrInfo.cpp | 6 +-
lib/Target/ARM/ARMISelDAGToDAG.cpp | 138 +-------------------------
test/CodeGen/ARM/and-cmpz.ll | 71 -------------
test/CodeGen/ARM/arm-and-tst-peephole.ll | 15 +--
test/CodeGen/ARM/arm-shrink-wrapping.ll | 4 +-
test/CodeGen/ARM/call-tc.ll | 2 +-
test/CodeGen/ARM/debug-info-branch-folding.ll | 2 +-
test/CodeGen/Thumb/thumb-shrink-wrapping.ll | 8 +-
test/CodeGen/Thumb2/float-ops.ll | 12 +--
9 files changed, 26 insertions(+), 232 deletions(-)
delete mode 100644 test/CodeGen/ARM/and-cmpz.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 libcxx.
from b6b8e1e config: Fix typo in comment
new 8b89130 config: Use _LIBCPP_TYPE_VIS_ONLY with enum class
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/__config | 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 master
in repository gcc.
from 0c89360 Fix aligned-new tests on m68k.
new 037d0a1 2016-09-12 Orlando Arias <oarias(a)knights.ucf.edu> PR target [...]
new c72e91d Add tunning of ldpw for THunderX.
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:
gcc/ChangeLog | 16 ++++++++++++++++
gcc/config/aarch64/aarch64-tuning-flags.def | 5 +++++
gcc/config/aarch64/aarch64.c | 20 +++++++++++++++++++-
gcc/config/msp430/msp430.md | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/aarch64/thunderxloadpair.c | 20 ++++++++++++++++++++
.../gcc.target/aarch64/thunderxnoloadpair.c | 17 +++++++++++++++++
7 files changed, 84 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/thunderxloadpair.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/thunderxnoloadpair.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 llvm.
from 08170c3 [ORC] Add missing <thread> header to RPCSerialization.h.
new 6e9445d attempt to unbreak build after r281254
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/ExecutionEngine/Orc/RPCSerialization.h | 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 clang.
from 97edc59 Add a couple of test files missed in r281258.
new 652fc62 CodeGen: use some range-based for loops
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/CGObjCMac.cpp | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 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 7cfda22 Diagnostics reference: "error:" should be red, not orange.
new ba637c4 [modules] When we merge two definitions of a function, mark t [...]
new 97edc59 Add a couple of test files missed in r281258.
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/clang/Serialization/ASTReader.h | 4 +++
lib/Serialization/ASTReader.cpp | 30 +++++++++++++++++++++-
lib/Serialization/ASTReaderDecl.cpp | 25 ++----------------
.../Inputs/merge-template-pattern-visibility/b.h | 9 +++++++
.../Inputs/merge-template-pattern-visibility/c.h | 9 +++++++
.../Inputs/merge-template-pattern-visibility/d.h | 1 +
.../module.modulemap | 4 +++
test/Modules/merge-template-pattern-visibility.cpp | 14 ++++++++++
8 files changed, 72 insertions(+), 24 deletions(-)
create mode 100644 test/Modules/Inputs/merge-template-pattern-visibility/c.h
create mode 100644 test/Modules/Inputs/merge-template-pattern-visibility/d.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 lld.
from 963a6fb [Cmake] Use Cmake's default RPATH for unittest.
new 31d4961 [MachO] Factor out a fair amount of duplicated code. 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/ReaderWriter/MachO/MachOLinkingContext.cpp | 40 +++++++++-----------------
1 file changed, 14 insertions(+), 26 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 b38c0a3 * gcc.dg/compat/scalar-by-value-4_x.c: Also test passing of [...]
new 0c89360 Fix aligned-new tests on m68k.
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/c-family/ChangeLog | 5 +++++
gcc/c-family/c-common.c | 15 +++++++++------
2 files changed, 14 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.