summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* * c-typeck.c, cfgexpand.c, ddg.c, ddg.h, df.c, fold-const.c,kazu2004-06-261-1/+1
* * fold-const.c (fold_addr_expr_with_type): Look through allkenner2004-06-251-2/+4
* 2004-06-23 Andrew Pinski <apinski@apple.com>pinskia2004-06-241-1/+3
* 2004-06-23 Eric Christopher <echristo@redhat.com>echristo2004-06-241-62/+63
* * tree.def (VTABLE_REF): Remove.rth2004-06-231-1/+1
* * alias.c (adjust_offset_for_component_ref): Usekenner2004-06-221-12/+12
* * fold-const.c (operand_equal_p): Pass flags in recursive calls forsayle2004-06-211-3/+23
* * c-common.c (verify_sequence_points): Export.rth2004-06-211-0/+31
* 2004-06-21 Paolo Bonzini <bonzini@gnu.org>bonzini2004-06-211-218/+295
* * fold-const.c (fold) <UNORDERED_EXPR, ORDERED_EXPR, UNLT_EXPR,sayle2004-06-191-14/+141
* * fold-const.c (build_range_check): If !in_p and recursive calljakub2004-06-181-7/+111
* * fold-const.c (constant_boolean_node): Handle boolean_type_nodesayle2004-06-181-0/+2
* * fold-const.c (fold_relational_const): Use constant_boolean_node.sayle2004-06-171-25/+17
* * fold-const.c (swap_tree_comparison): No longer static.law2004-06-161-5/+11
* * c-common.c (lang_gimplify_stmt): Remove next_p argument.rth2004-06-161-1/+1
* 2004-06-15 Paolo Bonzini <bonzini@gnu.org>bonzini2004-06-151-4/+4
* 2004-06-13 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-06-131-3/+8
* * fold-const.c (omit_two_operands): New function.sayle2004-06-121-0/+23
* * fold-const.c (fold_inf_compare): Avoid creating non-gimplelaw2004-06-111-0/+6
* * fold-const.c (fold_abs_const): Make extern.sayle2004-06-101-2/+1
* * fold-const.c (fold_not_const): New function.sayle2004-06-101-24/+33
* Gimplify VA_ARG_EXPR into simpler forms.jason2004-06-091-0/+69
* 2004-06-08 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-06-081-2/+4
* * real.c (real_copysign): New function to implement libm's copysign.sayle2004-06-071-4/+9
* PR middle-end/15069sayle2004-05-311-5/+5
* * fold-const.c (combine_comparisons, optimize_bit_field_compare,sayle2004-05-301-98/+44
* 2004-05-30 Andrew Pinski <pinskia@physics.uc.edu>pinskia2004-05-301-0/+4
* * c-common.c, calls.c, cfgcleanup.c, cgraph.c, cgraphunit.c,kazu2004-05-301-2/+2
* gcc/ChangeLog:bonzini2004-05-281-74/+206
* * fold-const.c (non_lvalue): Explicitly list the tree codes thatsayle2004-05-241-7/+41
* * fold-const.c (fold_read_from_constant_string): Convert result touweigand2004-05-221-2/+3
* * fold-const.c (fold, fold_relational_hi_lo,sayle2004-05-211-11/+11
* * tree.c (array_type_nelts, save_expr, substitute_in_expr,sayle2004-05-211-533/+550
* PR middle-end/3074sayle2004-05-201-171/+14
* 2004-05-19 Paolo Bonzini <bonzini@gnu.org>bonzini2004-05-191-1/+1
* * c-gimplify.c (c_genericize):steven2004-05-151-3/+3
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-61/+716
* * fold-const.c (fold_div_compare): New function to optimize X/C1 op C2sayle2004-05-081-0/+165
* * fold-const.c (fold_convert_const, fold): Add missingghazi2004-05-021-0/+5
* * bb-reorder.c, c-opts.c, cfglayout.c, cgraph.c, cgraphunit.c,kazu2004-04-301-1/+1
* * builtins.c, cgraph.c, cgraphunit.c, final.c, fold-const.c:kazu2004-04-291-1/+1
* * fold-const.c (fold): Prefer fold_convert (negate_expr (...)) tosayle2004-04-261-5/+17
* * fold-const.c (fold_convert): Make function extern/public.sayle2004-04-201-2/+1
* * builtins.c (fold_builtin_cabs, fold_builtin): Useghazi2004-04-141-49/+4
* * fold-const.c (fold_binary_op_with_conditional_arg): Tweaksayle2004-04-111-28/+37
* * fold-const.c (fold) <PLUS_EXPR>: Guard (-A)+B -> B-A transformationsayle2004-04-031-2/+3
* * fold-const.c (folda): Preserve types of comparisons.rth2004-04-011-7/+7
* PR c++/14755jakub2004-04-011-22/+8
* * expr.c (get_inner_reference): Use DECL_UNSIGNED, not TREE_UNSIGNED.kenner2004-04-011-1/+1
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-55/+59