Age | Commit message (Expand) | Author | Files | Lines |
2003-07-03 | real.c (real_trunc, [...]): New functions to implement trunc, floor and ceil ... | Roger Sayle | 1 | -3/+203 |
2003-06-29 | builtins.c (expand_builtin_mathfn, [...]): Avoid busy work when builtin is no... | Jan Hubicka | 1 | -0/+9 |
2003-06-29 | alloc-pool.c: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-28 | builtins.c: Follow spelling conventions. | Kazu Hirata | 1 | -2/+2 |
2003-06-28 | Typo fix. | Jakub Jelinek | 1 | -1/+1 |
2003-06-28 | builtins.c (c_strlen): Add only_value argument. | Jakub Jelinek | 1 | -13/+48 |
2003-06-27 | rtl.h (emit_note): Remove FILE parameter. | Nathan Sidwell | 1 | -1/+1 |
2003-06-27 | builtins.c (expand_builtin_sprintf): Use c_getstr and strlen to obtain the fo... | Roger Sayle | 1 | -24/+17 |
2003-06-26 | builtins.c (expand_builtin_mathfn): Always stabilize the argument list agains... | Roger Sayle | 1 | -65/+37 |
2003-06-25 | re PR rtl-optimization/11311 (ICE with pow and large exponent) | Roger Sayle | 1 | -1/+1 |
2003-06-24 | builtins.c (expand_builtin_strcpy): Don't evaluate side-effects in src twice. | Jakub Jelinek | 1 | -1/+1 |
2003-06-24 | builtins.c (expand_builtin): Use expand_builtin_pow to expand calls for pow... | Roger Sayle | 1 | -0/+254 |
2003-06-23 | basic-block.h: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2003-06-23 | builtins.c (expand_builtin_mathfn_2): Use tree_cons to build up the stabilize... | Roger Sayle | 1 | -10/+114 |
2003-06-19 | builtins.c (expand_errno_check): Assume that flag_errno_math and HONOR_NANS h... | Roger Sayle | 1 | -85/+115 |
2003-06-16 | decl.c, [...]: Don't use the PTR macro. | Kaveh R. Ghazi | 1 | -10/+10 |
2003-06-16 | builtin-attrs.def, [...]: Don't use macros from "symcat.h", instead rely on I... | Kaveh R. Ghazi | 1 | -1/+1 |
2003-06-16 | optabs.h (enum optab_index): Add new OTI_tan and OTI_atan. | Roger Sayle | 1 | -9/+23 |
2003-06-15 | alloc-pool.c: Convert to ISO C90 prototypes. | Andreas Jaeger | 1 | -340/+170 |
2003-06-15 | builtins.c (expand_builtin_expect_jump): Remove redundant tests that are also... | Kazu Hirata | 1 | -7/+2 |
2003-06-13 | builtins.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2003-06-10 | builtins.c (fold_builtin): Optimize cos(-x) as cos(x). | Roger Sayle | 1 | -0/+8 |
2003-06-06 | fold-const.c (fold <ABS_EXPR>): Re-fold the result of folding fabs(-x) into f... | Roger Sayle | 1 | -0/+99 |
2003-06-04 | builtins.c (dconstpi, dconste): New mathematical constants. | Roger Sayle | 1 | -2/+104 |
2003-06-03 | builtins.def (BUILT_IN_CABS, [...]): New builtins representing ISO C99's cabs... | Roger Sayle | 1 | -2/+71 |
2003-06-03 | builtins.c (expand_builtin_memcpy): Remove endp argument and endp != 0 handling. | Jakub Jelinek | 1 | -72/+99 |
2003-05-27 | tree.h (contains_placeholder_p): Now returns bool. | Richard Kenner | 1 | -2/+2 |
2003-05-24 | builtins.c (expand_builtin_memcpy): Use mode of dest_addr for intermediate co... | Matt Kraai | 1 | -1/+1 |
2003-05-23 | builtins.def: Defome atan... | Roger Sayle | 1 | -0/+36 |
2003-05-18 | re PR middle-end/10472 (ICE in instantiate_virtual_regs_lossage) | Roger Sayle | 1 | -6/+19 |
2003-05-17 | builtins.c (validate_arglist): Eliminate libiberty VA_ macros, always use std... | Kaveh R. Ghazi | 1 | -5/+5 |
2003-05-08 | builtins.c (readonly_data_expr): New function. | Kaveh R. Ghazi | 1 | -4/+24 |
2003-05-06 | real.c (real_powi): New function to calculate the value of a real raised to a... | Roger Sayle | 1 | -3/+23 |
2003-05-05 | builtins.c (expand_builtin_stpcpy): Only expand when the length of the source... | Kaveh R. Ghazi | 1 | -3/+7 |
2003-05-05 | builtins.c (expand_builtin_mempcpy): New function. | Jakub Jelinek | 1 | -2/+60 |
2003-05-04 | builtins.c (expand_builtin_constant_p, [...]): Update prototypes. | Kaveh R. Ghazi | 1 | -50/+32 |
2003-05-03 | builtins.c (expand_builtin): Remove. | Richard Henderson | 1 | -2/+2 |
2003-05-03 | emit-rtl.c (last_call_insn, [...]): New functions. | Olivier Hainque | 1 | -23/+4 |
2003-05-03 | builtins.c (expand_builtin_stpcpy): Copy `arglist' before modifying it. | Kaveh R. Ghazi | 1 | -2/+4 |
2003-04-28 | builtins.def (BUILT_IN_BCOPY, [...]): New. | Jakub Jelinek | 1 | -0/+95 |
2003-04-23 | re PR rtl-optimization/10339 ([sparc,ppc,ppc64] Invalid optimization: replaci... | Roger Sayle | 1 | -69/+159 |
2003-04-20 | builtins.c (expand_builtin): Don't expand a pure or const built-in function i... | Roger Sayle | 1 | -0/+30 |
2003-04-14 | builtins.c (expand_builtin_strlen): Evaluate the lengths of string literals a... | Roger Sayle | 1 | -5/+9 |
2003-04-14 | Fix formatting in last commit. | Kaveh Ghazi | 1 | -3/+3 |
2003-04-13 | builtins.c (expand_builtin_memcpy): Add `endp' argument, use it. | Kaveh R. Ghazi | 1 | -9/+69 |
2003-04-13 | tree.c (build_constructor): New function. | Zack Weinberg | 1 | -19/+0 |
2003-04-08 | builtins.c (fold_builtin): Constant fold expressions as x*0.5 instead of x/2.0. | Roger Sayle | 1 | -8/+83 |
2003-03-31 | emit-rtl.c (dconstm2, dconsthalf): New real constants. | Roger Sayle | 1 | -7/+95 |
2003-03-24 | builtins.c (expand_builtin_fputs): When optimizing for size, don't transform ... | Arpad Beszedes | 1 | -1/+5 |
2003-03-18 | builtins.c (expand_builtin_unop): New target_mode operand; use it to convert ... | Richard Henderson | 1 | -9/+17 |