aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-convert.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-05Fix last change: c-common.h instead of c-convert.h.Andreas Schwab1-1/+1
2002-04-05c-convert.c: Include c-convert.h.Andreas Schwab1-1/+2
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-4/+5
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-2/+2
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-04-23c-convert.c (convert): When converting to a BOOLEAN_TYPE, avoid passing neste...Joseph Myers1-1/+9
2000-11-13c-common.c (boolean_increment): New function.Joseph Myers1-0/+2
2000-06-24Vector conversions supportBernd Schmidt1-0/+2
2000-04-10c-convert.c (convert): Handle REFERENCE_TYPE like POINTER_TYPE.Richard Kenner1-1/+1
2000-03-26c-convert.c (convert): Return if output or input type is ERROR_MARK.Richard Kenner1-1/+3
1999-09-06Merge in gcc2-ss-010999Jeff Law1-0/+1
1999-01-06Copyright fixes.Jeff Law1-1/+1
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1995-06-15Update FSF address.Richard Kenner1-1/+2
1993-03-04(convert): Handle conversion to complex type.Richard Stallman1-0/+2
1993-01-08Cygnus<-->FSF merge.Brendan Kehoe1-324/+2
1992-12-30(convert_to_integer): Handle TRUTH_XOR_EXPR.Richard Kenner1-1/+1
1992-09-11(convert_to_integer): Don't pass truncation thru lshift if shift count >= wid...Richard Stallman1-3/+15
1992-09-09(convert_to_integer): When optimizing LSHIFT_EXPR andRichard Stallman1-11/+11
1992-08-14(convert): When converting to variant of same type, fold.Richard Stallman1-1/+1
1992-07-31(convert): If main variants match,Richard Stallman1-1/+3
1992-07-28(convert): Succeed if TYPE is the main variant of the given type.Richard Stallman1-1/+2
1992-07-17(convert_to_integer): Don't add a NOP_EXPR in cases where we canRichard Kenner1-17/+14
1992-07-17(convert_to_integer): Push truncation inside COND_EXPR.Richard Stallman1-0/+7
1992-04-21entered into RCSTom Wood1-1/+0
1992-01-29Initial revisionRichard Stallman1-0/+397