summaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
Commit message (Expand)AuthorAgeFilesLines
* 2006-08-26 Richard Guenther <rguenther@suse.de>rguenth2006-08-251-1/+2
* 2006-07-07 Richard Guenther <rguenther@suse.de>rguenth2006-07-071-2/+2
* 2006-07-05 Richard Guenther <rguenther@suse.de>rguenth2006-07-051-4/+4
* PR middle-end/28151ebotcazou2006-06-251-48/+34
* * expr.c (expand_expr_real_1) <VECTOR_CST>: For vector constants withsayle2006-06-201-7/+5
* 2006-06-19 Richard Guenther <rguenther@suse.de>rguenth2006-06-191-0/+5
* 2006-06-16 Richard Guenther <rguenther@suse.de>rguenth2006-06-161-50/+54
* 2006-06-16 Michael Matz <matz@suse.de>rguenth2006-06-161-1/+7
* 2006-06-15 Richard Guenther <rguenther@suse.de>rguenth2006-06-151-30/+44
* Check for Objective-C++ in deciding certain COND_EXPRfjahanian2006-06-131-1/+2
* 2006-06-08 Richard Guenther <rguenther@suse.de>rguenth2006-06-081-2/+6
* gcc:shinwell2006-06-041-2/+9
* 2006-06-04 Richard Guenther <rguenther@suse.de>rguenth2006-06-041-28/+35
* * fold-const.c (fold_unary) <CONJ_EXPR>: Ensure folded expressionssayle2006-06-021-34/+55
* PR tree-optimization/23452sayle2006-05-301-0/+57
* 2006-05-27 Richard Guenther <rguenther@suse.de>rguenth2006-05-271-8/+2
* 2006-05-25 Richard Guenther <rguenther@suse.de>rguenth2006-05-251-1/+1
* gcc/kazu2006-05-211-2/+4
* PR middle-end/27384reichelt2006-05-111-3/+3
* PR middle-end/27488reichelt2006-05-111-0/+3
* 2006-05-11 Richard Guenther <rguenther@suse.de>rguenth2006-05-111-4/+11
* 2006-05-10 Richard Guenther <rguenther@suse.de>rguenth2006-05-101-0/+16
* 2006-05-09 Dirk Mueller <dmueller@suse.de>rguenth2006-05-091-1/+1
* * fold-const.c (range_predecessor): Use operand_equal_pebotcazou2006-04-231-2/+4
* PR rtl-optimization/26026amodra2006-04-181-21/+33
* PR target/26961sayle2006-04-171-4/+12
* * cfgcleanup.c, config/dfp-bit.c, expr.c, fold-const.c,kazu2006-04-151-1/+1
* * fold-const.c (native_encode_vector, native_interpret_real):sayle2006-04-131-3/+3
* * fold-const.c (native_encode_expr): New function to encodesayle2006-04-131-2/+397
* 2006-04-05 Richard Guenther <rguenther@suse.de>rguenth2006-04-051-27/+28
* * fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & Y) ^ Y assayle2006-03-281-0/+78
* * fold-const.c (fold_unary) <NOP_EXPR>: Fold (T1)(~(T2)X) assayle2006-03-281-0/+16
* PR middle-end/22524sayle2006-03-281-1/+2
* PR middle-end/26717uros2006-03-251-2/+18
* Move around a couple of hunks and add a missing one for commit 111866ebotcazou2006-03-141-30/+28
* * fold-const.c (build_range_check): Make sure to use a valid type toebotcazou2006-03-091-59/+84
* 2006-03-09 Roger Sayle <roger@eyesopen.com>sayle2006-03-091-5/+21
* 2006-01-23 Andrew Pinski <pinskia@physics.uc.edu>pinskia2006-03-011-20/+0
* * fold-const.c (fold_binary) <EQ_EXPR>: Fold (~X & C) eq/ne 0 assayle2006-02-271-0/+44
* * fold-const.c (fold_binary) <BIT_XOR_EXPR>: Fold (X & 1) ^ 1 assayle2006-02-261-0/+29
* 2006-02-26 Roger Sayle <roger@eyesopen.com>sayle2006-02-261-0/+46
* PR middle-end/23673sayle2006-02-251-0/+26
* * fold-const.c (fold_comparison): New subroutine of fold_binarysayle2006-02-241-686/+693
* PR middle-end/25600sayle2006-02-181-0/+24
* * tree-vrp.c (set_value_range_to_nonnegative): New function.law2006-02-171-0/+10
* PR middle-end/23670sayle2006-02-141-0/+40
* PR middle-end/24427sayle2006-02-131-0/+57
* * fold-const.c (tree_expr_nonzero_p): Fix thinko.law2006-02-101-1/+1
* 2006-02-09 Andrew Pinski <pinskia@physics.uc.edu>pinskia2006-02-091-0/+24
* * tree.def (CHAR_TYPE): Remove.sayle2006-02-081-7/+4