This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 0560207 [analyzer] Add checker for iterators dereferenced beyond thei [...]
new 5450c95 clang-format: Improve support for override/final as variable names.
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/Format/TokenAnnotator.cpp | 10 ++++------
unittests/Format/FormatTest.cpp | 4 ++++
2 files changed, 8 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 gcc-5-branch
in repository gcc.
from b5c25bc Daily bump.
new c322970 Add missing dg-options to C++14 test
new 5a462d6 Add missing dg-options to C++11 test.
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/testsuite/25_algorithms/sort/78991.cc | 1 +
libstdc++-v3/testsuite/30_threads/thread/cons/lwg2097.cc | 1 +
3 files changed, 9 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 libcxx.
from c60e8fc Replace identifiers called `__out` because Windows.h #defines it.
new da39f1b [libcxx] Fix externally-threaded shared library builds after [...]
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:
CMakeLists.txt | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 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 98f0296 Improve objdump's behaviour when it encounters a corrupt bina [...]
new 20b52c8 Add Swedish translation for GAS.
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:
gas/ChangeLog | 6 +
gas/configure | 2 +-
gas/configure.ac | 2 +-
gas/po/{fr.po => sv.po} | 9506 ++++++++++++++++++++++-------------------------
4 files changed, 4527 insertions(+), 4989 deletions(-)
copy gas/po/{fr.po => sv.po} (58%)
--
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 f7babeb [PM] Teach SCEV to invalidate itself when its dependencies be [...]
new 0f4cbb9 RuntimeDyldELF: don't create thunk if not needed
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 45 +++++++++++++++++++++-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h | 3 ++
.../RuntimeDyld/AArch64/ELF_ARM64_local_branch.s | 14 +++++++
3 files changed, 61 insertions(+), 1 deletion(-)
create mode 100644 test/ExecutionEngine/RuntimeDyld/AArch64/ELF_ARM64_local_branch.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 clang.
from 08205c8 clang-format: [JS] fix broken test.
new 0560207 [analyzer] Add checker for iterators dereferenced beyond thei [...]
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/StaticAnalyzer/Checkers/Checkers.td | 8 +
lib/StaticAnalyzer/Checkers/CMakeLists.txt | 1 +
.../Checkers/IteratorPastEndChecker.cpp | 842 +++++++++++++++++++++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 9 +-
test/Analysis/Inputs/system-header-simulator-cxx.h | 64 +-
test/Analysis/diagnostics/explicit-suppression.cpp | 2 +-
test/Analysis/inlining/stl.cpp | 3 +-
test/Analysis/iterator-past-end.cpp | 205 +++++
8 files changed, 1125 insertions(+), 9 deletions(-)
create mode 100644 lib/StaticAnalyzer/Checkers/IteratorPastEndChecker.cpp
create mode 100644 test/Analysis/iterator-past-end.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 lld.
from e11187b Define sys::path::convert_to_slash
new 1bfb013 [lld][cmake] Fix LLVM_LINK_LLVM_DYLIB build
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:
cmake/modules/AddLLD.cmake | 2 +-
lib/Config/CMakeLists.txt | 4 ++--
lib/Core/CMakeLists.txt | 4 ++--
lib/Driver/CMakeLists.txt | 8 +++++---
lib/ReaderWriter/CMakeLists.txt | 6 ++++--
lib/ReaderWriter/MachO/CMakeLists.txt | 11 +++++++----
lib/ReaderWriter/YAML/CMakeLists.txt | 5 ++++-
tools/lld/CMakeLists.txt | 5 ++++-
8 files changed, 29 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 gcc-6-branch
in repository gcc.
from 4ca53f0 Daily bump.
new b4cb27f PR78255: Make postreload aware of NO_FUNCTION_CSE
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/postreload.c | 5 +++
gcc/testsuite/ChangeLog | 18 ++++++++++
gcc/testsuite/gcc.target/aarch64/pr78255.c | 12 +++++++
gcc/testsuite/gcc.target/arm/pr78255-1.c | 57 ++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/arm/pr78255-2.c | 12 +++++++
6 files changed, 113 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/aarch64/pr78255.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr78255-1.c
create mode 100644 gcc/testsuite/gcc.target/arm/pr78255-2.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 gcc.
from 412f092 2017-01-09 Richard Biener <rguenther(a)suse.de>
new 945a3e6 [tree-ssa-address] Avoid creating non-canonical RTL in gen_addr_rtx
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/20161219.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-ssa-address.c | 2 +-
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/20161219.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 binutils-gdb.
from 3254d32 [GOLD] Set sh_info of .rela.plt for powerpc
new 0115611 RISC-V/GAS: Correct branch relaxation for weak symbols.
new 98f0296 Improve objdump's behaviour when it encounters a corrupt bina [...]
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:
bfd/ChangeLog | 6 ++++++
bfd/coffgen.c | 7 ++++++-
gas/ChangeLog | 5 +++++
gas/config/tc-riscv.c | 1 +
4 files changed, 18 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.