1*181254a7Smrg2002-12-29 Paul Brook <paul@nowt.org> 2*181254a7Smrg 3*181254a7Smrg * intrinsics/reshape.*: New files. 4*181254a7Smrg * gcc_config.patch: Update to new GCC configure system. 5*181254a7Smrg 6*181254a7Smrg2002-10-10 Paul Brook <paul@nowt.org> 7*181254a7Smrg 8*181254a7Smrg * intrinsics/size.c: New file. 9*181254a7Smrg * intrinsics/shape.m4: New file. 10*181254a7Smrg * Makefile.am: Add above files. 11*181254a7Smrg 12*181254a7Smrg2002-10-02 Paul Brook <paul@nowt.org> 13*181254a7Smrg 14*181254a7Smrg * fmain.c (main): Move here. 15*181254a7Smrg * libgfor.c: From here. 16*181254a7Smrg * libgfor.h (gfor_init, gfor_runtime_cleanup): Declare. 17*181254a7Smrg * Makefile.am: Build libgforbegin. 18*181254a7Smrg * gcc_config.patch: Remove stray -march=athlon. 19*181254a7Smrg * dotprodl.m4: Fix use of L8_TO_L4 macro. 20*181254a7Smrg * ifunction.m4: Move variable declarations to allow compilation with 21*181254a7Smrg gcc < 3.0 22*181254a7Smrg * specific.m4, specific4.m4: Fix typo typecode->type_code. 23*181254a7Smrg * README: Document use of patch -p1. 24*181254a7Smrg 25*181254a7Smrg2002-09-12 Paul Brook <paul@nowt.org> 26*181254a7Smrg 27*181254a7Smrg * math/*: Add complex math library functions. 28*181254a7Smrg * intrinsics/specific(2).m4: Generate Specific intrinsic functions. 29*181254a7Smrg * Makefile.am: Add details for above. 30*181254a7Smrg * configure.in: Use AC_PROG_F95. Test for the presence of csin. 31*181254a7Smrg 32*181254a7Smrg2002-09-09 Paul Brook <paul@nowt.org> 33*181254a7Smrg 34*181254a7Smrg * libgfor.c (determine_endianness): Use an array rather than a struct. 35*181254a7Smrg * intrinsics/dotprod*, matmul*: Implement DOT_PRODUCT and MATMUL. 36*181254a7Smrg 37*181254a7Smrg2002-09-09 Steven Bosscher <s.bosscher@student.tudelft.nl> 38*181254a7Smrg 39*181254a7Smrg * libgfor.c: Add fatal signal handler. 40*181254a7Smrg Romove superfluous abort() calls. 41*181254a7Smrg 42*181254a7Smrg2002-09-07 Paul Brook <paul@nowt.org> 43*181254a7Smrg 44*181254a7Smrg * Makefile.am, intrinsics: Major rewrite. 45*181254a7Smrg 46*181254a7Smrg2002-09-02 Paul Brook <paul@nowt.org> 47*181254a7Smrg 48*181254a7Smrg * Makefile.am: Added -I$(srcdir) to m4 rule. 49*181254a7Smrg 50*181254a7Smrg2002-08-30 Paul Brook <paul@nowt.org> 51*181254a7Smrg 52*181254a7Smrg * io/*: Integrated libgforio. 53*181254a7Smrg * Makefile.am, configure.in: Make compatable with GCC. Build code for 54*181254a7Smrg intrinsics in the intrisics directory. 55*181254a7Smrg * intrinsics/intrinsics.m4: Move here. Strip directories from the 56*181254a7Smrg filename. Add 'and' and 'all' intrinsics. 57*181254a7Smrg 58*181254a7Smrg2002-08-17 Paul Brook <paul@nowt.org> 59*181254a7Smrg 60*181254a7Smrg * ALL: First release as more than just a single file 61*181254a7Smrg 62*181254a7Smrg 63*181254a7SmrgCopyright (C) 2002 Free Software Foundation, Inc. 64*181254a7Smrg 65*181254a7SmrgCopying and distribution of this file, with or without modification, 66*181254a7Smrgare permitted in any medium without royalty provided the copyright 67*181254a7Smrgnotice and this notice are preserved. 68