gcc/libgfortran/intrinsics
Thomas Koenig 3478bba466 re PR libfortran/32972 (performance of pack/unpack)
2007-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org

	PR libfortran/32972
	* Makefile.am:  Add new variable, i_unpack_c, containing
	unpack_i1.c, unpack_i2.c, unpack_i4.c, unpack_i8.c,
	unpack_i16.c, unpack_r4.c, unpack_r8.c, unpack_r10.c,
	unpack_r16.c, unpack_c4.c, unpack_c8.c, unpack_c10.c
	and unpack_c16.c
	Add i_unpack_c to gfor_built_src.
	Add rule to generate i_unpack_c from m4/unpack.m4.
	* Makefile.in:  Regenerated.
	* libgfortran.h: Add prototypes for unpack0_i1, unpack0_i2,
	unpack0_i4, unpack0_i8, unpack0_i16, unpack0_r4, unpack0_r8,
	unpack0_r10, unpack0_r16, unpack0_c4, unpack0_c8, unpack0_c10,
	unpack0_c16, unpack1_i1, unpack1_i2, unpack1_i4, unpack1_i8,
	unpack1_i16, unpack1_r4, unpack1_r8, unpack1_r10, unpack1_r16,
	unpack1_c4, unpack1_c8, unpack1_c10 and unpack1_c16.
	* intrinsics/pack_generic.c (unpack1):  Add calls to specific
	unpack1 functions.
	(unpack0):  Add calls to specific unpack0 functions.
	* m4/unpack.m4:  New file.
	* generated/unpack_i1.c:  New file.
	* generated/unpack_i2.c:  New file.
	* generated/unpack_i4.c:  New file.
	* generated/unpack_i8.c:  New file.
	* generated/unpack_i16.c:  New file.
	* generated/unpack_r4.c:  New file.
	* generated/unpack_r8.c:  New file.
	* generated/unpack_r10.c:  New file.
	* generated/unpack_r16.c:  New file.
	* generated/unpack_c4.c:  New file.
	* generated/unpack_c8.c:  New file.
	* generated/unpack_c10.c:  New file.
	* generated/unpack_c16.c:  New file.

2007-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org

	PR libfortran/32972
	* gfortran.dg/intrinsic_unpack_1.f90:  New test case.
	* gfortran.dg/intrinsic_unpack_2.f90:  New test case.
	* gfortran.dg/intrinsic_unpack_3.f90:  New test case.

From-SVN: r133469
2008-03-23 22:19:19 +00:00
..
abort.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
access.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
args.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
associated.c re PR fortran/32933 (ICE in simplify_subreg with -fdefault-integer-8) 2007-08-10 13:20:46 +00:00
c99_functions.c re PR libfortran/33583 (FAIL: gfortran.dg/gamma_1.f90) 2007-11-16 22:31:28 +00:00
chdir.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
chmod.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
clock.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
cpu_time.c re PR fortran/34533 (DTIME returns total process time and not since last invocation) 2007-12-25 05:41:44 -05:00
cshift0.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
ctime.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
date_and_time.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
dprod_r8.f90 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
dtime.c re PR fortran/34533 (DTIME returns total process time and not since last invocation) 2007-12-25 05:41:44 -05:00
env.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
eoshift0.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
eoshift2.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
erfc_scaled.c re PR fortran/33197 (Fortran 2008: math functions) 2008-03-03 23:46:20 +00:00
erfc_scaled_inc.c re PR libfortran/35524 (Unconditional use of expl() in libgfortran) 2008-03-12 10:24:29 +00:00
etime.c re PR fortran/34533 (DTIME returns total process time and not since last invocation) 2007-12-25 05:41:44 -05:00
exit.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
f2c_specifics.F90 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
fnum.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
gerror.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
getXid.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
getcwd.c re PR libfortran/21185 (Improve testsuite results on newlib targets) 2007-09-15 14:52:46 +00:00
getlog.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
hostnm.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
ierrno.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
ishftc.c re PR fortran/31964 ([4.2, 4.1 only]ishftc fails with certain thrid argument) 2007-05-19 01:04:03 +00:00
iso_c_binding.c re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function) 2007-10-15 21:58:55 +02:00
iso_c_binding.h re PR fortran/32600 ([ISO Bind C] C_F_POINTER w/o SHAPE should not be a library function) 2007-10-15 21:58:55 +02:00
iso_c_generated_procs.c re PR fortran/32627 ([ISO Bind C] Accept c_f_pointer for TYPE) 2007-07-21 23:45:44 +00:00
kill.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
link.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
malloc.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
move_alloc.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
mvbits.c re PR fortran/32357 (MVBITS gives wrong-code on big-endian with -fdefault-integer-8) 2007-07-14 23:11:04 +00:00
pack_generic.c pack_generic.c: Fix typo. 2008-03-21 21:00:17 +00:00
perror.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
rand.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
random.c re PR libfortran/32812 (random_seed and date_and_time) 2008-03-11 10:49:13 +00:00
rename.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
reshape_generic.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
reshape_packed.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
selected_int_kind.f90 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
selected_real_kind.f90 gfortran.h (gfc_options_t): Add flag_allow_leading_underscore. 2007-01-20 18:33:20 +00:00
signal.c signal.c (alarm_sub_i4): Mark conditionally unused parameters with __attribute__ ((unused)). 2007-10-19 22:24:39 +10:00
size.c All files: Update FSF address. 2005-08-17 02:49:08 +00:00
sleep.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
spread_generic.c re PR fortran/32021 (Fix,document,remove GFORTRAN_* environment variables) 2007-10-18 21:25:21 +00:00
stat.c stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute. 2007-12-01 21:16:26 +00:00
string_intrinsics.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
symlnk.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
system.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
system_clock.c stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute. 2007-12-01 21:16:26 +00:00
time.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
time_1.h re PR libfortran/35355 (CPU_TIME gives wrong values on mingw) 2008-03-01 22:15:31 +00:00
transpose_generic.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
umask.c stat.c (stat_i4_sub_0, [...]): Mark parameter with unused attribute. 2007-12-01 21:16:26 +00:00
unlink.c minloc1.m4: Update copyright year and ajust headers order. 2007-08-31 14:01:34 +00:00
unpack_generic.c re PR libfortran/32972 (performance of pack/unpack) 2008-03-23 22:19:19 +00:00