This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from adcef01bd74 [InstCombine] fix typos in tests; NFC
new c4d19094354 [DebugInfoMetadata] Added DIFlags interface in DIBasicType.
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/BinaryFormat/Dwarf.def | 13 ++++++++++++-
include/llvm/BinaryFormat/Dwarf.h | 5 ++---
include/llvm/IR/DIBuilder.h | 6 ++++--
include/llvm/IR/DebugInfoFlags.def | 4 +++-
include/llvm/IR/DebugInfoMetadata.h | 27 ++++++++++++++++-----------
lib/AsmParser/LLParser.cpp | 8 +++++---
lib/Bitcode/Reader/MetadataLoader.cpp | 7 +++++--
lib/Bitcode/Writer/BitcodeWriter.cpp | 1 +
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 5 +++++
lib/IR/AsmWriter.cpp | 1 +
lib/IR/DIBuilder.cpp | 5 +++--
lib/IR/DebugInfoMetadata.cpp | 9 +++++----
lib/IR/LLVMContextImpl.h | 10 ++++++----
lib/IR/Verifier.cpp | 2 ++
test/Assembler/debug-info.ll | 9 +++++++--
unittests/IR/MetadataTest.cpp | 26 +++++++++++++++++---------
16 files changed, 94 insertions(+), 44 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 lldb.
from e0d15528e Remove manual byte counting from Highlighter code.
new b80ff8786 Stability improvements for CompletionTest
new ed90cea13 Remove asseration from ConstString::GetConstCStringAndSetMang [...]
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:
source/Utility/ConstString.cpp | 5 ---
unittests/Interpreter/TestCompletion.cpp | 76 +++++++++++++++-----------------
2 files changed, 35 insertions(+), 46 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 18a9130c102 [InstCombine] add tests for pow->sqrt; NFC
new 35b8f4b065f [WebAssembly] SIMD encoding tests
new adcef01bd74 [InstCombine] fix typos in tests; NFC
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/CodeGen/WebAssembly/simd-arith.ll | 92 ++++++++++++++++-----------------
test/CodeGen/WebAssembly/simd.ll | 66 +++++++++++------------
test/Transforms/InstCombine/pow-sqrt.ll | 12 ++---
3 files changed, 85 insertions(+), 85 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 ac2c0bc968b Simplify overflow checks in duration literals
new 9984b8d9f7f 2018-08-14 Janus Weil <janus(a)gcc.gnu.org>
new 3b8ba91c6fc PR tree-optimization/86650 - -Warray-bounds missing inlinin [...]
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:
gcc/ChangeLog | 6 ++
gcc/fortran/ChangeLog | 9 ++
gcc/fortran/interface.c | 14 ++-
gcc/testsuite/ChangeLog | 10 ++
gcc/testsuite/gcc.dg/Warray-bounds-34.c | 18 ++++
gcc/testsuite/gfortran.dg/generic_34.f90 | 27 +++++
gcc/tree-vrp.c | 170 +++++++++++++++++--------------
7 files changed, 176 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/Warray-bounds-34.c
create mode 100644 gcc/testsuite/gfortran.dg/generic_34.f90
--
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.
"tcwg-buildslave pushed a change to branch linaro-local/tested/gnu-master
in repository toolchain/gcc.
from 906508bbf0b Rope iterators: don't retain pointers when copied
adds f2b443b321f PR libstdc++/85343 overload __throw_ios_failure to take errno
adds a64e72607dc PR libstdc++/86846 Alternative to pointer-width atomics
adds ac2c0bc968b Simplify overflow checks in duration literals
No new revisions were added by this update.
Summary of changes:
libstdc++-v3/ChangeLog | 24 +++++++++++++++++
libstdc++-v3/config/abi/pre/gnu.ver | 3 +++
libstdc++-v3/doc/xml/manual/abi.xml | 2 ++
libstdc++-v3/include/bits/fstream.tcc | 5 ++--
libstdc++-v3/include/bits/functexcept.h | 5 ++++
libstdc++-v3/include/std/chrono | 18 +++----------
libstdc++-v3/src/c++11/cxx11-ios_failure.cc | 12 +++++++++
libstdc++-v3/src/c++17/default_resource.h | 11 ++++++++
libstdc++-v3/src/c++17/memory_resource.cc | 41 ++++++++++++++++++++++++++++-
libstdc++-v3/src/c++98/ios_failure.cc | 6 ++++-
10 files changed, 109 insertions(+), 18 deletions(-)
create mode 100644 libstdc++-v3/src/c++17/default_resource.h
--
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 addd2704187 [MS Demangler] Fix some minor formatting bugs.
new 35b45c96579 [WebAssembly] Fix encoding of non-SIMD vector-typed instructions
new 18a9130c102 [InstCombine] add tests for pow->sqrt; NFC
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/WebAssembly/WebAssemblyInstrCall.td | 49 ++--
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 12 +-
test/Transforms/InstCombine/pow-sqrt.ll | 265 +++++++++++++++++++---
3 files changed, 271 insertions(+), 55 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 e9759ddbdc5 [Tablegen][MCInstPredicate] Removed redundant template argu [...]
new 95688ee84cf [WebAssembly] SIMD extract_lane
new addd2704187 [MS Demangler] Fix some minor formatting bugs.
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/Demangle/MicrosoftDemangle.cpp | 12 +--
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | 64 ++++++++++-
test/CodeGen/WebAssembly/simd.ll | 142 +++++++++++++++++++++++++
test/Demangle/ms-back-references.test | 2 -
test/Demangle/ms-mangle.test | 18 ++--
test/Demangle/ms-return-qualifiers.test | 6 +-
6 files changed, 221 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/WebAssembly/simd.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 a24c755e26 [OPENMP] Fix processing of declare target construct.
new 422f9aa4c7 [analyzer] Fix bots by removing new check-clang-analyzer 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:
test/CMakeLists.txt | 4 ++++
1 file changed, 4 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 1464f16217a [LV] Teach about non header phis that have uses outside the loop
new e9759ddbdc5 [Tablegen][MCInstPredicate] Removed redundant template argu [...]
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/Target/TargetInstrPredicate.td | 19 ++++++++++++-------
lib/Target/X86/X86SchedPredicates.td | 2 +-
utils/TableGen/CodeGenSchedule.cpp | 27 +++++++++++++++++++++++++++
utils/TableGen/CodeGenSchedule.h | 2 ++
utils/TableGen/InstrInfoEmitter.cpp | 21 ++++++++++-----------
utils/TableGen/PredicateExpander.cpp | 10 ++--------
utils/TableGen/PredicateExpander.h | 8 ++++----
utils/TableGen/SubtargetEmitter.cpp | 2 +-
8 files changed, 59 insertions(+), 32 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.