aboutsummaryrefslogtreecommitdiff
path: root/gcc/convert.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-04simplify-rtx.c (simplify_subreg): Reduce problem of finding vector mode subre...J"orn Rennecke1-0/+6
2002-06-14convert.c (convert_to_integer): Don't pass the truncation down when the targe...Eric Botcazou1-3/+15
2002-04-01c-common.c (unsigned_conversion_warning, [...]): Use new hooks.Neil Booth1-6/+10
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-9/+11
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-02-23convert.c (convert_to_integer): Don't do unsigned unless result or both input...Richard Kenner1-3/+3
2000-07-12Warning fixes:Kaveh R. Ghazi1-2/+0
2000-06-24Vector conversions supportBernd Schmidt1-2/+37
2000-03-25* Rework fields used to describe positions of bitfields andRichard Kenner1-2/+2
2000-03-21tree.h (COMPLETE_TYPE_P): New macro.Nathan Sidwell1-1/+1
2000-02-25Copyright fixesJeff Law1-1/+2
1999-09-06Merge in gcc2-ss-010999Jeff Law1-0/+1
1998-08-30convert.c (convert_to_integer): Issue an error on conversions to incomplete t...Mark Mitchell1-0/+8
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
1998-05-05* Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1-161/+121
1998-04-03dummy commit before mergeJeff Law1-1/+4
1996-07-03formatting tweaksMike Stump1-3/+3
1995-07-17(convert_to_integer): If TYPE is a enumeral type or if its precision is not t...Richard Kenner1-1/+12
1995-06-15Update FSF address.Richard Kenner1-1/+2
1995-02-13Support reference typesJason Merrill1-6/+6
1994-12-25(convert_to_pointer): Eliminate ref to null_pointer_node.Richard Kenner1-3/+3
1994-05-18(convert_to_real): Accept boolean values.Jason Merrill1-1/+1
1994-03-14(convert_to_integer): Convert integer_one_node to proper type beforeRichard Kenner1-21/+23
1994-03-13(convert_to_integer): When changing type of truthvalue operation,Richard Kenner1-6/+20
1993-07-29(convert_to_integer): Don't pass truncate into ABS_EXPR.Richard Stallman1-1/+2
1993-04-28(convert_to_integer): When we want to return zero, be sure we honorRichard Kenner1-5/+16
1993-04-23(convert_to_integer...Richard Kenner1-9/+13
1993-03-31(convert_to_real): Pass mode arg to REAL_VALUE_ATOF.Richard Stallman1-1/+1
1993-03-09Minor fix in last change.Richard Stallman1-1/+1
1993-03-09(convert_to_complex): Avoid using comptypes.Richard Stallman1-1/+2
1993-03-04(convert_to_pointer): Fix typo comparing size of integer and pointers.Steve Chamberlain1-1/+3
1993-03-04(convert_to_real): Convert complex to real.Richard Stallman1-0/+55
1993-02-25(convert_to_integer): Delete Feb 19 change.Jim Wilson1-26/+0
1993-02-22(convert_to_integer): #if 0 the truncated integer warning.Richard Stallman1-0/+2
1993-02-19(convert_to_integer): Warn if integer is truncated and that changes the value.Richard Stallman1-0/+24
1993-01-08Initial revisionBrendan Kehoe1-0/+370