| Commit message (Expand) | Author | Age | Files | Lines |
* | * builtins.c (fold_builtin): Optimize cos(-x) as cos(x). | sayle | 2003-06-10 | 1 | -0/+8 |
* | * fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding | sayle | 2003-06-06 | 1 | -0/+99 |
* | * builtins.c (dconstpi, dconste): New mathematical constants. | sayle | 2003-06-04 | 1 | -2/+104 |
* | * builtins.def (BUILT_IN_CABS, BUILT_IN_CABSF, BUILT_IN_CABSL): | sayle | 2003-06-03 | 1 | -2/+71 |
* | * builtins.c (expand_builtin_memcpy): Remove endp argument and endp | jakub | 2003-06-03 | 1 | -72/+99 |
* | * tree.h (contains_placeholder_p): Now returns bool. | kenner | 2003-05-27 | 1 | -2/+2 |
* | * builtins.c (expand_builtin_memcpy): Use mode of dest_addr for | kraai | 2003-05-24 | 1 | -1/+1 |
* | * builtins.def: Defome atan, atanf, atanl, tan, tanf and tanl | sayle | 2003-05-23 | 1 | -0/+36 |
* | PR middle-end/10472 | sayle | 2003-05-18 | 1 | -6/+19 |
* | gcc: | ghazi | 2003-05-17 | 1 | -5/+5 |
* | gcc: | ghazi | 2003-05-08 | 1 | -4/+24 |
* | * real.c (real_powi): New function to calculate the value of | sayle | 2003-05-06 | 1 | -3/+23 |
* | * builtins.c (expand_builtin_stpcpy): Only expand when the length | ghazi | 2003-05-05 | 1 | -3/+7 |
* | * builtins.c (expand_builtin_mempcpy): New function. | jakub | 2003-05-05 | 1 | -2/+60 |
* | * builtins.c (expand_builtin_constant_p, expand_builtin_strlen, | ghazi | 2003-05-04 | 1 | -50/+32 |
* | * builtins.c (expand_builtin) <BUILT_IN_DWARF_FP_REGNUM>: Remove. | rth | 2003-05-04 | 1 | -2/+2 |
* | * emit-rtl.c (last_call_insn, add_function_usage_to): New functions. | kenner | 2003-05-03 | 1 | -23/+4 |
* | * builtins.c (expand_builtin_stpcpy): Copy `arglist' before | ghazi | 2003-05-03 | 1 | -2/+4 |
* | * builtins.def (BUILT_IN_BCOPY, BUILT_IN_MEMMOVE): New. | jakub | 2003-04-28 | 1 | -0/+95 |
* | PR optimization/10339 | sayle | 2003-04-23 | 1 | -69/+159 |
* | * builtins.c (expand_builtin): Don't expand a pure or const | sayle | 2003-04-20 | 1 | -0/+30 |
* | * builtins.c (expand_builtin_strlen): Evaluate the lengths of | sayle | 2003-04-14 | 1 | -5/+9 |
* | Fix formatting in last commit. | ghazi | 2003-04-14 | 1 | -3/+3 |
* | gcc: | ghazi | 2003-04-13 | 1 | -9/+69 |
* | * tree.c (build_constructor): New function. | zack | 2003-04-13 | 1 | -19/+0 |
* | * builtins.c (fold_builtin): Constant fold expressions as x*0.5 | sayle | 2003-04-08 | 1 | -8/+83 |
* | * emit-rtl.c (dconstm2, dconsthalf): New real constants. | sayle | 2003-03-31 | 1 | -7/+95 |
* | gcc: | ghazi | 2003-03-24 | 1 | -1/+5 |
* | * builtins.c (expand_builtin_unop): New target_mode operand; | rth | 2003-03-18 | 1 | -9/+17 |
* | * builtins.c (purge_builtin_constant_p): Handle subreg of | aoliva | 2003-02-26 | 1 | -2/+5 |
* | * fold-const.c (omit_one_operand): No longer static. | sayle | 2003-02-22 | 1 | -14/+53 |
* | * i386.c (builtin_description): Add __builtin_ia32_paddq and | hubicka | 2003-02-22 | 1 | -1/+1 |
* | PR optimization/8613 | ebotcazou | 2003-02-21 | 1 | -0/+3 |
* | * builtins.c: Fix failures caused by commit of the wrong patch. | sayle | 2003-02-11 | 1 | -3/+5 |
* | * optabs.h (enum optab_index): Add new OTI_pow and OTI_atan2. | sayle | 2003-02-11 | 1 | -26/+149 |
* | * builtin-types.def (BT_FN_FLOAT_FLOAT_FLOAT): New built-in type. | sayle | 2003-02-07 | 1 | -0/+24 |
* | 2003-02-01 Richard Henderson <rth@redhat.com> | rth | 2003-02-01 | 1 | -6/+42 |
* | * builtins.c (purge_builtin_constant_p): Scan insn stream | sayle | 2003-01-25 | 1 | -19/+13 |
* | * function.h (struct function): New field calls_constant_p. | sayle | 2003-01-25 | 1 | -0/+2 |
* | * builtins.c (fold_trunc_transparent_mathfn): New function. | hubicka | 2003-01-25 | 1 | -0/+48 |
* | * builtins.c (fold_trunc_transparent_mathfn): Undo accidental commit. | hubicka | 2003-01-25 | 1 | -1/+0 |
* | * builtins.c (DEF_BUILTIN): Accept 10 arguments. | hubicka | 2003-01-24 | 1 | -14/+183 |
* | PR optimization/8423 | sayle | 2003-01-23 | 1 | -2/+31 |
* | * real.c (real_sqrt): Return a bool result indicating whether | sayle | 2003-01-15 | 1 | -6/+4 |
* | Merge basic-improvements-branch to trunk | zack | 2002-12-16 | 1 | -3/+185 |
* | PR c++/8332 | mmitchel | 2002-12-01 | 1 | -2/+7 |
* | * builtins.c: Fix formatting. | kazu | 2002-11-17 | 1 | -38/+41 |
* | gcc/ | rth | 2002-09-17 | 1 | -0/+33 |
* | gcc/ | rth | 2002-09-16 | 1 | -1/+4 |
* | * builtin-types.def (BT_FN_FLOAT): New. | rth | 2002-09-04 | 1 | -0/+24 |