This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ddde3eeaec [Tooling] Fix broken compliation databse tests.
new c47632910e [Nios2] Remove Nios2 backend
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/BuiltinsNios2.def | 70 ----------------
include/clang/Basic/TargetBuiltins.h | 10 ---
include/clang/module.modulemap | 1 -
lib/Basic/CMakeLists.txt | 1 -
lib/Basic/Targets.cpp | 4 -
lib/Basic/Targets/Nios2.cpp | 56 -------------
lib/Basic/Targets/Nios2.h | 151 ----------------------------------
lib/Driver/ToolChains/CommonArgs.cpp | 19 -----
test/Driver/nios2-cpu.c | 26 ------
test/Misc/target-invalid-cpu-note.c | 4 -
10 files changed, 342 deletions(-)
delete mode 100644 include/clang/Basic/BuiltinsNios2.def
delete mode 100644 lib/Basic/Targets/Nios2.cpp
delete mode 100644 lib/Basic/Targets/Nios2.h
delete mode 100644 test/Driver/nios2-cpu.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 gcc.
from 68597c49c64 PR c++/88866 * g++.dg/cpp0x/variadic126.C: Tweak dg-error.
new 8f56373387d 2019-01-15 Paul Thomas <pault(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:
gcc/fortran/ChangeLog | 5 +++++
gcc/fortran/trans-expr.c | 11 ++++++++++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/ISO_Fortran_binding_1.c | 2 +-
4 files changed, 21 insertions(+), 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 24cbd12df6 [MSP430] Provide a toolchain description
new ddde3eeaec [Tooling] Fix broken compliation databse 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:
unittests/Tooling/CompilationDatabaseTest.cpp | 52 ++++++++++-----------------
1 file changed, 18 insertions(+), 34 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 openmp.
from 9a1cb10 [OpenMP] Add lock function definitions to fix Bug 40042
new c43ee4d [OpenMP] Fix for nested proc_bind affinity bug
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:
runtime/src/kmp_affinity.cpp | 17 +++++++++++------
runtime/src/kmp_ftn_entry.h | 7 -------
runtime/test/affinity/bug-nested.c | 33 +++++++++++++++++++++++++++++++++
3 files changed, 44 insertions(+), 13 deletions(-)
create mode 100644 runtime/test/affinity/bug-nested.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 clang.
from 0fafc38823 [Tooling] Make clang-tool find libc++ dir on mac when runnin [...]
new 24cbd12df6 [MSP430] Provide a toolchain description
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/DiagnosticDriverKinds.td | 11 +
include/clang/Basic/MSP430Target.def | 247 +++++++++++++++++++++
include/clang/Driver/Options.td | 1 +
include/clang/module.modulemap | 1 +
lib/CodeGen/CodeGenModule.cpp | 6 +-
lib/Driver/CMakeLists.txt | 1 +
lib/Driver/Driver.cpp | 5 +
lib/Driver/ToolChains/Clang.cpp | 3 +
lib/Driver/ToolChains/Gnu.cpp | 34 +++
lib/Driver/ToolChains/MSP430.cpp | 233 +++++++++++++++++++
.../ToolChains/{RISCVToolchain.h => MSP430.h} | 46 ++--
.../Inputs/basic_msp430_tree/bin/msp430-elf-ld | 0
.../lib/gcc/msp430-elf/7.3.1/430}/crtbegin.o | 0
.../lib/gcc/msp430-elf/7.3.1/430}/crtend.o | 0
.../basic_msp430_tree/msp430-elf/lib/430/crt0.o | 0
.../msp430-elf/lib/430}/crtn.o | 0
test/Driver/msp430-hwmult.c | 42 ++++
test/Driver/msp430-mmcu.c | 16 ++
test/Driver/msp430-toolchain.c | 78 +++++++
test/Driver/no-integrated-as.c | 7 +-
20 files changed, 704 insertions(+), 27 deletions(-)
create mode 100644 include/clang/Basic/MSP430Target.def
create mode 100644 lib/Driver/ToolChains/MSP430.cpp
copy lib/Driver/ToolChains/{RISCVToolchain.h => MSP430.h} (60%)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_msp430_tree/bin [...]
mode change 100644 => 100755
copy test/Driver/Inputs/{ami_linux_tree/usr/lib/gcc/x86_64-amazon-linux/7 => basic [...]
copy test/Driver/Inputs/{ami_linux_tree/usr/lib/gcc/x86_64-amazon-linux/7 => basic [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/basic_msp430_tree/msp [...]
copy test/Driver/Inputs/{ami_linux_tree/usr/lib64 => basic_msp430_tree/msp430-elf/ [...]
create mode 100644 test/Driver/msp430-hwmult.c
create mode 100644 test/Driver/msp430-mmcu.c
create mode 100644 test/Driver/msp430-toolchain.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 openmp.
from eb95f61 [OpenMP] Fix performance regression in SPEC kdtree test
new 4cb0b6c [OpenMP][Cmake] Allowed OpenMP testing detect test compiler w [...]
new 9a1cb10 [OpenMP] Add lock function definitions to fix Bug 40042
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:
cmake/OpenMPTesting.cmake | 2 +-
runtime/src/kmp_lock.cpp | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 42 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 libcxx.
from b7b2997a4 [libc++] Support different libc++ namespaces in the iterator test
new ae62476ea Add large file support to create_file for 32-bit.
new 3ea6c6b30 Fix size_t/off_t mixup in std::filesystem.
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:
src/filesystem/operations.cpp | 3 ++-
test/support/filesystem_test_helper.hpp | 46 +++++++++++++++++++++++++++++----
2 files changed, 43 insertions(+), 6 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 newlib.
from 1787e9d03 AMD GCN Port contributed by Andrew Stubbs <ams(a)codesourcery.com>
new 17f8dfd31 Update config.guess, config.sub to gcc master branch versions
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:
config.guess | 116 +++---
config.sub | 1121 +++++++++++++++++++++++++++++-----------------------------
2 files changed, 626 insertions(+), 611 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 openmp.
from f52d8cc [OMPT] Second chunk of final OMPT 5.0 interface updates
new eb95f61 [OpenMP] Fix performance regression in SPEC kdtree test
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:
runtime/src/kmp_wait_release.h | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.