This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d241d4b - remove empty dir
new 5cb4078 Update libstdc++ status docs
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/doc/html/manual/backwards.html | 2 +-
libstdc++-v3/doc/html/manual/status.html | 8 ++++----
libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 9 ++++-----
4 files changed, 14 insertions(+), 10 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 e58b508 [SystemZ] Fix regression when handling conditional calls
new 2e53b18 fix formatting; NFC
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/MemoryBuiltins.cpp | 31 +++++++++++++++----------------
1 file changed, 15 insertions(+), 16 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 22fe687 2016-07-07 Ed Schonberg <schonberg(a)adacore.com>
new bc56238 remove mep-* support (empty directories)
new d241d4b - remove empty dir
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:
--
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 b14bdc8 Fix for PrintStackTraces
new 911d219 Bump up timeout in TestCallWithTimeout
new f4a7f5a [LLGS] Work around an adb bug on Android <=M
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:
.../test/expression_command/timeout/TestCallWithTimeout.py | 4 ++--
source/Plugins/Process/Linux/NativeProcessLinux.cpp | 12 ++++++++++++
2 files changed, 14 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 compiler-rt.
from e6b095b [tsan] Avoid false positives with GCD data callbacks
new 2b4c950 [compiler-rt] Fix AllocatorCacheDeallocNewThread unittest
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/sanitizer_common/tests/sanitizer_allocator_test.cc | 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 llvm.
from 849253f save type in local var; NFCI
new e58b508 [SystemZ] Fix regression when handling conditional calls
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/SystemZ/SystemZInstrInfo.cpp | 4 ++--
1 file changed, 2 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 llvm.
from 69d2b17 Addressing post-commit comments for not rewriting fputs: move [...]
new 849253f save type in local var; 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/Transforms/InstCombine/InstCombineSelect.cpp | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 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 3a5ce95 FT32 linker script cleanup
new 4f19a0e Fix of default lookup for "this" symbol.
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/cp-namespace.c | 5 ++++-
gdb/testsuite/ChangeLog | 8 +++++++
gdb/testsuite/gdb.fortran/derived-type.exp | 35 ++++++++++++++++++++++++++++--
gdb/testsuite/gdb.fortran/derived-type.f90 | 7 +++++-
5 files changed, 57 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 clang-tools-extra.
from daea826 [clang-tidy] Add dependency on clang-headers
new 5f159b7 [clang-rename] add basic vim integration
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:
clang-rename/tool/clang-rename.py | 61 +++++++++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
create mode 100644 clang-rename/tool/clang-rename.py
--
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 d8e3a80 Don't crash trying to relax 32 loads on COFF.
new 73a50c1 [AMDGPU] fix ds_write_src2 encoding (bz26027)
new 69d2b17 Addressing post-commit comments for not rewriting fputs: move [...]
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/AMDGPU/SIInstrInfo.td | 14 ++++++++++++++
lib/Target/AMDGPU/SIInstructions.td | 4 ++--
lib/Transforms/Utils/SimplifyLibCalls.cpp | 7 +++++--
test/MC/AMDGPU/ds.s | 8 ++++++++
4 files changed, 29 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.