summaryrefslogtreecommitdiff
path: root/gcc/c-convert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Fix last change: c-common.h instead of c-convert.h.Andreas Schwab2002-04-051-1/+1
* c-convert.c: Include c-convert.h.Andreas Schwab2002-04-051-1/+2
* c-common.c (truthvalue_conversion): Rename, update.Neil Booth2002-04-041-4/+5
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-2/+2
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid passing neste...Joseph Myers2001-04-231-1/+9
* c-common.c (boolean_increment): New function.Joseph Myers2000-11-131-0/+2
* Vector conversions supportBernd Schmidt2000-06-241-0/+2
* c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.Richard Kenner2000-04-101-1/+1
* c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner2000-03-261-1/+3
* Merge in gcc2-ss-010999Jeff Law1999-09-061-0/+1
* Copyright fixes.Jeff Law1999-01-061-1/+1
* toplev.h: New file.Robert Lipe1998-05-061-0/+1
* Update FSF address.Richard Kenner1995-06-151-1/+2
* (convert): Handle conversion to complex type.Richard Stallman1993-03-041-0/+2
* Cygnus<-->FSF merge.Brendan Kehoe1993-01-081-324/+2
* (convert_to_integer): Handle TRUTH_XOR_EXPR.Richard Kenner1992-12-301-1/+1
* (convert_to_integer): Don't pass truncation thru lshift if shift count >= wid...Richard Stallman1992-09-111-3/+15
* (convert_to_integer): When optimizing LSHIFT_EXPR andRichard Stallman1992-09-091-11/+11
* (convert): When converting to variant of same type, fold.Richard Stallman1992-08-141-1/+1
* (convert): If main variants match,Richard Stallman1992-07-311-1/+3
* (convert): Succeed if TYPE is the main variant of the given type.Richard Stallman1992-07-281-1/+2
* (convert_to_integer): Don't add a NOP_EXPR in cases where we canRichard Kenner1992-07-171-17/+14
* (convert_to_integer): Push truncation inside COND_EXPR.Richard Stallman1992-07-171-0/+7
* entered into RCSTom Wood1992-04-211-1/+0
* Initial revisionRichard Stallman1992-01-291-0/+397