Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-01-06 | Copyright fixes. | Jeff Law | 1 | -1/+1 | |
From-SVN: r24535 | |||||
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: r19563 | |||||
1995-06-15 | Update FSF address. | Richard Kenner | 1 | -1/+2 | |
From-SVN: r9959 | |||||
1993-03-04 | (convert): Handle conversion to complex type. | Richard Stallman | 1 | -0/+2 | |
From-SVN: r3640 | |||||
1993-01-08 | Cygnus<-->FSF merge. | Brendan Kehoe | 1 | -324/+2 | |
From-SVN: r3162 | |||||
1992-12-30 | (convert_to_integer): Handle TRUTH_XOR_EXPR. | Richard Kenner | 1 | -1/+1 | |
From-SVN: r2994 | |||||
1992-09-11 | (convert_to_integer): Don't pass truncation thru lshift if shift count >= ↵ | Richard Stallman | 1 | -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 and | Richard Stallman | 1 | -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 Stallman | 1 | -1/+1 | |
From-SVN: r1824 | |||||
1992-07-31 | (convert): If main variants match, | Richard Stallman | 1 | -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 Stallman | 1 | -1/+2 | |
From-SVN: r1698 | |||||
1992-07-17 | (convert_to_integer): Don't add a NOP_EXPR in cases where we can | Richard Kenner | 1 | -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 Stallman | 1 | -0/+7 | |
From-SVN: r1609 | |||||
1992-04-21 | entered into RCS | Tom Wood | 1 | -1/+0 | |
From-SVN: r812 | |||||
1992-01-29 | Initial revision | Richard Stallman | 1 | -0/+397 | |
From-SVN: r247 |