This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 65b9267 [PM] Introduce an abstraction for all the analyses over a par [...]
new 990c9c0 [Profile] add test with large counts
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:
.../Inputs/{branch1.proftext => branch1_large_count.proftext} | 4 ++--
test/Transforms/PGOProfile/branch1.ll | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
copy test/Transforms/PGOProfile/Inputs/{branch1.proftext => branch1_large_count.pr [...]
--
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 f4b6540 [gold/ThinLTO] Restore ThinLTO file management in gold plugin
new 65b9267 [PM] Introduce an abstraction for all the analyses over a par [...]
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/IR/PassManager.h | 35 +++++++++++++++++++++++++++++++++--
lib/IR/PassManager.cpp | 2 ++
test/Other/new-pass-manager.ll | 11 -----------
3 files changed, 35 insertions(+), 13 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 14496dc Fix windows bot
new 41d8a46 Revert r279351 and r279357 due to bot failures
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 | 97 ++++++++++++++++--------------------------------
lib/AST/Type.cpp | 9 +++--
2 files changed, 37 insertions(+), 69 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 a40556d [NFC] Add a class ObjCProtocolQualifiers to wrap APIs for Obj [...]
new 14496dc Fix windows bot
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 | 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 llvm.
from 746d3be [gold] Fix new gold test to specify emulation mode
new f4b6540 [gold/ThinLTO] Restore ThinLTO file management in gold plugin
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:
test/tools/gold/X86/thinlto.ll | 10 ++++++++++
tools/gold/gold-plugin.cpp | 11 ++++++++++-
2 files changed, 20 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 gcc.
from ab73c3c Daily bump.
new d0346b1 gcc/testsuite/ChangeLog:
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 | 9 +++
gcc/testsuite/ChangeLog | 8 +++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c | 44 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c | 54 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c | 26 +++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.c | 28 +++++++++
gcc/tree-vrp.c | 96 +++++++++++++++++++++++++++++++
7 files changed, 265 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_1.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_2.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_3.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr61839_4.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 cb9042a [LTO] Add the ability to test -thinlto-emit-imports-files thr [...]
new 746d3be [gold] Fix new gold test to specify emulation mode
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:
test/tools/gold/X86/common_thinlto.ll | 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 lldb.
from 929ccec Add logic to the ObjC runtime in LLDB to extract the pointer [...]
new 1d0a34b added Xcode lldb-gtest-for-debugging target
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:
lldb.xcodeproj/project.pbxproj | 289 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 289 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 lldb.
from 9b6d87e Remove a test that depends on knowing all compiler's register [...]
new 929ccec Add logic to the ObjC runtime in LLDB to extract the pointer [...]
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:
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 7 ++++
.../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 4 ++
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 44 +++++++++++++++++++++-
.../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 9 +++++
4 files changed, 63 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 compiler-rt.
from 1ca6b63 [CMake] Support building on OS X without Xcode installation
new 0c224bc [msan] Disable prlimit test on glibc < 2.13.
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/msan/tests/msan_test.cc | 8 ++++++++
1 file changed, 8 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.