This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 71645f9 Daily bump.
new 2f77c44 2017-01-25 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/powerpc/vsx-elemrev-4.c | 7 +++++--
2 files changed, 10 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 lld.
from d848fe3 Rename NotFlags -> NegFlags.
new fb771c2 Remove unused #include.
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/DriverUtils.cpp | 1 -
1 file changed, 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 lld.
from a5dc0ab [ELF] Add warn-unresolved-symbols/error-unresolved-symbols options
new a5848a9 Split ScriptParser::readMemory.
new 97a15ef Use StringRef::lower only once instead of calling ::tolower m [...]
new d848fe3 Rename NotFlags -> NegFlags.
The 3 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 | 78 ++++++++++++++++++++++++++--------------------------
ELF/LinkerScript.h | 2 +-
2 files changed, 40 insertions(+), 40 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 lldb.
from 03081c1 Instead of weak-linking against LoggingSupport framework (whi [...]
new 87c3295 Add Foundation to the debugserver-mini dependencies; debugser [...]
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:
tools/debugserver/debugserver.xcodeproj/project.pbxproj | 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 51df440 ELF: Simplify naming of object files created with save-temps.
new a5dc0ab [ELF] Add warn-unresolved-symbols/error-unresolved-symbols options
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/Driver.cpp | 7 ++++++
ELF/Options.td | 6 ++++++
test/ELF/warn-unresolved-symbols.s | 44 ++++++++++++++++++++++++++++++++++++++
3 files changed, 57 insertions(+)
create mode 100644 test/ELF/warn-unresolved-symbols.s
--
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 a50ea04 [Loops] Restructure the LoopInfo verify function so that it m [...]
new 6d7e8f1 [PM] Simplify the new PM interface to the loop unroller and e [...]
new 988a421 gold-plugin: Fix test case.
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/llvm/Transforms/Scalar/LoopUnrollPass.h | 29 +++++++++++++++++-----
lib/Passes/PassRegistry.def | 3 ++-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 13 +++++++---
test/Transforms/LoopUnroll/full-unroll-bad-cost.ll | 2 +-
test/Transforms/LoopUnroll/full-unroll-crashers.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-2.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-cmp.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-dce.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-geps.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-phi-prop.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics.ll | 10 ++++++++
.../LoopUnroll/full-unroll-keep-first-exit.ll | 2 +-
.../LoopUnroll/partial-unroll-const-bounds.ll | 8 ++++++
test/tools/gold/X86/thinlto.ll | 3 ++-
14 files changed, 63 insertions(+), 19 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 lldb.
from 8974ed6 Fix SBData::SetData() so that it always sets the address byte [...]
new 03081c1 Instead of weak-linking against LoggingSupport framework (whi [...]
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:
tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.cpp | 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 259e801 Remove and replace DiagStatePoint tracking and lookup data st [...]
new 9a249fc [index] When indexing an ObjC method declaration use its base [...]
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/Index/IndexDecl.cpp | 8 +++++++-
test/Index/Core/index-source.m | 12 ++++++------
test/Index/Core/index-subkinds.m | 12 ++++++------
test/Index/index-decls.m | 4 ++--
test/Index/index-module.m | 2 +-
tools/libclang/CXIndexDataConsumer.cpp | 7 ++++---
tools/libclang/CXIndexDataConsumer.h | 2 +-
7 files changed, 27 insertions(+), 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 lld.
from dc05e91 Add file comments to Driver.cpp.
new 51df440 ELF: Simplify naming of object files created with save-temps.
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/LTO.cpp | 2 +-
test/ELF/lto/parallel-internalize.ll | 3 ++-
test/ELF/lto/parallel.ll | 3 ++-
test/ELF/lto/thinlto.ll | 6 ++++--
4 files changed, 9 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 6c2c7c8 [libFuzzer] remove a bit of stale code
new f544b74 Fix --Wunused-function.
new 289792d gold-plugin: Simplify naming of object files created with sav [...]
new a50ea04 [Loops] Restructure the LoopInfo verify function so that it m [...]
The 3 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/LoopInfoImpl.h | 94 +++++++++++++++++++++-------------
test/tools/gold/X86/parallel.ll | 4 +-
tools/gold/gold-plugin.cpp | 9 ++--
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 5 --
4 files changed, 65 insertions(+), 47 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.