This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b03c9f086 Update default cpu subtype for armv7 processes to armv7k, the [...]
new 6d581eddf Fix some type-based warnings
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:
source/Commands/CommandObjectThread.cpp | 2 +-
source/Plugins/Language/ObjC/Cocoa.cpp | 4 ++--
tools/debugserver/source/debugserver.cpp | 6 +++---
3 files changed, 6 insertions(+), 6 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 9f28442d72 Teach ASTReader how to read only the Preprocessor state from [...]
new db18c6fcf7 [PM] Add support for sample PGO in the new pass manager (cla [...]
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/BackendUtil.cpp | 6 +++++-
test/CodeGen/pgo-sample-thinlto-summary.c | 8 +++++++-
2 files changed, 12 insertions(+), 2 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 9ea846c4f1e * arm/arm-builtins.c: Include profile-count.h * except.c [...]
new dc67fb7d513 2017-06-29 Maya Rashish <coypu(a)sdf.org>
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 | 5 +++++
gcc/config/netbsd.h | 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 clang.
from ae1ed388cd [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing [...]
new fe7b37a8ff [clang-format] Switch to case-insensitive header matching an [...]
new 9f28442d72 Teach ASTReader how to read only the Preprocessor state from [...]
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/Format/Format.h | 2 +-
include/clang/Frontend/ASTUnit.h | 11 ++-
include/clang/Serialization/ASTReader.h | 11 ++-
lib/Format/Format.cpp | 12 +--
lib/Frontend/ASTMerge.cpp | 6 +-
lib/Frontend/ASTUnit.cpp | 43 ++++++-----
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Frontend/CompilerInstance.cpp | 4 +-
lib/Frontend/FrontendAction.cpp | 9 ++-
lib/Frontend/FrontendActions.cpp | 2 +-
lib/Serialization/ASTReader.cpp | 127 ++++++++++++++++++++++----------
lib/Serialization/ASTReaderDecl.cpp | 37 ++++++----
lib/Serialization/ASTReaderStmt.cpp | 1 +
tools/c-index-test/core_main.cpp | 2 +-
tools/libclang/CIndex.cpp | 3 +-
unittests/Format/SortIncludesTest.cpp | 23 ++++++
16 files changed, 200 insertions(+), 95 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 2ce547eb3de Remove redundant copy in recurrences
new e681ab2a883 Make the PPCCTRLoops pass depend on being able to access th [...]
new a633437a75e To help readability of mightUseCTR pull out the inline asm [...]
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/PowerPC/PPC.h | 2 +-
lib/Target/PowerPC/PPCCTRLoops.cpp | 108 +++++++++++++++-----------------
lib/Target/PowerPC/PPCTargetMachine.cpp | 2 +-
3 files changed, 53 insertions(+), 59 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 a65a5bf0061 [ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
new 2ce547eb3de Remove redundant copy in recurrences
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/PeepholeOptimizer.cpp | 170 +++++++++++++++++++++-
lib/CodeGen/TwoAddressInstructionPass.cpp | 11 +-
test/CodeGen/MIR/Generic/multiRunPass.mir | 3 +-
test/CodeGen/X86/peephole-recurrence.mir | 232 ++++++++++++++++++++++++++++++
4 files changed, 410 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/X86/peephole-recurrence.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 clang.
from e4158c49f4 [ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
new ae1ed388cd [NewPM] Add Clang cc1 flag -fdebug-pass-manager for printing [...]
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/Driver/CC1Options.td | 4 +++
include/clang/Frontend/CodeGenOptions.def | 2 ++
lib/CodeGen/BackendUtil.cpp | 11 ++++---
lib/Frontend/CompilerInvocation.cpp | 4 +++
test/CodeGen/lto-newpm-pipeline.c | 53 +++++++++++++++++++++++++++++++
5 files changed, 70 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/lto-newpm-pipeline.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 88a765a7079 [CFLAA] Remove unneded function declaration. NFCI.
new a65a5bf0061 [ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
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/Passes/PassBuilder.cpp | 3 ---
test/Other/new-pm-thinlto-defaults.ll | 12 ++++++------
2 files changed, 6 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 clang.
from 820a533883 [ODRHash] Improve typedef handling.
new e4158c49f4 [ThinkLTO] Invoke build(Thin)?LTOPreLinkDefaultPipeline.
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/BackendUtil.cpp | 20 ++++++++++++++++----
1 file changed, 16 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 libcxx.
from 685067037 [libc++] Hoist explicit instantiation above implicit. NFC
new 4438e211a [lit/libcxx] Fix a remaining reference to lit.util.capture() [...]
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/libcxx/test/target_info.py | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.