| Commit message (Expand) | Author | Age | Files | Lines |
* | PR target/11184 | mmitchel | 2003-09-18 | 1 | -73/+20 |
* | * builtins.c (fold_builtin_logarithm): if N can't be truncated to | ghazi | 2003-09-11 | 1 | -5/+10 |
* | * builtins.c (builtin_dconsts_init, dconstpi, dconste, | ghazi | 2003-09-11 | 1 | -28/+0 |
* | * builtins.c (real_dconstp, fold_builtin_logarithm, | ghazi | 2003-09-09 | 1 | -98/+234 |
* | * builtins.c (fold_builtin_cabs): Protect the complex argument | sayle | 2003-09-09 | 1 | -0/+2 |
* | * builtins.c (apply_args_size): Guard against a NULL cfun. | dj | 2003-09-04 | 1 | -4/+4 |
* | * targhooks.c: New file. | dj | 2003-09-04 | 1 | -23/+12 |
* | * builtins.c (expand_builtin_setjmp): Use emit_jump to jump around | hainque | 2003-08-31 | 1 | -3/+4 |
* | * builtins.c (expand_builtin_constant_p): Check cse_not_expected here, | rth | 2003-08-29 | 1 | -6/+9 |
* | * builtins.c (mathfn_built_in): Handle new math builtins. | ghazi | 2003-08-29 | 1 | -0/+61 |
* | * builtins.c (expand_builtin_expect_jump): Save pending_stack_adjust | jakub | 2003-08-27 | 1 | -1/+5 |
* | * builtins.c (fold_builtin_bitop): New function to perform constant | sayle | 2003-08-26 | 1 | -0/+126 |
* | * builtins.c (build_function_call_expr): Don't set | nathan | 2003-08-26 | 1 | -1/+0 |
* | * builtins.c (expand_builtin_mathfn): Rearrange so that we only | sayle | 2003-08-26 | 1 | -32/+76 |
* | * builtins.c (expand_builtin_mathfn): Use get_callee_fndecl. | jason | 2003-08-20 | 1 | -7/+7 |
* | * builtins.c: Fix comment typos. | kazu | 2003-08-19 | 1 | -1/+1 |
* | * builtins.c (CASE_MATHFN): New helper macro. | ghazi | 2003-08-14 | 1 | -200/+39 |
* | * builtins.c (expand_builtin_strcat): Optimize constant strings. | ghazi | 2003-08-11 | 1 | -3/+46 |
* | * builtins.c (expand_builtin): When not optimizing, call the library | sayle | 2003-08-06 | 1 | -91/+6 |
* | * fold-const.c (fold <MULT_EXPR>): Optimize both x*pow(x,c) and | sayle | 2003-08-01 | 1 | -32/+15 |
* | * builtins.def (BUILT_IN_PRINTF, BUILT_IN_FPRINTF): Changed from | sayle | 2003-07-24 | 1 | -11/+261 |
* | * alias.c alloc-pool.c bitmap.c bitmap.h bt-load.c builtins.c | ghazi | 2003-07-19 | 1 | -1/+1 |
* | * optabs.c (prepare_cmp_insn): Try cmpmemM first if it exists, | jakub | 2003-07-11 | 1 | -5/+24 |
* | * real.c (real_trunc, real_floor, real_ceil): New functions | sayle | 2003-07-03 | 1 | -3/+203 |
* | * builtins.c (expand_builtin_mathfn, expand_builtin_mathfn_2): Avoid | hubicka | 2003-06-29 | 1 | -0/+9 |
* | * alloc-pool.c: Fix comment formatting. | kazu | 2003-06-29 | 1 | -1/+1 |
* | * builtins.c: Follow spelling conventions. | kazu | 2003-06-28 | 1 | -2/+2 |
* | Typo fix. | jakub | 2003-06-28 | 1 | -1/+1 |
* | * builtins.c (c_strlen): Add only_value argument. | jakub | 2003-06-28 | 1 | -13/+48 |
* | * 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 |