Age | Commit message (Expand) | Author | Files | Lines |
2005-03-11 | re PR target/20415 (Vector init builtin produces invalid instruction pshufw) | Richard Henderson | 3 | -6/+23 |
2005-03-11 | Main.java (main): Handle '-p'. | Tom Tromey | 2 | -2/+12 |
2005-03-11 | mips.h (mips_fix_vr4130_string): Declare. | Richard Sandiford | 12 | -19/+150 |
2005-03-11 | mips.c (override_options): Only warn about -mint64 deprecation if TARGET_INT64. | Richard Sandiford | 2 | -1/+6 |
2005-03-11 | builtin-attrs.def (ATTR_NONNULL_LIST, [...]): New "nonnull" attribute lists w... | Kaveh R. Ghazi | 3 | -60/+69 |
2005-03-11 | basic-block.h (single_succ_p, [...]): Improve comments. | Zdenek Dvorak | 2 | -4/+13 |
2005-03-11 | basic-block.h (single_succ_p, [...]): New inline functions. | Zdenek Dvorak | 47 | -324/+448 |
2005-03-11 | [multiple changes] | Francois-Xavier Coudert | 2 | -0/+13 |
2005-03-10 | re PR tree-optimization/15784 (fold misses binary optimization) | Jeff Law | 3 | -5/+26 |
2005-03-11 | re PR tree-optimization/20130 (Fold a * -1 - 1 into ~a;) | James A. Morrison | 4 | -0/+27 |
2005-03-11 | re PR rtl-optimization/20331 (Wrong code generation for the argument of the p... | Kaz Kojima | 2 | -4/+10 |
2005-03-11 | * config.gcc (hppa*64*-*-hpux11*): Use pa/t-hpux-shlib. | Joseph Myers | 2 | -1/+5 |
2005-03-11 | re PR target/20095 (gcc.dg/cleanup-5.c fails on ia64-hpux) | Steve Ellcey | 2 | -1/+7 |
2005-03-11 | * objc.dg/stabs-1.m (dg-final): Change regexp pattern for hppa SOM. | John David Anglin | 2 | -1/+5 |
2005-03-11 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-03-10 | expr.c (expand_expr_real_1): If possible, use a conditional move for expandin... | Steven Bosscher | 2 | -8/+55 |
2005-03-10 | forced1.C: Fix comment. | Steve Ellcey | 5 | -4/+11 |
2005-03-10 | re PR rtl-optimization/20412 (RTL checking failure in the combiner) | Andrew Pinski | 4 | -1/+32 |
2005-03-10 | builtins.c (expand_builtin_signbit): Extend to handle floating point modes wi... | Roger Sayle | 4 | -34/+67 |
2005-03-10 | re PR target/20322 (Miscompilation of libcpp/expr.c at -O2+) | Jakub Jelinek | 4 | -0/+77 |
2005-03-10 | * doc/invoke.texi: Add 8540 to list of cpus in rs6000 cpu section. | Aldy Hernandez | 2 | -1/+5 |
2005-03-10 | re PR java/20312 (No warning on bad method) | Ranjit Mathew | 2 | -5/+7 |
2005-03-10 | * tree-outof-ssa.c (analyze_edges_for_bb): Update a comment. | Kazu Hirata | 2 | -2/+3 |
2005-03-10 | tree-outof-ssa.c (analyze_edges_for_bb): Make the return type void. | Kazu Hirata | 2 | -15/+20 |
2005-03-10 | * config/xtensa/xtensa.h (MEMBER_TYPE_FORCES_BLK): Define. | Bob Wilson | 2 | -0/+13 |
2005-03-10 | * bitmap.c (bitmap_copy): Remove manual loop unrolling. | Nathan Sidwell | 2 | -11/+3 |
2005-03-10 | value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 1 | -4/+2 |
2005-03-10 | value-prof.c (rtl_find_values_to_profile): Use gcc_assert and gcc_unreachable. | Nathan Sidwell | 6 | -193/+151 |
2005-03-10 | re PR target/20375 (C++ ICE in assign_parm_find_entry_rtl) | Nathan Sidwell | 4 | -29/+41 |
2005-03-10 | PR c++/18384, c++/18327 | Jakub Jelinek | 4 | -19/+27 |
2005-03-10 | (load_sda_base_32): New pattern. Loads sda base address on medium model. | Kazuhiro Inaoka | 2 | -0/+13 |
2005-03-10 | Makefile.in (tree-optimize.o): Add CFGLOOP_H dependence. | Zdenek Dvorak | 17 | -38/+261 |
2005-03-10 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-03-10 | re PR inline-asm/20314 (Bogus differ in number of alternatives error) | Jakub Jelinek | 6 | -3/+185 |
2005-03-09 | xtensa.h (TRAMPOLINE_TEMPLATE): Use "no-transform" assembly directive instead... | Bob Wilson | 2 | -2/+7 |
2005-03-09 | s390.c (s390_secondary_output_reload_class): Adapt check for non-offsettable ... | Ulrich Weigand | 5 | -5/+59 |
2005-03-09 | builtins.c (fold_builtin_cbrt, [...]): Rearrange code. | Kaveh R. Ghazi | 5 | -83/+161 |
2005-03-09 | * fold-const.c (fold_unary_to_constant): Add FIX_ROUND_EXPR case. | Kaveh R. Ghazi | 2 | -0/+5 |
2005-03-09 | fold-const.c (fold_unary, [...]): Take decomposed arguments, code, type, op0,... | Kazu Hirata | 2 | -16/+18 |
2005-03-09 | fold-const.c (fold_unary, [...]): Return NULL_TREE when a given tree is not s... | Kazu Hirata | 2 | -33/+44 |
2005-03-09 | re PR java/20338 (Program compiled with gcj crashes when accessing private st... | Ranjit Mathew | 2 | -2/+9 |
2005-03-09 | re PR c++/20208 (No array-to-pointer decay happens for template functions) | Mark Mitchell | 4 | -0/+28 |
2005-03-09 | builtins.c (fold_builtin_unordered_cmp): Change prototype to take a fndecl an... | Roger Sayle | 2 | -11/+17 |
2005-03-09 | re PR c++/16859 (Empty initializer for array of unknown size spuriously accep... | Paolo Carlini | 2 | -0/+10 |
2005-03-09 | re PR c++/16859 (Empty initializer for array of unknown size spuriously accep... | Paolo Carlini | 2 | -4/+15 |
2005-03-09 | cfgbuild.c (state, [...]): Move just before make_edges. | Kazu Hirata | 2 | -19/+35 |
2005-03-09 | re PR c++/20186 (ICE with static_cast and type dependent variable (templates)) | Nathan Sidwell | 4 | -1/+69 |
2005-03-09 | * tree-ssa-loop-im.c (lhs): Remove. | Kazu Hirata | 2 | -2/+3 |
2005-03-09 | * tree-ssa-alias.c (may_alias_p): Remove v_ann. | Kazu Hirata | 2 | -2/+3 |
2005-03-09 | * tree-sra.c (decide_block_copy): Remove inst_count. | Kazu Hirata | 2 | -2/+3 |