Richard Henderson e5bde68ae0 ia64.c (predicate_operator): New.
* config/ia64/ia64.c (predicate_operator): New.
        (ia64_print_operand): Handle 'J'.
        (rtx_needs_barrier): Handle COND_EXEC.
        * config/ia64/ia64.h (BRANCH_COST): Define.
        (PREDICATE_CODES): Update.
        * config/ia64/ia64.md: Docuement used unspec values.
        (attr predicable): New.
        (movxf, movxf_internal): New.
        (extendsfdf2): Don't comment out nop.
        (floatdidf2): Remove.
        (truncxfsf2, truncxfdf2, floatdixf2): New.
        (abssi2, absdi2): Put the neg in the "true" slot.
        (conditional branch instructions): Mark not predicable.
        (cmov*_internal): Use predicate_operator.  Split to cond_exec.
        (abs*_internal): Likewise.
        (alloc, set_bsp): Mark not predicable.
        (barrier, insn_group_barrier, flush_cache): Likewise.
        (define_cond_exec): New.

From-SVN: r33754
2000-05-06 18:56:25 -07:00
..
2000-05-06 18:56:25 -07:00
2000-04-28 22:03:48 +00:00
2000-05-05 10:13:46 -06:00
2000-04-20 06:54:51 -04:00
2000-05-06 18:37:07 -07:00
2000-04-18 22:34:13 +00:00
2000-05-03 09:17:29 -04:00
2000-05-06 18:56:25 -07:00
2000-05-06 07:30:43 -04:00
2000-05-06 17:48:53 -07:00
2000-04-28 00:59:40 +00:00
2000-04-18 22:34:13 +00:00
2000-04-18 22:34:13 +00:00
2000-04-30 04:01:53 -07:00
2000-04-27 14:56:47 +00:00
2000-05-06 17:48:53 -07:00
2000-05-05 10:13:46 -06:00
2000-04-18 22:34:13 +00:00
2000-04-24 07:48:12 +00:00
2000-04-24 07:48:12 +00:00
2000-05-06 17:48:53 -07:00
2000-05-04 12:16:27 +00:00
2000-04-30 04:01:53 -07:00
2000-04-28 00:59:40 +00:00
2000-05-06 06:17:11 -04:00
2000-05-06 01:45:07 -06:00

This directory contains the GNU Compiler Collection (GCC) version 2.96.
It includes all of the support for compiling C, C++, Objective C, Fortran,
Java, and Chill.

The GNU Compiler Collection is free software.  See the file COPYING for copying
permission.

See the file gcc.texi (together with other files that it includes) for
installation and porting information.  The file INSTALL contains a
copy of the installation information, as plain ASCII.

Installing this package will create various files in subdirectories of
/usr/local/lib, which are passes used by the compiler and a library
named libgcc.a.  It will also create /usr/local/bin/gcc, which is
the user-level command to do a compilation.

See the Bugs chapter of the GCC Manual for how to report bugs
usefully.  An online readable version of the manual is in the files
gcc.info*.

The files pself.c and pself1.c are not part of GCC.
They are programs that print themselves on standard output.
They were written by Dario Dariol and Giovanni Cozzi, and are
included for your hacking pleasure.  Likewise pself2.c
(Who is the author of that?) and pself3.c (by Vlad Taeerov and Rashit
Fakhreyev).