Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Add support for the AMD GCN GPU architecture. This is primarily intended for
use with OpenMP and OpenACC offloading. It can also be used for stand-alone
programs, but this is intended mostly for testing the compiler and is not
expected to be useful in general.
The GPU architecture is highly parallel, and therefore Newlib must be
configured to use dynamic re-entrancy, and thread-safe malloc.
The only I/O available is a via a shared-memory interface provided by libgomp
and the gcn-run tool included with GCC. At this time this is limited to
stdout, argc/argv, and the return code.
|
|
- per Wilco Dijkstra's patch
- update Arm copyright notice to not exclude AArch64 and the various generic
contributions made (like the new math functions). Also update the date and
change spelling to Arm Ltd.
|
|
- For prevent confuse about what BSD license variant we used, 2- or
3-clause license, we change the license to FreeBSD license to make
it unambiguously refers to the 2-clause license.
|
|
Contributor list:
- Michael Neilly <mneilly@yahoo.com>
- Kito Cheng <kito.cheng@gmail.com>
|
|
Contributor list:
- Andrew Waterman <andrew@sifive.com>
- Palmer Dabbelt <palmer@dabbelt.com>
- Kito Cheng <kito.cheng@gmail.com>
- Scott Beamer <sbeamer@eecs.berkeley.edu>
|
|
|
|
|
|
ChangeLog:
2015-11-12 Anton Kolesov <Anton.Kolesov@synopsys.com>
* COPYING.LIBGLOSS: Add Synopsys license.
* COPYING.NEWLIB: Likewise.
|
|
|
|
Update the ARM copyright notice to include 2015.
2015-08-20 Andre Vieira <andre.simoesdiasvieira@arm.com>
* COPYING.NEWLIB: Updated ARM's copyright notice.
From 913be92b12851bc6285b8ab77d6878fda613f77c Mon Sep 17 00:00:00 2001
From: Andre Simoes Dias Vieira <andsim01@arm.com>
Date: Thu, 20 Aug 2015 14:16:42 +0100
Subject: [PATCH] Updated general Copyright notice
|
|
* COPYING.NEWLIB: Likewise.
libgloss/
* configure.in: Add Visium support.
* configure: Regenerate.
* visium/: New directory.
newlib/
* configure.host: Add Visium support.
* libc/machine/configure.in: Likewise.
* libc/machine/configure: Regenerate.
* libc/machine/visium/: New directory.
* libc/include/machine/setjmp.h (_JBLEN): Define for Visium.
* libc/include/machine/ieeefp.h (__IEEE_BIG_ENDIAN): Likewise.
* libc/include/machine/time.h (_CLOCKS_PER_SEC_): Likewise.
|
|
* COPYING.NEWLIB: Add to current TI license to
include tirtos addition.
|
|
* COPYING.NEWLIB: Update with new copyright.
|
|
* COPYING.NEWLIB: Add Altera Corporation copyright.
|
|
* COPYING.NEWLIB: Modify DJ Delorie license to include
modification rights in clause as permitted by DJ Delorie.
* COPYING.LIBGLOSS: Ditto.
|
|
* COPYING.NEWLIB: Remove two unused licenses.
|
|
* COPYING.NEWLIB: Add Adapteva notice.
* COPYING.LIBGLOSS: Add Adapteva notice.
|
|
* COPYING.NEWLIB: Add National Semiconductor notice.
|
|
|
|
Joseph Myers <joseph@codesourcery.com>
* COPYING.LIBGLOSS: Add National Semiconductor and CodeSourcery
notices.
* COPYING.NEWLIB: Add Texas Instruments notice.
|
|
* COPYING.NEWLIB: Update copyright date.
* COPYING.LIBGLOSS: Ditto.
|
|
* COPYING.NEWLIB: Add ARM license.
|
|
* COPYING.NEWLIB: Updated.
* COPYING.LIBGLOSS: Ditto.
|
|
* COPYING.NEWLIB: Update default copyright.
|
|
* COPYING.LIBGLOSS: Reformat default Red Hat
license to fit within 80 columns.
* COPYING.NEWLIB: Ditto.
|
|
* COPYING.NEWLIB: Add spu license.
|
|
* COPYING.NEWLIB: Updated.
* COPYING.LIBGLOSS: Ditto.
|
|
* COPYING.NEWLIB: Update copyright year for default
copyright.
|
|
* all files: Update FSF address.
|
|
* COPYING.NEWLIB: Update Red Hat license to 2004.
|
|
* COPYING.NEWLIB: Update to include copyrights for new
iconv code.
|
|
* COPYING.NEWLIB: Add license info for long long routines added to
stdlib.
|
|
* COPYING.NEWLIB: Add license info for newlib/libc/sys/linux/stdlib.
|
|
* COPYING.NEWLIB: Updated.
* COPYING.LIBGLOSS: Ditto.
|
|
* COPYING.NEWLIB: Update list of alternate Regent of California
licenses and discuss official revoking of advertising clause.
* COPYING.LIBGLOSS: Ditto.
|
|
* COPYING.NEWLIB: More updates.
|
|
* COPYING.NEWLIB: Update.
|
|
* COPYING.NEWLIB: Remove advertising clause from
Berkeley and Red Hat licenses.
|
|
* Change reference to Cygnus Solutions to be Red Hat.
|
|
* COPYING.NEWLIB: Update generic copyright date.
|
|
|
|
* COPYING.NEWLIB: Add BSD-style license/copyright blurb for my work.
|
|
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no
longer valid.
|
|
* COPYING.NEWLIB: Put into source repository.
|