This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 175150216b9 Daily bump.
new 9815bd97561 2017-10-31 Sandra Loosemore <sandra(a)codesourcery.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/ChangeLog | 9 +++++++++
gcc/configure | 26 +++++++++++++++++++++++---
gcc/configure.ac | 24 ++++++++++++++++++++----
gcc/doc/install.texi | 3 ++-
4 files changed, 54 insertions(+), 8 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 da40012f3 Do not access beyond the end of local symbols.
new 94dc5f573 Add --no-omagic and --no-print-gc-sections.
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 | 5 +++--
ELF/Options.td | 6 ++++++
test/ELF/gc-sections-print.s | 6 ++++++
test/ELF/segments.s | 5 +++++
4 files changed, 20 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 test-suite.
from 9ac35baf Work around crosscompilation problems with xcode SDKs
new 6b53ea93 Remove empty folders, as currently the script is configured t [...]
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:
--
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 d2f321a0a Modernize the example cmdtemplate.py.
new 70f068c54 Remove Sean Callanan from the CODE_OWNERS, he won't have time [...]
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:
CODE_OWNERS.txt | 5 +----
1 file changed, 1 insertion(+), 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 clang.
from 8ac52b01ce [refactor][extract] code extracted from inline method should [...]
new eb1c10e34d [Analyzer] Use value storage for BodyFarm
new 2680fb2e8a [c++17] Refine resolution of constructor / conversion functi [...]
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/Analysis/AnalysisDeclContext.h | 8 ++++----
include/clang/Analysis/BodyFarm.h | 3 +++
lib/Analysis/AnalysisDeclContext.cpp | 13 +++++--------
lib/Sema/SemaOverload.cpp | 26 ++++++++++++--------------
test/SemaCXX/cxx1z-copy-omission.cpp | 9 +++++++++
5 files changed, 33 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 binutils-gdb.
from 4d01dee480 Automatic date update in version.in
new 3a87ae656c Use console uiout when executing breakpoint commands
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:
gdb/ChangeLog | 6 ++++++
gdb/cli/cli-script.c | 22 ++++++++++++++++++----
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.mi/mi-break.exp | 4 ++--
4 files changed, 31 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 libcxx.
from 67371161a Fix broken links; update more issues.
new 9a675c6da Update the synopsis to match the P/R of 2945. No code changes.
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/optional | 12 ++++++------
1 file 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 06b063e3bb [refactor][extract] prohibit extraction of ObjC property setters
new 8ac52b01ce [refactor][extract] code extracted from inline method should [...]
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/Tooling/Refactoring/Extract.cpp | 9 ++++--
test/Refactor/Extract/FromMethodToFunction.cpp | 42 ++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 2 deletions(-)
create mode 100644 test/Refactor/Extract/FromMethodToFunction.cpp
--
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 142775ac8 [fuzzer] Script to detect unbalanced allocation in -trace_mal [...]
new b3c355d3c Revert "[fuzzer] Fix threaded stack printing and nested mallo [...]
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/fuzzer/FuzzerLoop.cpp | 19 -------
lib/fuzzer/scripts/unbalanced_allocs.py | 93 --------------------------------
test/fuzzer/TraceMallocThreadedTest.cpp | 22 --------
test/fuzzer/trace-malloc-threaded.test | 36 -------------
test/fuzzer/trace-malloc-unbalanced.test | 27 ----------
5 files changed, 197 deletions(-)
delete mode 100755 lib/fuzzer/scripts/unbalanced_allocs.py
delete mode 100644 test/fuzzer/TraceMallocThreadedTest.cpp
delete mode 100644 test/fuzzer/trace-malloc-threaded.test
delete mode 100644 test/fuzzer/trace-malloc-unbalanced.test
--
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 c0b8b805715 [globalisel][tablegen] Stop hard-coding the emitted instruc [...]
new 38316c07ef8 [X86] Add AVX512 support to X86FastISel::fastMaterializeFloatZero.
new 7e0324beccf Add test dependency on llvm-cfi-verify to fix up the build [...]
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/X86/X86FastISel.cpp | 9 +++++----
test/CMakeLists.txt | 1 +
2 files changed, 6 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.