Go to file
Ian Lance Taylor 337fa50b7b runtime/internal/atomic: new package, API copied from Go 1.7
Copy over the Go 1.7 runtime/internal/atomic package, but implement the
    functions in C using __atomic functions rather than using the
    processor-specific assembler code.
    
    Reviewed-on: https://go-review.googlesource.com/29010

From-SVN: r240070
2016-09-10 12:21:59 +00:00
boehm-gc
config
contrib
fixincludes inclhack.def (hpux_longjmp): Adjust select regular expression. 2016-09-04 16:17:10 +00:00
gcc runtime/internal/atomic: new package, API copied from Go 1.7 2016-09-10 12:21:59 +00:00
gnattools
gotools
include
INSTALL
intl
libada
libatomic
libbacktrace
libcc1
libcilkrts
libcpp Introduce class edit_context 2016-09-02 18:00:57 +00:00
libdecnumber
libffi ffi.c (ffi_struct_type): Put type declaration on separate line. 2016-09-04 17:39:05 +00:00
libgcc [Patch libgcc] Enable HCmode multiply and divide (mulhc3/divhc3) 2016-09-09 09:40:22 +00:00
libgfortran re PR fortran/77507 (gfortran rejects keyworded calls to procedures from intrinsic modules) 2016-09-09 17:57:11 +00:00
libgo runtime/internal/atomic: new package, API copied from Go 1.7 2016-09-10 12:21:59 +00:00
libgomp
libiberty Fix -Wshadow warning in libiberty/cp-demangle.c 2016-09-10 10:37:35 +00:00
libitm
libjava
libmpx
libobjc
liboffloadmic
libquadmath
libsanitizer re PR sanitizer/77396 (address sanitizer crashes if all static global variables are optimized) 2016-09-05 21:43:57 +02:00
libssp
libstdc++-v3 Implement P0035R4, C++17 new of over-aligned types. 2016-09-09 17:22:15 -04:00
libvtv
lto-plugin
maintainer-scripts re PR web/50642 (onlinedocs formated text too small to read) 2016-09-04 19:38:05 +00:00
zlib
.dir-locals.el
.gitattributes
.gitignore .gitignore: Ignore in-tree prerequisites. 2016-09-09 17:20:55 -04:00
ABOUT-NLS
ChangeLog
ChangeLog.jit
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure
configure.ac
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
COPYING.RUNTIME
depcomp
install-sh
libtool-ldflags
libtool.m4
lt~obsolete.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
MAINTAINERS
Makefile.def
Makefile.in
Makefile.tpl
missing
mkdep
mkinstalldirs
move-if-change
README
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.