aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-convert.c
AgeCommit message (Collapse)AuthorFilesLines
1999-01-06Copyright fixes.Jeff Law1-1/+1
From-SVN: r24535
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
Wed May 6 06:35:38 1998 Robert Lipe <robertl@dgii.com> * toplev.h: New file. Protypes for functions in toplev.c. * tree.h, rtl.h: Deleted protos for functions in toplev.c. * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, varasm.c: include it. From-SVN: r19563
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9959
1993-03-04(convert): Handle conversion to complex type.Richard Stallman1-0/+2
From-SVN: r3640
1993-01-08Cygnus<-->FSF merge.Brendan Kehoe1-324/+2
From-SVN: r3162
1992-12-30(convert_to_integer): Handle TRUTH_XOR_EXPR.Richard Kenner1-1/+1
From-SVN: r2994
1992-09-11(convert_to_integer): Don't pass truncation thru lshift if shift count >= ↵Richard Stallman1-3/+15
width of narrower type. (convert_to_integer): Don't pass truncation thru lshift if shift count >= width of narrower type. Instead, just use 0. From-SVN: r2104
1992-09-09(convert_to_integer): When optimizing LSHIFT_EXPR andRichard Stallman1-11/+11
RSHIFT_EXPR, do compares at tree level. From-SVN: r2086
1992-08-14(convert): When converting to variant of same type, fold.Richard Stallman1-1/+1
From-SVN: r1824
1992-07-31(convert): If main variants match,Richard Stallman1-1/+3
but the type is not identical, make a NOP_EXPR. From-SVN: r1725
1992-07-28(convert): Succeed if TYPE is the main variant of the given type.Richard Stallman1-1/+2
From-SVN: r1698
1992-07-17(convert_to_integer): Don't add a NOP_EXPR in cases where we canRichard Kenner1-17/+14
simply change the type of the entire tree. From-SVN: r1616
1992-07-17(convert_to_integer): Push truncation inside COND_EXPR.Richard Stallman1-0/+7
From-SVN: r1609
1992-04-21entered into RCSTom Wood1-1/+0
From-SVN: r812
1992-01-29Initial revisionRichard Stallman1-0/+397
From-SVN: r247