index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
fold-const.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR c/11449
kazu
2003-07-10
1
-10
/
+22
*
* fold-const.c: Properly wrap prototypes.
aj
2003-07-10
1
-28
/
+41
*
* fold-const.c (make_range): Do not access operand 1 for a
mmitchel
2003-07-09
1
-1
/
+2
*
2003-07-07 Andreas Jaeger <aj@suse.de>
aj
2003-07-07
1
-5
/
+2
*
* expr.c (do_store_flag): Pass in the correct result type
law
2003-07-04
1
-1
/
+1
*
* real.c (real_trunc, real_floor, real_ceil): New functions
sayle
2003-07-03
1
-0
/
+11
*
PR target/10700
sayle
2003-07-03
1
-19
/
+0
*
* expr.c (do_store_flag): Remove special case folding for
law
2003-07-03
1
-17
/
+116
*
PR optimization/11210
ebotcazou
2003-07-02
1
-0
/
+14
*
* fold-const.c: Convert prototypes to ISO C90.
aj
2003-07-01
1
-312
/
+148
*
* basic-block.h: Fix comment typos.
kazu
2003-07-01
1
-1
/
+1
*
* alloc-pool.c: Fix comment formatting.
kazu
2003-06-29
1
-1
/
+1
*
PR optimization/11210
ebotcazou
2003-06-29
1
-2
/
+1
*
PR optimization/11210
ebotcazou
2003-06-26
1
-1
/
+2
*
* basic-block.h: Fix comment formatting.
kazu
2003-06-23
1
-1
/
+1
*
cp:
ghazi
2003-06-16
1
-2
/
+2
*
* fold-const.c (operand_equal_p): Consider two calls to "const"
sayle
2003-06-16
1
-2
/
+44
*
* builtins.c: Fix comment typos.
kazu
2003-06-13
1
-2
/
+2
*
* fold-const.c (tree_expr_nonnegative_p): Fix misspelling
kraai
2003-06-13
1
-1
/
+1
*
PR middle-end/168
sayle
2003-06-12
1
-7
/
+78
*
* fold-const.c (tree_expr_nonnegative_p): Add support for
sayle
2003-06-12
1
-1
/
+21
*
* builtins.c (fold_builtin): Optimize cos(-x) as cos(x).
sayle
2003-06-10
1
-0
/
+119
*
* fold-const.c (fold <EQ_EXPR>): Don't fold x == x only if x
sayle
2003-06-10
1
-3
/
+6
*
* fold-const.c (operand_equal_p): Handle ADDR_EXPR and TRUTH_NOT_EXPR.
jason
2003-06-09
1
-3
/
+13
*
* fold-const.c (fold): Fix a comment typo.
kazu
2003-06-09
1
-1
/
+1
*
* fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding
sayle
2003-06-06
1
-16
/
+47
*
* flags.h (flag_wrapv): New flag controlling overflow semantics.
sayle
2003-05-31
1
-1
/
+3
*
* tree.h (contains_placeholder_p): Now returns bool.
kenner
2003-05-27
1
-8
/
+9
*
* real.c (real_maxval): New function to return the largest finite
sayle
2003-05-23
1
-7
/
+33
*
* fold-const.c (fold_range_test): Use RANGE_TEST_NON_SHORT_CIRCUIT
dje
2003-04-22
1
-1
/
+5
*
* fold-const.c (fold, case PLUS_EXPR and case MULT_EXPR): Restore
kenner
2003-04-21
1
-7
/
+16
*
Revert hunks not part of last patch.
kenner
2003-04-21
1
-16
/
+7
*
* fold-const.c (extract_muldiv, case CONVERT_EXPR): Detect case
kenner
2003-04-21
1
-7
/
+16
*
* tree.c (skip_simple_arithmetics_at, saved_expr_p): New functions.
kenner
2003-04-16
1
-15
/
+13
*
* fold-const.c (fold): Reorder tests for conditional expressions.
kenner
2003-04-14
1
-8
/
+8
*
* fold-const.c (fold): Transform (c1 - x) cmp c2, where cmp is a
sayle
2003-04-14
1
-0
/
+13
*
* fold-const.c (fold): Use "fold" following build in more places.
sayle
2003-04-08
1
-12
/
+70
*
* fold-const.c (fold_inf_compare): New function to simplify FP
sayle
2003-03-28
1
-14
/
+93
*
PR c/8224
mmitchel
2003-03-23
1
-1
/
+6
*
* fold-const.c (extract_muldiv_1): Revert changing order of
rth
2003-03-21
1
-8
/
+0
*
* fold-const.c (fold_mathfn_compare): New function to simplify
sayle
2003-03-20
1
-0
/
+155
*
* fold-const.c (fold): Fold A - (A & B) into ~B & A.
kazu
2003-03-20
1
-0
/
+16
*
* fold-const.c (omit_one_operand): No longer static.
sayle
2003-02-22
1
-2
/
+1
*
* fold-const.c (fold_real_zero_addition_p): Don't fold a zero
sayle
2003-02-19
1
-0
/
+4
*
* fold-const.c (negate_expr_p): New function to determine whether
sayle
2003-02-18
1
-9
/
+60
*
* fold-const.c (extract_muldiv_1): Rename from extract_muldiv;
rth
2003-02-16
1
-0
/
+34
*
* defaults.h (CLZ_DEFINED_VALUE_AT_ZERO): New.
rth
2003-02-05
1
-2
/
+8
*
2003-02-01 Richard Henderson <rth@redhat.com>
rth
2003-02-01
1
-0
/
+4
*
PR f/9258
hubicka
2003-01-15
1
-0
/
+18
*
* convert.c (strip_float_extensions): Look for narrowest type handling
hubicka
2003-01-14
1
-0
/
+12
[next]