This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 57db772 [CodeGen] Use pointer-sized integers for ptrtoint sources
new dc0afe2 NVPTX: Add supported CL features
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/Basic/Targets.cpp | 13 +++++
...geOptsOpenCL.cl => nvptx.languageOptsOpenCL.cl} | 61 +++++++++++++---------
2 files changed, 49 insertions(+), 25 deletions(-)
copy test/Misc/{amdgcn.languageOptsOpenCL.cl => nvptx.languageOptsOpenCL.cl} (71%)
--
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 a2d6eb4 Daily bump.
new f59d822 libstdc++/71545 fix debug checks in binary search algorithms
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 | 14 +++
libstdc++-v3/include/bits/stl_algo.h | 7 --
libstdc++-v3/include/bits/stl_algobase.h | 5 --
.../25_algorithms/binary_search/partitioned.cc | 67 ++++++++++++++
.../25_algorithms/equal_range/partitioned.cc | 66 ++++++++++++++
.../lexicographical_compare/71545.cc} | 35 ++++----
.../25_algorithms/lower_bound/partitioned.cc | 100 +++++++++++++++++++++
.../25_algorithms/upper_bound/partitioned.cc | 98 ++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 7 ++
9 files changed, 367 insertions(+), 32 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc
copy libstdc++-v3/testsuite/{special_functions/03_beta/compile_2.cc => 25_algorith [...]
create mode 100644 libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc
--
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.
robert.savoye pushed a change to branch gdbrev
in repository toolchain/abe.
from b5ea80e if gdb= is specified, set gdbserver to the same value.
new 72802eb make gdbserver srcdir and builddir under the GDB srcdir and builddir
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/component.sh | 3 ++-
1 file changed, 2 insertions(+), 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 f57147f [IRObjectFile] Handle .weak in RecordStreamer.
new d476afd ARM: take account of possible bundle when erasing an instruction.
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/ARM/Thumb2SizeReduction.cpp | 2 +-
test/CodeGen/ARM/thumb2-size-opt.ll | 16 ++++++++++++++++
2 files changed, 17 insertions(+), 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 binutils-gdb.
from 80c135e Add support for Thumb-2 long branch veneers
new 2838cc1 Add a test case for the jit-reader interface
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/testsuite/ChangeLog | 8 ++
gdb/testsuite/ChangeLog-1993-2013 | 9 --
gdb/testsuite/gdb.base/jit-protocol.h | 54 +++++++
gdb/testsuite/gdb.base/jit-reader.exp | 79 +++++++++++
gdb/testsuite/gdb.base/jithost.c | 61 ++++++++
.../gdb.base/{gdb1555-main.c => jithost.h} | 18 +--
gdb/testsuite/gdb.base/jitreader.c | 156 +++++++++++++++++++++
7 files changed, 367 insertions(+), 18 deletions(-)
create mode 100644 gdb/testsuite/gdb.base/jit-protocol.h
create mode 100644 gdb/testsuite/gdb.base/jit-reader.exp
create mode 100644 gdb/testsuite/gdb.base/jithost.c
copy gdb/testsuite/gdb.base/{gdb1555-main.c => jithost.h} (79%)
create mode 100644 gdb/testsuite/gdb.base/jitreader.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 45769d7 Fix most MSVC warnings in compiler-rt profiling library
new 71b76cf Turn off -Wunused-parameter when building compiler-rt with cl [...]
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 | 3 +++
cmake/config-ix.cmake | 1 +
2 files 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 gcc.
from 7e6da23 Fix memory leak in tree-ssa-reassoc.c
new 11c72ab7 libstdc++/71545 fix debug checks in binary search algorithms
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 | 14 +++
libstdc++-v3/include/bits/stl_algo.h | 7 --
libstdc++-v3/include/bits/stl_algobase.h | 5 --
.../25_algorithms/binary_search/partitioned.cc | 67 ++++++++++++++
.../25_algorithms/equal_range/partitioned.cc | 66 ++++++++++++++
.../lexicographical_compare/71545.cc} | 22 ++---
.../25_algorithms/lower_bound/partitioned.cc | 100 +++++++++++++++++++++
.../25_algorithms/upper_bound/partitioned.cc | 98 ++++++++++++++++++++
libstdc++-v3/testsuite/util/testsuite_iterators.h | 7 ++
9 files changed, 363 insertions(+), 23 deletions(-)
create mode 100644 libstdc++-v3/testsuite/25_algorithms/binary_search/partitioned.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/equal_range/partitioned.cc
copy libstdc++-v3/testsuite/{20_util/tuple/cons/66338.cc => 25_algorithms/lexicogr [...]
create mode 100644 libstdc++-v3/testsuite/25_algorithms/lower_bound/partitioned.cc
create mode 100644 libstdc++-v3/testsuite/25_algorithms/upper_bound/partitioned.cc
--
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 8d30502 Support expanding partial-word cmpxchg to full-word cmpxchg i [...]
new f57147f [IRObjectFile] Handle .weak in RecordStreamer.
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/Object/RecordStreamer.cpp | 2 +-
test/Object/X86/nm-bitcodeweak.test | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
create mode 100644 test/Object/X86/nm-bitcodeweak.test
--
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 de71999 LoopSimplifyCFG: Prefer `const auto &` to `auto &`, for clarity. NFC
new d2e7196 [Codegen] Change PICLevel.
new 8d30502 Support expanding partial-word cmpxchg to full-word cmpxchg i [...]
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/Support/CodeGen.h | 3 +-
include/llvm/Target/TargetLowering.h | 18 +
lib/CodeGen/AtomicExpandPass.cpp | 459 ++++++++++++++++++++++---
lib/CodeGen/TargetLoweringBase.cpp | 2 +
lib/IR/Module.cpp | 2 +-
lib/Target/PowerPC/PPCAsmPrinter.cpp | 6 +-
lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 4 +-
lib/Target/Sparc/SparcISelLowering.cpp | 2 +
test/CodeGen/SPARC/atomics.ll | 132 ++++++-
test/Transforms/AtomicExpand/SPARC/partword.ll | 166 +++++++++
11 files changed, 732 insertions(+), 64 deletions(-)
create mode 100644 test/Transforms/AtomicExpand/SPARC/partword.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 compiler-rt.
from d80ed42 Fix some warnings in the MSVC build
new 45769d7 Fix most MSVC warnings in compiler-rt profiling 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:
cmake/config-ix.cmake | 1 +
lib/profile/CMakeLists.txt | 5 +++++
lib/profile/InstrProfilingPort.h | 1 +
lib/profile/InstrProfilingUtil.c | 1 +
lib/profile/InstrProfilingValue.c | 2 +-
lib/profile/WindowsMMap.h | 8 +-------
6 files changed, 10 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.