Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 1 | -0/+1 | |
From-SVN: r29150 | |||||
1998-08-30 | convert.c (convert_to_integer): Issue an error on conversions to incomplete ↵ | Mark Mitchell | 1 | -0/+8 | |
types. * convert.c (convert_to_integer): Issue an error on conversions to incomplete types. From-SVN: r22102 | |||||
1998-05-06 | toplev.h: New file. | Robert Lipe | 1 | -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: r19564 | |||||
1998-05-05 | * Check in merge from gcc2. See ChangeLog.12 for details. | Jeff Law | 1 | -161/+121 | |
From-SVN: r19553 | |||||
1998-04-03 | dummy commit before merge | Jeff Law | 1 | -1/+4 | |
From-SVN: r18980 | |||||
1996-07-03 | formatting tweaks | Mike Stump | 1 | -3/+3 | |
From-SVN: r12390 | |||||
1995-07-17 | (convert_to_integer): If TYPE is a enumeral type or if its precision is not ↵ | Richard Kenner | 1 | -1/+12 | |
the same as the size of its mode... (convert_to_integer): If TYPE is a enumeral type or if its precision is not the same as the size of its mode, convert in two steps. From-SVN: r10140 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9959 | |||||
1995-02-13 | Support reference types | Jason Merrill | 1 | -6/+6 | |
From-SVN: r8922 | |||||
1994-12-25 | (convert_to_pointer): Eliminate ref to null_pointer_node. | Richard Kenner | 1 | -3/+3 | |
From-SVN: r8691 | |||||
1994-05-18 | (convert_to_real): Accept boolean values. | Jason Merrill | 1 | -1/+1 | |
From-SVN: r7325 | |||||
1994-03-14 | (convert_to_integer): Convert integer_one_node to proper type before | Richard Kenner | 1 | -21/+23 | |
tree_int_cst_lt call. From-SVN: r6777 | |||||
1994-03-13 | (convert_to_integer): When changing type of truthvalue operation, | Richard Kenner | 1 | -6/+20 | |
change types of inputs too. From-SVN: r6771 | |||||
1993-07-29 | (convert_to_integer): Don't pass truncate into ABS_EXPR. | Richard Stallman | 1 | -1/+2 | |
From-SVN: r5037 | |||||
1993-04-28 | (convert_to_integer): When we want to return zero, be sure we honor | Richard Kenner | 1 | -5/+16 | |
any side-effects in our operand. From-SVN: r4255 | |||||
1993-04-23 | (convert_to_integer... | Richard Kenner | 1 | -9/+13 | |
(convert_to_integer, convert_to_complex): Avoid using build_{unary,binary}_op since the calling sequences depend on the front-end. From-SVN: r4196 | |||||
1993-03-31 | (convert_to_real): Pass mode arg to REAL_VALUE_ATOF. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r3947 | |||||
1993-03-09 | Minor fix in last change. | Richard Stallman | 1 | -1/+1 | |
From-SVN: r3689 | |||||
1993-03-09 | (convert_to_complex): Avoid using comptypes. | Richard Stallman | 1 | -1/+2 | |
From-SVN: r3688 | |||||
1993-03-04 | (convert_to_pointer): Fix typo comparing size of integer and pointers. | Steve Chamberlain | 1 | -1/+3 | |
From-SVN: r3651 | |||||
1993-03-04 | (convert_to_real): Convert complex to real. | Richard Stallman | 1 | -0/+55 | |
(convert_to_integer): Likewise. (convert_to_complex): New function. From-SVN: r3639 | |||||
1993-02-25 | (convert_to_integer): Delete Feb 19 change. | Jim Wilson | 1 | -26/+0 | |
From-SVN: r3531 | |||||
1993-02-22 | (convert_to_integer): #if 0 the truncated integer warning. | Richard Stallman | 1 | -0/+2 | |
From-SVN: r3512 | |||||
1993-02-19 | (convert_to_integer): Warn if integer is truncated and that changes the value. | Richard Stallman | 1 | -0/+24 | |
From-SVN: r3496 | |||||
1993-01-08 | Initial revision | Brendan Kehoe | 1 | -0/+370 | |
From-SVN: r3161 |