| Commit message (Expand) | Author | Age | Files | Lines |
* | * defaults.h, stmt.c, tree-cfg.c, tree-ssa-dce.c: Fix comment | kazu | 2004-12-13 | 1 | -3/+4 |
* | * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge): | steven | 2004-11-29 | 1 | -7/+1 |
* | * optabs.h (force_expand_binop): Declare. | rsandifo | 2004-11-24 | 1 | -29/+1 |
* | * function.c (expand_function_end): Remove an "if" statement | kazu | 2004-11-11 | 1 | -7/+1 |
* | * stmt.c (expand_asm, expand_asm_operands): Make them static. | kazu | 2004-11-04 | 1 | -2/+2 |
* | * stmt.c (expand_case): Speed up code to detect duplicate case | law | 2004-11-03 | 1 | -9/+12 |
* | * stmt.c (expand_case): Update a comment. | kazu | 2004-10-26 | 1 | -3/+2 |
* | * stmt.c (expand_case): Put an assertion that index_expr is | kazu | 2004-10-26 | 1 | -47/+20 |
* | * stmt.c (expand_case): Remove code to handle SWITCH_EXPR with | kazu | 2004-10-26 | 1 | -16/+13 |
* | * stmt.c (expand_case): Remove an obsolete comment. | kazu | 2004-10-25 | 1 | -2/+1 |
* | * stmt.c (expand_case): Handle the default label outside of | kazu | 2004-10-24 | 1 | -22/+15 |
* | * stmt.c (asm_op_is_mem_input): Remove. | kazu | 2004-10-22 | 1 | -27/+0 |
* | * expr.c (expand_assignment): Remove the last argument. | kazu | 2004-10-19 | 1 | -1/+1 |
* | 2004-10-14 Andrew Pinski <pinskia@physics.uc.edu> | pinskia | 2004-10-14 | 1 | -6/+12 |
* | PR middle-end/17657 | sayle | 2004-10-11 | 1 | -36/+68 |
* | * stmt.c (expand_decl_init): Remove. | kazu | 2004-10-08 | 1 | -42/+0 |
* | * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c, | kazu | 2004-09-25 | 1 | -1/+1 |
* | * tree-inline.c (copy_tree_r): Don't duplicate constants, they're | geoffk | 2004-09-18 | 1 | -7/+9 |
* | 2004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com> | zack | 2004-09-17 | 1 | -4/+2 |
* | gcc: | jsm28 | 2004-09-15 | 1 | -16/+20 |
* | * unroll.c: Removed. | rakdver | 2004-09-14 | 1 | -1/+0 |
* | * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1, | nathan | 2004-09-09 | 1 | -57/+45 |
* | * tree.h (build_int_cst): New, sign extended constant. | nathan | 2004-08-25 | 1 | -4/+5 |
* | * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | rth | 2004-08-18 | 1 | -2/+0 |
* | 2004-08-17 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-17 | 1 | -10/+0 |
* | .: | nathan | 2004-08-15 | 1 | -3/+4 |
* | * stmt.c (expand_return): If asked to return the RESULT_DECL, | zack | 2004-08-11 | 1 | -5/+8 |
* | * builtins.def (BUILT_IN_STACK_ALLOC): Remove. | rth | 2004-08-11 | 1 | -34/+0 |
* | 2004-08-09 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-08-09 | 1 | -364/+70 |
* | * cfgexpand.c (tree_expand_cfg): Fix comment. | steven | 2004-07-27 | 1 | -21/+0 |
* | * convert.c (convert_to_real, convert_to_integer, | sayle | 2004-07-25 | 1 | -18/+18 |
* | 2004-07-21 Eric Christopher <echristo@redhat.com> | echristo | 2004-07-21 | 1 | -174/+3 |
* | * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | steven | 2004-07-21 | 1 | -47/+1 |
* | * c-common.h (check_case_value): Remove prototype. | steven | 2004-07-20 | 1 | -254/+31 |
* | * cfgcleanup.c (try_simplify_condjump): Don't remove line | steven | 2004-07-17 | 1 | -287/+13 |
* | * c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION | bothner | 2004-07-14 | 1 | -2/+2 |
* | 2004-07-14 Paolo Bonzini <bonzini@gnu.org> | bonzini | 2004-07-14 | 1 | -26/+1 |
* | * expr.h (store_bit_field, extract_bit_field): Remove last argument. | jakub | 2004-07-10 | 1 | -3/+1 |
* | * doc/md.texi (Processor pipeline description): Mention that | steven | 2004-07-09 | 1 | -10/+0 |
* | 2004-07-08 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-09 | 1 | -4/+4 |
* | * except.c (expand_eh_region_start, expand_eh_region_end, | rth | 2004-07-08 | 1 | -851/+22 |
* | * calls.c (load_register_parameters): Call expand_shift instead | sayle | 2004-07-05 | 1 | -2/+2 |
* | * rtl.def (ADDRESSOF): Remove. | rth | 2004-07-04 | 1 | -13/+1 |
* | * tree.def (RTL_EXPR): Remove. | rth | 2004-07-02 | 1 | -175/+3 |
* | 2004-07-01 Jerry Quinn <jlquinn@optonline.net> | jlquinn | 2004-07-01 | 1 | -9/+9 |
* | * stmt.c (check_seenlabel): Remove. | steven | 2004-07-01 | 1 | -58/+0 |
* | * function.h (struct function): Remove x_function_call_count. | rth | 2004-07-01 | 1 | -1/+1 |
* | * function.h (struct function): Remove dont_emit_block_notes. | rth | 2004-07-01 | 1 | -16/+5 |
* | * function.h (struct function): Remove x_whole_function_mode_p. | rth | 2004-07-01 | 1 | -13/+6 |
* | Conditionally compile support for --enable-mapped_location. | bothner | 2004-06-30 | 1 | -2/+6 |