Age | Commit message (Expand) | Author | Files | Lines |
2005-04-28 | bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN... | Kazu Hirata | 15 | -26/+31 |
2005-04-28 | * tree.h (edge_def): Remove. | Kazu Hirata | 2 | -2/+2 |
2005-04-28 | * config.gcc: Obsolete c4x-* and tic4x-*. | Kazu Hirata | 2 | -0/+4 |
2005-04-28 | modulo-sched.c, [...]: Use targetm.foo instead of (*targetm.foo). | Kazu Hirata | 3 | -8/+13 |
2005-04-28 | c-typeck.c (build_compound_expr): Correct logic in last change. | Joseph Myers | 4 | -4/+21 |
2005-04-27 | Fix issues brought up by Nathan's assertify patch for the ia64 backend. | James E Wilson | 2 | -67/+50 |
2005-04-28 | * doc/cpp.texi: gcc now implements universal character names. | Mike Stump | 2 | -2/+6 |
2005-04-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-04-27 | * Fix Paul's email address in ChangeLog entry. | Julian Brown | 1 | -1/+1 |
2005-04-27 | re PR c/21159 ("no effect" warning despite cast to void*) | Joseph Myers | 4 | -3/+32 |
2005-04-27 | Correct fixes for various hot/cold partitioning concerns. | Caroline Tice | 9 | -194/+302 |
2005-04-27 | tree-ssa-propagate.c (set_rhs): Revert last change. | Richard Guenther | 2 | -2/+5 |
2005-04-27 | * explow.c (convert_memory_address): Add gcc_assert. | Steve Ellcey | 2 | -0/+5 |
2005-04-27 | configure.ac: Check for ld --sysroot support. | Mark Mitchell | 5 | -0/+78 |
2005-04-27 | fold-const.c (fold_binary): Use build_fold_addr_expr for address calculation ... | Richard Guenther | 2 | -15/+8 |
2005-04-27 | postreload-gcse.c (hash_scan_set): Remove bogus assertion. | Andrew Haley | 2 | -3/+4 |
2005-04-27 | arm.h (CONDITIONAL_REGISTER_USAGE): Reserve arm frame pointer when thumb back... | Nathan Sidwell | 3 | -2/+11 |
2005-04-27 | gcj.texi (libgcj Runtime Properties): Remove obsolete gnu.gcj.runtime.NameFin... | Bryce McKinlay | 2 | -24/+16 |
2005-04-27 | * c-semantics.c (add_stmt): Don't test STATEMENT_CODE_P | Ian Lance Taylor | 2 | -1/+5 |
2005-04-27 | * tree-ssa-dce.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2005-04-27 | Fix a typo. | Kazu Hirata | 1 | -3/+2 |
2005-04-27 | explow.c (allocate_dynamic_stack_space SETJMP_VIA_SAVE_AREA): Kill setjmpless... | David S. Miller | 5 | -148/+50 |
2005-04-27 | fp-bit.c (abort): Add noreturn attribute. | Nathan Sidwell | 4 | -10/+17 |
2005-04-27 | tree-complex.c (expand_vector_operations_1): Do not build VIEW_CONVERT_EXPR's... | Paolo Bonzini | 2 | -3/+9 |
2005-04-27 | pa.h (PRINT_OPERAND_ADDRESS): Use gcc_assert, remove unnecessary noncanonical... | Nathan Sidwell | 3 | -13/+11 |
2005-04-27 | gen-vect-25.c: Make more portable. | Paolo Bonzini | 2 | -1/+9 |
2005-04-27 | arm.h (ARM_PRINT_OPERAND_ADDRESS): Use gcc_assert and gcc_unreachable as appr... | Nathan Sidwell | 7 | -468/+441 |
2005-04-27 | dojump.c: Fix comment typos. | Kazu Hirata | 7 | -64/+68 |
2005-04-27 | tree-flow.h (ssa_names): Change the type to VEC(tree,gc). | Kazu Hirata | 3 | -12/+24 |
2005-04-27 | be.po, [...]: Update. | Joseph Myers | 13 | -35281/+38257 |
2005-04-27 | re PR fortran/21177 (wrong code with NULL()) | François-Xavier Coudert | 4 | -10/+74 |
2005-04-27 | * dbxout.c (dbxout_type): Check use_gnu_debug_info_extensions. | Devang Patel | 2 | -1/+5 |
2005-04-27 | vax.c (vax_rtx_costs): Whitespace cleanup. | Matt Thomas | 2 | -36/+20 |
2005-04-27 | tree-ssa-propagate.c (set_rhs): Check operand of ADDR_EXPR for gimpliness, too. | Richard Guenther | 2 | -1/+7 |
2005-04-27 | * tree-ssa-pre.c: Fix a comment typo. | Kazu Hirata | 2 | -1/+5 |
2005-04-27 | re PR tree-optimization/21171 (IV OPTS removes does not create a new VOPs for... | Zdenek Dvorak | 4 | -0/+45 |
2005-04-27 | tree-complex.c (expand_vector_operation): New, extracted from expand_vector_o... | Paolo Bonzini | 29 | -110/+563 |
2005-04-27 | ia64.c (ia64_encode_addr_area): Use gcc_assert and gcc_unreachable as appropr... | Nathan Sidwell | 6 | -294/+278 |
2005-04-27 | vax.c (legitimate_constant_address_p): New. | Matt Thomas | 4 | -156/+287 |
2005-04-27 | * tree.h (phi_arg_d): Expand a comment in phi_arg_d. | Kazu Hirata | 2 | -1/+7 |
2005-04-27 | re PR c/21213 (segfault declaring a transparent union) | Joseph Myers | 4 | -1/+34 |
2005-04-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2005-04-27 | re PR c/20740 (cc1 segfaults) | Joseph Myers | 15 | -5/+211 |
2005-04-26 | tree.h (tree_phi_node): Add a comment about the order of PHI arguments. | Kazu Hirata | 2 | -0/+5 |
2005-04-26 | tree-ssa-loop-ivopts.c (ivopts_data, [...]): Use the VEC API instead of VARRAY. | Kazu Hirata | 2 | -24/+39 |
2005-04-26 | arm.md (thumb_mulsi3): Use two-operand assembly form. | Paul Brook | 2 | -2/+6 |
2005-04-26 | mips.c (mips_legitimize_tls_address): Use gcc_unreachable. | Nathan Sidwell | 6 | -14/+27 |
2005-04-26 | tree-flow-inline.h (op_iter_next_must_and_may_def): New. | Jeff Law | 4 | -38/+110 |
2005-04-26 | ssa-dse-1.c: New test. | Jeff Law | 8 | -0/+169 |
2005-04-26 | tree-cfg.c (bsi_replace): Delink immediate uses for the original stmt. | Andrew MacLeod | 2 | -0/+5 |