gcc/libgfortran
Janne Blomqvist facb23dc4e Improve performance of byte-swapped I/O.
2013-01-23  Janne Blomqvist  <jb@gcc.gnu.org>

	* io/file_pos.c (unformatted_backspace): Use __builtin_bswapXX
	instead of reverse_memcpy.
	* io/io.h (reverse_memcpy): Remove prototype.
	* io/transfer.c (reverse_memcpy): Make static, move towards
	beginning of file.
	(bswap_array): New function.
	(unformatted_read): Use bswap_array to byte swap the data
	in-place.
	(unformatted_write): Use a larger temp buffer and bswap_array.
	(us_read): Use __builtin_bswapXX instead of reverse_memcpy.
	(write_us_marker): Likewise.

From-SVN: r195413
2013-01-23 23:56:54 +02:00
..
caf Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
config Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
generated Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
intrinsics Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
io Improve performance of byte-swapped I/O. 2013-01-23 23:56:54 +02:00
m4 Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
runtime Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
ChangeLog Improve performance of byte-swapped I/O. 2013-01-23 23:56:54 +02:00
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012 ChangeLog rotation. 2013-01-03 10:47:48 +01:00
Makefile.am
Makefile.in Fix usage of secure_getenv with glibc 2.17. 2012-10-06 23:56:05 +03:00
acinclude.m4
aclocal.m4 Fix usage of secure_getenv with glibc 2.17. 2012-10-06 23:56:05 +03:00
c99_protos.h Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
config.h.in Fix usage of secure_getenv with glibc 2.17. 2012-10-06 23:56:05 +03:00
configure Fix usage of secure_getenv with glibc 2.17. 2012-10-06 23:56:05 +03:00
configure.ac Fix usage of secure_getenv with glibc 2.17. 2012-10-06 23:56:05 +03:00
configure.host
fmain.c
gfortran.map re PR libfortran/36044 (user-requested backtrace) 2012-12-20 19:15:13 +01:00
kinds-override.h Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
libgfortran.h Update copyright years in libgfortran. 2013-01-14 18:20:58 +00:00
libgfortran.spec.in
libtool-version
mk-kinds-h.sh
mk-sik-inc.sh
mk-srk-inc.sh