This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_28-branch
in repository binutils-gdb.
from 832376c94d Automatic date update in version.in
new c44a536beb Automatic date update in version.in
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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 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 llvm.
from 708626d601f SimplifyLibCalls: Optimize wcslen
new b4067a08330 Revert "ThinLTO: Verify bitcode before lauching the ThinLTO [...]
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/llvm/Transforms/IPO/FunctionImport.h | 5 ++-
lib/LTO/ThinLTOCodeGenerator.cpp | 35 ++-----------------
lib/Transforms/IPO/FunctionImport.cpp | 5 +--
test/LTO/X86/Inputs/strip-debug-info-bar.ll | 15 --------
test/LTO/X86/Inputs/strip-debug-info.bc | Bin 0 -> 852 bytes
test/LTO/X86/strip-debug-info.ll | 49 ++-------------------------
6 files changed, 7 insertions(+), 102 deletions(-)
delete mode 100644 test/LTO/X86/Inputs/strip-debug-info-bar.ll
create mode 100644 test/LTO/X86/Inputs/strip-debug-info.bc
--
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 273b25e491 CodeGenModule: Always output wchar_size, check LLVM assumptions.
new 838eab83af [modules] Simplify module macro handling in non-local-submod [...]
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/Lex/PPLexerChange.cpp | 20 ++++++++------------
test/Modules/macro-redefinition.cpp | 27 +++++++++++++++++++++++++++
2 files changed, 35 insertions(+), 12 deletions(-)
create mode 100644 test/Modules/macro-redefinition.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 binutils-gdb.
from 6451799480 binutils: support for the SPARC M8 processor
new f0681695da binutils/testsuite: Permit the reuse of dump patterns
new e5713223cb MIPS/BFD: For n64 hold the number of internal relocs in `->r [...]
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 | 11 +++
bfd/elf64-mips.c | 82 ++--------------------
binutils/ChangeLog | 16 +++++
.../testsuite/binutils-all/mips/mips-note-2-n32.d | 7 ++
.../testsuite/binutils-all/mips/mips-note-2-n64.d | 7 ++
binutils/testsuite/binutils-all/mips/mips-note-2.d | 7 ++
.../testsuite/binutils-all/mips/mips-note-2r-n32.d | 11 +++
.../testsuite/binutils-all/mips/mips-note-2r-n64.d | 15 ++++
.../testsuite/binutils-all/mips/mips-note-2r.d | 11 +++
binutils/testsuite/binutils-all/mips/mips.exp | 15 ++++
binutils/testsuite/lib/utils-lib.exp | 14 +++-
11 files changed, 120 insertions(+), 76 deletions(-)
create mode 100644 binutils/testsuite/binutils-all/mips/mips-note-2-n32.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips-note-2-n64.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips-note-2.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips-note-2r-n32.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips-note-2r-n64.d
create mode 100644 binutils/testsuite/binutils-all/mips/mips-note-2r.d
--
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 533ff9d8e Add Status -- llvm::Error glue
new bb5953e18 Don't override the SDKs and force the use of /System/Library/ [...]
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:
packages/Python/lldbsuite/test/configuration.py | 2 +-
1 file changed, 1 insertion(+), 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 libcxx.
from 9e6b540da Make next/prev/advance/distance operations on iterators be co [...]
new 64182a587 [test] Add support for Objective-C++ tests
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:
.../selftest/{test.fail.cpp => test.arc.fail.mm} | 2 ++
.../selftest/{not_test.sh.cpp => test.arc.pass.mm} | 6 +++---
.../selftest/{test.fail.cpp => test.fail.mm} | 2 ++
.../selftest/{not_test.sh.cpp => test.pass.mm} | 6 +++---
utils/libcxx/compiler.py | 3 ++-
utils/libcxx/test/config.py | 6 ++++++
utils/libcxx/test/format.py | 22 +++++++++++++++++++---
7 files changed, 37 insertions(+), 10 deletions(-)
copy test/libcxx/selftest/{test.fail.cpp => test.arc.fail.mm} (92%)
copy test/libcxx/selftest/{not_test.sh.cpp => test.arc.pass.mm} (84%)
copy test/libcxx/selftest/{test.fail.cpp => test.fail.mm} (91%)
copy test/libcxx/selftest/{not_test.sh.cpp => test.pass.mm} (84%)
--
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 e6f2078382b Fix off-by-one bug in AttributeList::addAttributes index handling
new 60ecb7fde81 Verifier: Check wchar_size module flag.
new 708626d601f SimplifyLibCalls: Optimize wcslen
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/Analysis/TargetLibraryInfo.h | 13 ++
include/llvm/Analysis/ValueTracking.h | 37 ++++-
include/llvm/IR/Constants.h | 4 +-
include/llvm/Transforms/Utils/SimplifyLibCalls.h | 4 +
lib/Analysis/TargetLibraryInfo.cpp | 12 ++
lib/Analysis/ValueTracking.cpp | 122 ++++++++++----
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 49 +++---
lib/IR/Constants.cpp | 4 +-
lib/IR/Verifier.cpp | 9 ++
lib/Transforms/Utils/SimplifyLibCalls.cpp | 82 ++++++----
test/Transforms/InstCombine/memchr.ll | 9 ++
test/Transforms/InstCombine/wcslen-1.ll | 191 ++++++++++++++++++++++
test/Transforms/InstCombine/wcslen-2.ll | 18 +++
test/Transforms/InstCombine/wcslen-3.ll | 197 +++++++++++++++++++++++
14 files changed, 662 insertions(+), 89 deletions(-)
create mode 100644 test/Transforms/InstCombine/wcslen-1.ll
create mode 100644 test/Transforms/InstCombine/wcslen-2.ll
create mode 100644 test/Transforms/InstCombine/wcslen-3.ll
--
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 cd08076820 [ODRHash] Revert r303450 to fix buildbot
new 273b25e491 CodeGenModule: Always output wchar_size, check LLVM assumptions.
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/CodeGen/CodeGenModule.cpp | 19 +++++++++++++------
test/CodeGen/wchar-size.c | 8 ++++++++
2 files changed, 21 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/wchar-size.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 compiler-rt.
from 53f2f17bf Use write instead of read permissions to check for global sec [...]
new c36f54d7d [compiler-rt] Add negative test for boolean flags.
new 6ed02973a [compiler-rt] Switch handle_<signal> flags from bool to enum.
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/sanitizer_common/sanitizer_flag_parser.h | 24 ++++++++++++++---
lib/sanitizer_common/sanitizer_flags.h | 5 ++++
lib/sanitizer_common/sanitizer_flags.inc | 24 +++++++++--------
lib/sanitizer_common/tests/sanitizer_flags_test.cc | 30 ++++++++++++++++++++++
test/asan/TestCases/Posix/asan-sigbus.cpp | 2 +-
5 files changed, 70 insertions(+), 15 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 b601d35077 Do not issue -Wnullability-completeness for dependent types [...]
new cd08076820 [ODRHash] Revert r303450 to fix buildbot
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/AST/ODRHash.cpp | 92 +----------------------------------------
test/Modules/odr_hash.cpp | 102 ----------------------------------------------
2 files changed, 2 insertions(+), 192 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.