| Commit message (Expand) | Author | Age | Files | Lines |
* | * rtl.h (emit_note): Remove FILE parameter. | nathan | 2003-06-27 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to | sayle | 2003-06-27 | 1 | -24/+17 |
* | * builtins.c (expand_builtin_mathfn): Always stabilize the argument | sayle | 2003-06-26 | 1 | -65/+37 |
* | PR optimization/11311 | sayle | 2003-06-25 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in | jakub | 2003-06-24 | 1 | -1/+1 |
* | * builtins.c (expand_builtin): Use expand_builtin_pow to expand | sayle | 2003-06-24 | 1 | -0/+254 |
* | * basic-block.h: Fix comment formatting. | kazu | 2003-06-23 | 1 | -1/+1 |
* | * builtins.c (expand_builtin_mathfn_2): Use tree_cons to build | sayle | 2003-06-23 | 1 | -10/+114 |
* | * builtins.c (expand_errno_check): Assume that flag_errno_math | sayle | 2003-06-19 | 1 | -85/+115 |
* | cp: | ghazi | 2003-06-16 | 1 | -10/+10 |
* | * builtin-attrs.def, builtin-attrs.def, builtins.c, cpplex.c, | ghazi | 2003-06-16 | 1 | -1/+1 |
* | * optabs.h (enum optab_index): Add new OTI_tan and OTI_atan. | sayle | 2003-06-16 | 1 | -9/+23 |
* | * alloc-pool.c: Convert to ISO C90 prototypes. | aj | 2003-06-15 | 1 | -340/+170 |
* | * builtins.c (expand_builtin_expect_jump): Remove redundant | kazu | 2003-06-15 | 1 | -7/+2 |
* | * builtins.c: Fix comment typos. | kazu | 2003-06-13 | 1 | -1/+1 |
* | * 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 |