This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 005248b 2016-05-23 François Dumont <fdumont(a)gcc.gnu.org>
new ae6744c /cp 2016-05-23 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 5 +++++
gcc/cp/method.c | 2 ++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor20.C | 16 ++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/inh-ctor21.C | 19 +++++++++++++++++++
5 files changed, 48 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor20.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/inh-ctor21.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 llvm.
from f891cd3 [SPARC] Fix 8 and 16-bit atomic load and store.
new 5d82919 [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial [...]
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:
docs/tutorial/BuildingAJIT1.rst | 281 +++++++++++++++++++++
docs/tutorial/index.rst | 10 +
examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 1 +
.../Chapter1}/CMakeLists.txt | 4 +-
.../Chapter1}/KaleidoscopeJIT.h | 73 ++----
.../{Chapter7 => BuildingAJIT/Chapter1}/toy.cpp | 28 +-
examples/Kaleidoscope/CMakeLists.txt | 1 +
7 files changed, 321 insertions(+), 77 deletions(-)
create mode 100644 docs/tutorial/BuildingAJIT1.rst
create mode 100644 examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt
copy examples/Kaleidoscope/{Chapter5 => BuildingAJIT/Chapter1}/CMakeLists.txt (63%)
copy examples/Kaleidoscope/{include => BuildingAJIT/Chapter1}/KaleidoscopeJIT.h (53%)
copy examples/Kaleidoscope/{Chapter7 => BuildingAJIT/Chapter1}/toy.cpp (97%)
--
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 51f4448 add cmake files to Xcode project
new d95dd29 We have many radars showing that stepping through C++ code ca [...]
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/lldb/Target/Process.h | 10 +-
.../ItaniumABI/ItaniumABILanguageRuntime.cpp | 281 +++++++++++----------
.../ItaniumABI/ItaniumABILanguageRuntime.h | 28 +-
source/Target/Process.cpp | 12 +-
4 files changed, 189 insertions(+), 142 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 bc779a1 CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]
new dba0832 Refactor bug-strtod.c to better test new types.
new b26053d Refactor bug-strtod2.c to be type generic
new db1fa6b Refactor tst-strtod6.c
The 3 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 | 20 ++++++++++
stdlib/bug-strtod.c | 104 +++++++++++++++++++--------------------------------
stdlib/bug-strtod2.c | 47 ++++++++++++++---------
stdlib/tst-strtod.h | 50 +++++++++++++++++++++++++
stdlib/tst-strtod6.c | 99 +++++++++++++++++-------------------------------
5 files changed, 172 insertions(+), 148 deletions(-)
create mode 100644 stdlib/tst-strtod.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 d9b93cd Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
new f891cd3 [SPARC] Fix 8 and 16-bit atomic load and store.
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/Sparc/SparcInstr64Bit.td | 10 +++++-----
lib/Target/Sparc/SparcInstrInfo.td | 26 ++++++++++++++++---------
test/CodeGen/SPARC/atomics.ll | 38 ++++++++++++++++++++++++++++++++++---
3 files changed, 57 insertions(+), 17 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 14a29ca InsertPointAnalysis: Move current live interval from being a [...]
new d9b93cd Modify emitTypeInformation to use MemoryTypeTableBuilder, take 2
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:
.../DebugInfo/CodeView/MemoryTypeTableBuilder.h | 2 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 119 +++++++++------------
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 32 +++---
test/DebugInfo/COFF/inlining-padding.ll | 101 +++++++++++++++++
test/DebugInfo/COFF/inlining-same-name.ll | 57 ++++++++++
5 files changed, 224 insertions(+), 87 deletions(-)
create mode 100644 test/DebugInfo/COFF/inlining-padding.ll
create mode 100644 test/DebugInfo/COFF/inlining-same-name.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 cfc5968 Fix filtering of prior declarations when checking for a tag r [...]
new 445e59e [CUDA] Add -fcuda-approx-transcendentals flag.
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/Basic/LangOptions.def | 1 +
include/clang/Driver/Options.td | 3 +++
lib/Driver/ToolChains.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 3 +++
lib/Frontend/InitPreprocessor.cpp | 6 ++++++
lib/Headers/__clang_cuda_runtime_wrapper.h | 14 ++++++++++++++
test/Preprocessor/cuda-approx-transcendentals.cu | 8 ++++++++
7 files changed, 39 insertions(+)
create mode 100644 test/Preprocessor/cuda-approx-transcendentals.cu
--
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 release_38
in repository compiler-rt.
from 85e5a93 Merging r263199: -------------------------------------------- [...]
new 558e6c0 Merging r261513: -------------------------------------------- [...]
new 84062bf Merging r261721: -------------------------------------------- [...]
new 35a1fb4 Merging r261723: -------------------------------------------- [...]
new 73231f7 Merging r261837: -------------------------------------------- [...]
new 969db4d Merging r261982: -------------------------------------------- [...]
new 0fdb589 Merging r262302: -------------------------------------------- [...]
new 4c6ea73 Merging r262209: -------------------------------------------- [...]
new b5e63e0 Merging r262690: -------------------------------------------- [...]
new 1361fe7 Merging r262303: -------------------------------------------- [...]
new c39d665 Merging r263001: -------------------------------------------- [...]
new e3b4ef3 Merging r263218: -------------------------------------------- [...]
The 11 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 | 2 +-
lib/msan/msan.cc | 15 +++++----------
lib/msan/msan_report.cc | 4 ----
lib/msan/tests/msan_test.cc | 18 +++++++++++-------
lib/sanitizer_common/sanitizer_linux.cc | 16 ++++++++++++++++
lib/sanitizer_common/sanitizer_tls_get_addr.cc | 2 +-
test/dfsan/custom.cc | 2 +-
test/msan/Linux/process_vm_readv.cc | 22 +++++++++++++++-------
test/msan/dlerror.cc | 3 ++-
test/msan/dtls_test.c | 2 +-
test/msan/msan_print_shadow3.cc | 2 +-
test/msan/param_tls_limit.cc | 19 +++++++++++++++----
12 files changed, 69 insertions(+), 38 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 compiler-rt.
from 1de246f [sanitizer] Don't use -fomit-frame-pointer in COMPILER_RT_DEB [...]
new 6d87276 [profile] clean up runtime warnings.
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/profile/InstrProfilingValue.c | 10 +++++++---
1 file changed, 7 insertions(+), 3 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 f0d91a8 /cp 2016-05-22 Paolo Carlini <paolo.carlini(a)oracle.com>
new 005248b 2016-05-23 François Dumont <fdumont(a)gcc.gnu.org>
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 | 8 ++++++++
libstdc++-v3/include/debug/safe_iterator.h | 3 +--
libstdc++-v3/include/debug/safe_local_iterator.h | 3 +--
3 files changed, 10 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.