| Commit message (Expand) | Author | Age | Files | Lines |
* | dbxout.c: Follow spelling conventions. | Kazu Hirata | 2002-09-22 | 1 | -8/+8 |
* | real.c, real.h: Rewrite from scratch. | Richard Henderson | 2002-09-16 | 1 | -8/+3 |
* | fold-const.c (make_range): Only narrow to signed range if the signed range is... | Hartmut Penner | 2002-09-11 | 1 | -3/+4 |
* | For PR java/6005 and PR java/7611: | Tom Tromey | 2002-08-22 | 1 | -2/+8 |
* | fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one of the opera... | Jakub Jelinek | 2002-08-05 | 1 | -8/+10 |
* | fold-const.c: Fix comment typos. | Kazu Hirata | 2002-07-30 | 1 | -1/+1 |
* | Makefile.in: rtlanal.o now depends upon real.h. | Roger Sayle | 2002-07-28 | 1 | -11/+8 |
* | re PR rtl-optimization/4046 (redundant conditional branch) | Roger Sayle | 2002-07-01 | 1 | -0/+27 |
* | fold-cont.c: Remove unused CHARMASK. | Aaron Lehmann | 2002-06-29 | 1 | -7/+0 |
* | fold-const.c (comparison_to_compcode): New function to convert an comparison ... | Roger Sayle | 2002-06-15 | 1 | -0/+111 |
* | convert.c (convert_to_integer): Don't pass the truncation down when the targe... | Eric Botcazou | 2002-06-14 | 1 | -7/+12 |
* | fold-const.c (fold): Move X>=C / X<C transfomation earlier. | Richard Henderson | 2002-06-14 | 1 | -95/+94 |
* | For PR java/6520: | Tom Tromey | 2002-06-11 | 1 | -2/+4 |
* | fold-const.c (fold): Place both integer and real constants last in comparisons. | Roger Sayle | 2002-06-07 | 1 | -11/+28 |
* | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 2002-06-04 | 1 | -4/+6 |
* | tree.c (real_minus_onep): New function to test for -1.0. | Roger Sayle | 2002-06-01 | 1 | -0/+8 |
* | fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && ... | Roger Sayle | 2002-06-01 | 1 | -1/+23 |
* | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 2002-05-28 | 1 | -0/+1 |
* | fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c if T is a bool... | Andrew Haley | 2002-05-27 | 1 | -0/+1 |
* | final.c: Fix formatting. | Kazu Hirata | 2002-05-17 | 1 | -70/+70 |
* | [multiple changes] | Richard Henderson | 2002-05-15 | 1 | -140/+140 |
* | fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the equiva... | Roger Sayle | 2002-05-10 | 1 | -15/+47 |
* | re PR rtl-optimization/3995 (i386 optimisation: joining tests) | Roger Sayle | 2002-05-06 | 1 | -3/+70 |
* | fold-const.c (lshift-double): Cast the high word to an unsigned HOST_WIDE_INT... | Roger Sayle | 2002-05-06 | 1 | -13/+3 |
* | fold-const.c (split_tree): Add MINUS_LITP parameter; separate added literals ... | Eric Botcazou | 2002-04-23 | 1 | -24/+73 |
* | sparc.h (BRANCH_COST): Define. | David S. Miller | 2002-04-18 | 1 | -4/+0 |
* | fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) instead of unsigne... | Jakub Jelinek | 2002-04-18 | 1 | -1/+1 |
* | fold-const.c (fold): Convert (T)(x&c) into ((T)x&(T)c) for integer constant c... | Roger Sayle | 2002-04-18 | 1 | -0/+43 |
* | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 2002-04-04 | 1 | -3/+3 |
* | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 2002-04-01 | 1 | -28/+22 |
* | Makefile.in (convert.o, [...]): Update. | Neil Booth | 2002-03-29 | 1 | -8/+9 |
* | toplev.c: Don't include setjmp.h. | Zack Weinberg | 2002-03-25 | 1 | -84/+10 |
* | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 2002-03-23 | 1 | -4/+5 |
* | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 2002-03-21 | 1 | -5/+7 |
* | * fold-const.c (fold): Delete #if 0 ARRAY_REF case. | David Edelsohn | 2002-03-19 | 1 | -18/+0 |
* | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 2002-03-07 | 1 | -47/+127 |
* | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 2002-03-03 | 1 | -594/+1 |
* | * fold-const.c (fold): Fix typo in comments. | Richard Sandiford | 2002-02-22 | 1 | -1/+1 |
* | i386.md ("mmx_uavgv8qi3"): Use const_vector. | Aldy Hernandez | 2002-02-19 | 1 | -0/+39 |
* | fold-const.c (fold): Change UINT_MAX test to check vs precision rather than T... | Richard Henderson | 2002-01-23 | 1 | -10/+10 |
* | re PR rtl-optimization/3640 (small lost optimization of "x==0 || x==1") | Roger Sayle | 2002-01-22 | 1 | -1/+26 |
* | c-typeck.c (error_init, [...]): Call gettext on argument before printing. | Zack Weinberg | 2001-12-17 | 1 | -1/+1 |
* | c-lex.c (lex_number): Use ISXDIGIT/hex_value. | Kaveh R. Ghazi | 2001-12-16 | 1 | -7/+1 |
* | c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages. | Joseph Myers | 2001-12-15 | 1 | -2/+2 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-12-09 | 1 | -2/+2 |
* | tree.def (VIEW_CONVERT_EXPR): New tree code. | Richard Kenner | 2001-11-19 | 1 | -0/+6 |
* | alias.c (nonoverlapping_memrefs): Use REGNO_PTR_FRAME_P. | Richard Kenner | 2001-11-15 | 1 | -5/+3 |
* | * fold-const.c (fold): Optimize strlen comparisons against zero. | Roger Sayle | 2001-11-14 | 1 | -0/+27 |
* | fold-const.c (lshift_double): Honor PREC. | John Wehle | 2001-11-09 | 1 | -8/+49 |
* | ChangeLog.2, [...]: Fix spelling errors. | Joseph Myers | 2001-11-04 | 1 | -1/+1 |