Age | Commit message (Expand) | Author | Files | Lines |
2003-02-05 | defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New. | Richard Henderson | 1 | -2/+8 |
2003-02-01 | [multiple changes] | Richard Henderson | 1 | -0/+4 |
2003-01-15 | re PR rtl-optimization/9258 (ICE in compensate_edge, at reg-stack.c:2589) | Jan Hubicka | 1 | -0/+18 |
2003-01-14 | convert.c (strip_float_extensions): Look for narrowest type handling FP const... | Jan Hubicka | 1 | -0/+12 |
2003-01-10 | Merge from pch-branch. | Geoffrey Keating | 1 | -1/+1 |
2003-01-03 | fold-const.c (fold): Avoid NOP_EXPRs better. | Jason Merrill | 1 | -1/+5 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -2/+78 |
2002-11-25 | re PR c/8639 (simple integer arithmetic expression broken) | Christian Ehrhardt | 1 | -4/+4 |
2002-11-05 | fold-const.c (fold): Don't transform (a0 op compound(a1,a2)) to (compound(a1,... | Andrew Haley | 1 | -1/+3 |
2002-10-30 | fold-const.c (fold_binary_op_with_conditional_arg): Improve handling of cases... | Roger Sayle | 1 | -9/+25 |
2002-10-22 | re PR c++/7209 (Faulty array dereferencing) | Nathan Sidwell | 1 | -7/+13 |
2002-10-11 | decl.c (typename_hash): Use htab_hash_pointer. | Kaveh R. Ghazi | 1 | -1/+1 |
2002-09-22 | dbxout.c: Follow spelling conventions. | Kazu Hirata | 1 | -8/+8 |
2002-09-16 | real.c, real.h: Rewrite from scratch. | Richard Henderson | 1 | -8/+3 |
2002-09-11 | fold-const.c (make_range): Only narrow to signed range if the signed range is... | Hartmut Penner | 1 | -3/+4 |
2002-08-22 | For PR java/6005 and PR java/7611: | Tom Tromey | 1 | -2/+8 |
2002-08-05 | fold-const.c (associate_trees): Only optimize NEGATE_EXPR in one of the opera... | Jakub Jelinek | 1 | -8/+10 |
2002-07-30 | fold-const.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2002-07-28 | Makefile.in: rtlanal.o now depends upon real.h. | Roger Sayle | 1 | -11/+8 |
2002-07-01 | re PR rtl-optimization/4046 (redundant conditional branch) | Roger Sayle | 1 | -0/+27 |
2002-06-29 | fold-cont.c: Remove unused CHARMASK. | Aaron Lehmann | 1 | -7/+0 |
2002-06-15 | fold-const.c (comparison_to_compcode): New function to convert an comparison ... | Roger Sayle | 1 | -0/+111 |
2002-06-14 | convert.c (convert_to_integer): Don't pass the truncation down when the targe... | Eric Botcazou | 1 | -7/+12 |
2002-06-14 | fold-const.c (fold): Move X>=C / X<C transfomation earlier. | Richard Henderson | 1 | -95/+94 |
2002-06-11 | For PR java/6520: | Tom Tromey | 1 | -2/+4 |
2002-06-07 | fold-const.c (fold): Place both integer and real constants last in comparisons. | Roger Sayle | 1 | -11/+28 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -4/+6 |
2002-06-01 | tree.c (real_minus_onep): New function to test for -1.0. | Roger Sayle | 1 | -0/+8 |
2002-06-01 | fold-const.c (fold_truthop): Transform "a || b" into "(a|b) != 0" and "!p && ... | Roger Sayle | 1 | -1/+23 |
2002-05-28 | tree.h: Forward-declare struct realvaluetype. | Zack Weinberg | 1 | -0/+1 |
2002-05-27 | fold-const.c (fold): Don't convert (T)(x & c) into (T)x & (T)c if T is a bool... | Andrew Haley | 1 | -0/+1 |
2002-05-17 | final.c: Fix formatting. | Kazu Hirata | 1 | -70/+70 |
2002-05-15 | [multiple changes] | Richard Henderson | 1 | -140/+140 |
2002-05-10 | fold-const.c (build_range_check): Optimize (c>=1) && (c<=127) into the equiva... | Roger Sayle | 1 | -15/+47 |
2002-05-06 | re PR rtl-optimization/3995 (i386 optimisation: joining tests) | Roger Sayle | 1 | -3/+70 |
2002-05-06 | fold-const.c (lshift-double): Cast the high word to an unsigned HOST_WIDE_INT... | Roger Sayle | 1 | -13/+3 |
2002-04-23 | fold-const.c (split_tree): Add MINUS_LITP parameter; separate added literals ... | Eric Botcazou | 1 | -24/+73 |
2002-04-18 | sparc.h (BRANCH_COST): Define. | David S. Miller | 1 | -4/+0 |
2002-04-18 | fold-const.c (fold): Use (*lang_hooks.types.unsigned_type) instead of unsigne... | Jakub Jelinek | 1 | -1/+1 |
2002-04-18 | fold-const.c (fold): Convert (T)(x&c) into ((T)x&(T)c) for integer constant c... | Roger Sayle | 1 | -0/+43 |
2002-04-04 | c-common.c (truthvalue_conversion): Rename, update. | Neil Booth | 1 | -3/+3 |
2002-04-01 | c-common.c (unsigned_conversion_warning, [...]): Use new hooks. | Neil Booth | 1 | -28/+22 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -8/+9 |
2002-03-25 | toplev.c: Don't include setjmp.h. | Zack Weinberg | 1 | -84/+10 |
2002-03-23 | real.h: Don't define REAL_INFINITY or REAL_IS_NOT_DOUBLE. | Zack Weinberg | 1 | -4/+5 |
2002-03-21 | Makefile.in (fold-const.o, [...]): Update. | Neil Booth | 1 | -5/+7 |
2002-03-19 | * fold-const.c (fold): Delete #if 0 ARRAY_REF case. | David Edelsohn | 1 | -18/+0 |
2002-03-07 | defaults.h (MODE_HAS_NANS, [...]): New. | Richard Sandiford | 1 | -47/+127 |
2002-03-03 | emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks... | Zack Weinberg | 1 | -594/+1 |
2002-02-22 | * fold-const.c (fold): Fix typo in comments. | Richard Sandiford | 1 | -1/+1 |