This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9eb1a44 [ELF] - Do not error out when version declaration not found w [...]
new 4ebaa70 Add Thunk support framework for ARM and Mips
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/CMakeLists.txt | 1 +
ELF/InputSection.cpp | 25 ++-
ELF/InputSection.h | 7 +-
ELF/Relocations.cpp | 26 ++-
ELF/Relocations.h | 4 +-
ELF/Symbols.cpp | 31 ++-
ELF/Symbols.h | 10 +-
ELF/Target.cpp | 88 ++++++--
ELF/Target.h | 15 +-
ELF/Thunks.cpp | 251 +++++++++++++++++++++++
ELF/Thunks.h | 55 +++++
test/ELF/arm-mov-relocs.s | 37 ++++
test/ELF/arm-thumb-interwork-thunk.s | 375 +++++++++++++++++++++++++++++++++++
13 files changed, 861 insertions(+), 64 deletions(-)
create mode 100644 ELF/Thunks.cpp
create mode 100644 ELF/Thunks.h
create mode 100644 test/ELF/arm-thumb-interwork-thunk.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 f339de4 Recommit r274348 and r274349. The Windows failures should be fixed.
new 740b6bb CFGBuilder: Fix crash when visiting a range-based for over a [...]
new f85b114 [ASTMatchers] Add missing forEachArgumentWithParam() to code sample
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/ASTMatchers/ASTMatchers.h | 7 ++--
lib/Analysis/CFG.cpp | 2 ++
unittests/Analysis/CFGTest.cpp | 58 +++++++++++++++++++++++++++++++++
unittests/Analysis/CMakeLists.txt | 13 ++++++++
unittests/CMakeLists.txt | 1 +
5 files changed, 79 insertions(+), 2 deletions(-)
create mode 100644 unittests/Analysis/CFGTest.cpp
create mode 100644 unittests/Analysis/CMakeLists.txt
--
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 3e6afe9 Bug 28444: Fix assertion when extract_vector_elt has mismatched type
new 6d5efdd [X86][SSE] Accept any shuffle mask that is all zeroes
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/X86/X86ISelLowering.cpp | 7 +++++++
test/CodeGen/X86/vector-shuffle-combining-avx.ll | 3 +--
test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll | 3 +--
3 files changed, 9 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/gcc-compare-results.
from 31279df compare_dg_tests.pl: Stop counting "PASS disappears" as a reg [...]
new 8d2798e unstable-tests.txt: Fix bug #2403
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:
unstable-tests.txt | 3 +--
1 file changed, 1 insertion(+), 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 glibc.
from d461c96 localedata: fix de_LI locale
new 6bcc7ce ppc: Fix modf (sNaN) for pre-POWER5+ CPU (bug 20240).
new be4830b Define __USE_KERNEL_IPV6_DEFS macro for non-Linux kernels
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:
ChangeLog | 14 ++++++++++++++
bits/in.h | 3 +++
sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile | 5 +++++
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 5 +++++
4 files changed, 27 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 clang-tools-extra.
from 5f159b7 [clang-rename] add basic vim integration
new 73ed17e [include-fixer] Add missing namespace qualifiers after insert [...]
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-fixer/IncludeFixer.cpp | 103 ++++++++++++++++++--------
include-fixer/IncludeFixerContext.h | 83 ++++++++++++++++++++-
include-fixer/SymbolIndexManager.cpp | 27 +------
include-fixer/SymbolIndexManager.h | 6 +-
include-fixer/find-all-symbols/SymbolInfo.cpp | 10 +++
include-fixer/find-all-symbols/SymbolInfo.h | 3 +
include-fixer/tool/ClangIncludeFixer.cpp | 25 ++++---
unittests/include-fixer/IncludeFixerTest.cpp | 61 +++++++++++----
8 files changed, 237 insertions(+), 81 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 9c0284b Enhance documentation of Wundefined-do-loop
new c3d2733 2016-07-08 Alan Hayward <alan.hayward(a)arm.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 | 5 +++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/vect/pr71667.c | 30 ++++++++++++++++++++++++++++++
gcc/tree-vect-loop.c | 7 ++++---
4 files changed, 44 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr71667.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 zorg.
from e04c075 Always install when building, this is required to be able to [...]
new 7fe8615 [zorg] Remove flunkOnFailure=False from the scripted LLDB bui [...]
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:
zorg/buildbot/builders/LLDBBuilder.py | 2 --
1 file changed, 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 clang.
from 37858de [X86] Remove dead builtins that don't exist in the backend in [...]
new f339de4 Recommit r274348 and r274349. The Windows failures should be fixed.
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/RecursiveASTVisitor.h | 136 +++++++++++++++++++++-----------
unittests/AST/CMakeLists.txt | 1 +
unittests/AST/PostOrderASTVisitor.cpp | 123 +++++++++++++++++++++++++++++
3 files changed, 215 insertions(+), 45 deletions(-)
create mode 100644 unittests/AST/PostOrderASTVisitor.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 gcc.
from b1b5042 Do not consider COMPLEX_TYPE as fold_convertible_p
new 9c0284b Enhance documentation of Wundefined-do-loop
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/fortran/ChangeLog | 4 ++++
gcc/fortran/invoke.texi | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.