Age | Commit message (Expand) | Author | Files | Lines |
2004-08-10 | builtins.def (BUILT_IN_STACK_ALLOC): Remove. | Richard Henderson | 1 | -34/+0 |
2004-08-09 | Makefile.in (GTFILES): Remove stmt.c | Paolo Bonzini | 1 | -364/+70 |
2004-07-27 | cfgexpand.c (tree_expand_cfg): Fix comment. | Steven Bosscher | 1 | -21/+0 |
2004-07-25 | convert.c (convert_to_real, [...]): Replace calls to build with calls to buildN. | Roger Sayle | 1 | -18/+18 |
2004-07-21 | builtins.c (expand_builtin_setjmp_receiver): Fix comment for code removal. | Eric Christopher | 1 | -174/+3 |
2004-07-21 | rtl.h (insn_note): Remove NOTE_INSN_PREDICTION. | Steven Bosscher | 1 | -47/+1 |
2004-07-20 | c-common.h (check_case_value): Remove prototype. | Steven Bosscher | 1 | -254/+31 |
2004-07-17 | cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac... | Steven Bosscher | 1 | -287/+13 |
2004-07-14 | c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATION instead of EXPR... | Per Bothner | 1 | -2/+2 |
2004-07-14 | expr.c (enqueue_insn, [...]): Remove. | Paolo Bonzini | 1 | -26/+1 |
2004-07-10 | expr.h (store_bit_field, [...]): Remove last argument. | Jakub Jelinek | 1 | -3/+1 |
2004-07-09 | md.texi (Processor pipeline description): Mention that the old pipeline descr... | Steven Bosscher | 1 | -10/+0 |
2004-07-09 | alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_... | Jerry Quinn | 1 | -4/+4 |
2004-07-08 | except.c (expand_eh_region_start, [...]): Remove. | Richard Henderson | 1 | -851/+22 |
2004-07-05 | calls.c (load_register_parameters): Call expand_shift instead of expand_binop... | Roger Sayle | 1 | -2/+2 |
2004-07-04 | rtl.def (ADDRESSOF): Remove. | Richard Henderson | 1 | -13/+1 |
2004-07-01 | tree.def (RTL_EXPR): Remove. | Richard Henderson | 1 | -175/+3 |
2004-07-01 | alias.c (get_alias_set, [...]): Use MEM_P. | Jerry Quinn | 1 | -9/+9 |
2004-07-01 | stmt.c (check_seenlabel): Remove. | Steven Bosscher | 1 | -58/+0 |
2004-07-01 | function.h (struct function): Remove x_function_call_count. | Richard Henderson | 1 | -1/+1 |
2004-07-01 | function.h (struct function): Remove dont_emit_block_notes. | Richard Henderson | 1 | -16/+5 |
2004-06-30 | function.h (struct function): Remove x_whole_function_mode_p. | Richard Henderson | 1 | -13/+6 |
2004-06-30 | Conditionally compile support for --enable-mapped_location. | Per Bothner | 1 | -2/+6 |
2004-06-21 | alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset. | Richard Kenner | 1 | -6/+0 |
2004-06-20 | stmt.c (warn_if_unused_value): Add locus argument. | Richard Henderson | 1 | -10/+22 |
2004-06-19 | function.c (free_after_compilation): Do not free computed_goto_common*. | Jan Hubicka | 1 | -17/+2 |
2004-06-15 | alias.c (record_set, [...]): Use REG_P. | Jerry Quinn | 1 | -9/+9 |
2004-06-03 | basic-block.c (tail_recursion_label_list): Don't declare. | Steven Bosscher | 1 | -142/+0 |
2004-06-01 | stmt.c (expand_decl): Be more selective about calling mark_reg_pointer. | Jeff Law | 1 | -5/+14 |
2004-05-26 | gimplify.c (compare_case_labels): New function. | Steven Bosscher | 1 | -2/+2 |
2004-05-19 | Expanders cleanups after tree-ssa merge, part 1. | Steven Bosscher | 1 | -395/+6 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -600/+215 |
2004-04-12 | c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL. | Richard Kenner | 1 | -7/+2 |
2004-03-31 | builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED. | Richard Kenner | 1 | -5/+5 |
2004-03-25 | re PR middle-end/9707 (Unnecessary range test in switches with less than 4 ca... | Kazu Hirata | 1 | -0/+36 |
2004-03-14 | alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo... | Roger Sayle | 1 | -12/+12 |
2004-03-03 | hooks.c (hook_tree_tree_identity): New. | Kazu Hirata | 1 | -3/+1 |
2004-03-02 | re PR middle-end/14327 (-O0 -fdefer-pop generates wrong code) | Richard Henderson | 1 | -1/+1 |
2004-02-26 | stmt.c (expand_start_case_dummy): Remove. | Kazu Hirata | 1 | -28/+1 |
2004-02-05 | re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari... | Rainer Orth | 1 | -9/+6 |
2004-02-02 | alias.c (record_set): Use hard_regno_nregs. | Jan Hubicka | 1 | -1/+2 |
2004-01-19 | defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. | Kazu Hirata | 1 | -5/+0 |
2004-01-18 | stmt.c (HAVE_casesi): Define it not already defined. | Kazu Hirata | 1 | -1/+12 |
2004-01-16 | Index: ChangeLog | Geoffrey Keating | 1 | -7/+10 |
2004-01-09 | expr.h (expand_expr): Make it a macro, not a function. | Mark Mitchell | 1 | -2/+11 |
2003-12-19 | tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o... | Jason Merrill | 1 | -0/+9 |
2003-12-05 | stmt.c (expand_nl_goto_receiver): Copy hard register clobbers and ASM_INPUT b... | Waldek Hebisch | 1 | -0/+15 |
2003-12-05 | re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re... | Eric Botcazou | 1 | -0/+20 |
2003-11-29 | stmt.c (expand_asm_operands): Check whether force_const_mem succeeded. | Richard Sandiford | 1 | -6/+9 |
2003-11-20 | stmt.c (expand_goto): Memory clobbers added. | Andreas Krebbel | 1 | -0/+7 |