| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * fold-const.c (make_range): Handle degenerated intervals. | aoliva | 2000-05-20 | 1 | -2/+11 |
* | * simplify-rtx.c (simplify_ternary_operation): Cast to unsigned. | jason | 2000-05-04 | 1 | -2/+4 |
* | Fix for ia64-linux misoptimization. | wilson | 2000-05-03 | 1 | -0/+5 |
* | * Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole | rth | 2000-04-17 | 1 | -3/+11 |
* | * fold-const.c (extract_muldiv): Don't distribute and widen | rth | 2000-04-14 | 1 | -0/+8 |
* | * expr.c (store_constructor): SIZE now signed. | kenner | 2000-03-28 | 1 | -19/+17 |
* | * Rework fields used to describe positions of bitfields and | kenner | 2000-03-25 | 1 | -30/+31 |
* | * builtin.c (get_pointer_alignment): Use DECL_P and TYPE_P macros. | mmitchel | 2000-03-23 | 1 | -3/+3 |
* | * fold-const.c (extract_muldiv): Apply type check for defined | rth | 2000-03-19 | 1 | -15/+20 |
* | * fold-const.c (fold): Fix a few cases when the returned result | kenner | 2000-03-16 | 1 | -4/+5 |
* | * tree.h (INT_CST_LT, INT_CST_LT_UNSIGNED): Remove unneeded casts. | kenner | 2000-03-07 | 1 | -176/+209 |
* | * c-common.c (c_common_nodes_and_builtins): Make sizetype_endlink | kenner | 2000-03-02 | 1 | -4/+4 |
* | * fold-const.c (size_binop): Don't asert inputs are the same and | mmitchel | 2000-03-01 | 1 | -4/+4 |
* | * builtins.c (c_strlen): Use size_diffop and return ssizetype value. | kenner | 2000-02-27 | 1 | -51/+83 |
* | * c-common.c (decl_attributes): Set DECL_SIZE_UNIT. | kenner | 2000-02-20 | 1 | -12/+16 |
* | * combine.c (make_extraction, force_to_mode): Avoid warning on | kenner | 2000-02-10 | 1 | -1/+1 |
* | * calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED. | ghazi | 2000-01-18 | 1 | -2/+2 |
* | * eh-common.h: PROTO -> PARAMS. | ghazi | 2000-01-14 | 1 | -50/+50 |
* | * Makefile.in (optabs.o): Depend on real.h | ghazi | 2000-01-10 | 1 | -0/+2 |
* | * fold-const.c (lshift_double, rshift_double): Handle | wehle | 2000-01-09 | 1 | -2/+16 |
* | * fold-const.c (real_hex_to_f): Remove duplicate declaration of | mmitchel | 2000-01-07 | 1 | -1/+1 |
* | * fold-const.c (make_range): Don't try to reverse an unbounded range. | law | 2000-01-04 | 1 | -4/+5 |
* | * cse.c (free_element, get_element): Remove unused prototypes. | ghazi | 1999-12-29 | 1 | -1/+1 |
* | * fold-const.c (operand_equal_p): Use memcmp to compare string | loewis | 1999-12-27 | 1 | -1/+1 |
* | * fold-const.c (fold_truthop): Properly check for FP RHS. | kenner | 1999-12-26 | 1 | -5/+3 |
* | * fold-const.c (real_hex_to_f): Remove unused "isldouble" variable. | law | 1999-12-21 | 1 | -5/+1 |
* | Fix typo in last change | kenner | 1999-12-19 | 1 | -1/+1 |
* | * alias.c: Minor reformatting. | kenner | 1999-12-18 | 1 | -110/+132 |
* | * fold-const.c (optimize_bit_field_compare): Only use one mode | kenner | 1999-12-06 | 1 | -37/+20 |
* | Install proper change | kenner | 1999-11-29 | 1 | -2/+3 |
* | * fold-const.c (extract_muldiv, case {MIN,MAX}_EXPR): Reverse | kenner | 1999-11-29 | 1 | -19/+47 |
* | Delete unused vars. | crux | 1999-11-29 | 1 | -6/+0 |
* | Add missing return types | crux | 1999-11-29 | 1 | -0/+3 |
* | * fold-const.c (negate_expr, associate_trees, extract_muldiv): New. | kenner | 1999-11-27 | 1 | -372/+443 |
* | Fri Oct 29 15:25:07 1999 Arnaud Charlet <charlet@ACT-Europe.FR> | kenner | 1999-11-01 | 1 | -38/+270 |
* | * fold-const.c (fold): Fix thinko when optimizing comparisons | law | 1999-10-31 | 1 | -1/+2 |
* | * fold-const.c (fold): Fix comment. | law | 1999-10-26 | 1 | -1/+1 |
* | * fold-const.c (fold): Fix thinko in x+(-0) -> x transformation. | law | 1999-10-19 | 1 | -1/+2 |
* | * fold-const.c (fold): Convert (or (not arg0) (not arg1)) | law | 1999-10-15 | 1 | -0/+31 |
* | * fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case, | law | 1999-10-15 | 1 | -75/+89 |
* | * fold-const.c (fold): Handle more simplifications allowed by IEEE. | law | 1999-10-15 | 1 | -3/+52 |
* | * fold-const.c (fold): Detect rotates built from BIT_XOR_EXPRs. | law | 1999-10-14 | 1 | -1/+7 |
* | Revert this change. Gavin's patch to operand_equal_p is a better fix. | law | 1999-09-20 | 1 | -4/+0 |
* | Make it possible to prototype port-specific functions (and convert i386 to us... | crux | 1999-09-20 | 1 | -0/+1 |
* | * fold-const.c (operand_equal_p): Pay attention to side effects. | gavin | 1999-09-17 | 1 | -0/+6 |
* | * system.h (CTYPE_CONV, TOUPPER, TOLOWER): New macros. Use | ghazi | 1999-09-16 | 1 | -1/+1 |
* | Merge in gcc2-ss-010999 | law | 1999-09-07 | 1 | -38/+25 |
* | * Makefile.in (ggc-simple.o): Depend on varray.h. | mmitchel | 1999-09-05 | 1 | -21/+25 |
* | * fold-const.c (fold_range_test): Do not try to fold the range | law | 1999-09-02 | 1 | -0/+4 |
* | 1999-08-27 00:27 -0700 Zack Weinberg <zack@bitmover.com> | zack | 1999-08-27 | 1 | -0/+2 |