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