Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 |