Age | Commit message (Expand) | Author | Files | Lines |
2005-02-18 | re PR c++/20008 (internal compiler error: in expand_case, at stmt.c:2397) | Alexandre Oliva | 1 | -2/+8 |
2005-02-18 | stmt.c (emit_case_bit_tests): Call fold_convert instead of convert. | James A. Morrison | 1 | -4/+3 |
2005-02-17 | bt-load.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+2 |
2005-02-17 | bitmap.h (BITMAP_XMALLOC, [...]): Remove. | Nathan Sidwell | 1 | -2/+2 |
2004-12-13 | defaults.h, [...]: Fix comment typos. | Kazu Hirata | 1 | -3/+4 |
2004-11-29 | cfgcleanup.c (outgoing_edges_match, [...]): Remove CASE_DROPS_THROUGH checks,... | Steven Bosscher | 1 | -7/+1 |
2004-11-24 | optabs.h (force_expand_binop): Declare. | Richard Sandiford | 1 | -29/+1 |
2004-11-11 | function.c (expand_function_end): Remove an "if" statement that always trigger. | Kazu Hirata | 1 | -7/+1 |
2004-11-04 | stmt.c (expand_asm, [...]): Make them static. | Kazu Hirata | 1 | -2/+2 |
2004-11-03 | stmt.c (expand_case): Speed up code to detect duplicate case label targets an... | Jeff Law | 1 | -9/+12 |
2004-10-26 | * stmt.c (expand_case): Update a comment. | Kazu Hirata | 1 | -3/+2 |
2004-10-26 | stmt.c (expand_case): Put an assertion that index_expr is never INTEGER_CST. | Kazu Hirata | 1 | -47/+20 |
2004-10-26 | stmt.c (expand_case): Remove code to handle SWITCH_EXPR with a default case o... | Kazu Hirata | 1 | -16/+13 |
2004-10-25 | * stmt.c (expand_case): Remove an obsolete comment. | Kazu Hirata | 1 | -2/+1 |
2004-10-24 | stmt.c (expand_case): Handle the default label outside of the for loop. | Kazu Hirata | 1 | -22/+15 |
2004-10-22 | stmt.c (asm_op_is_mem_input): Remove. | Kazu Hirata | 1 | -27/+0 |
2004-10-19 | expr.c (expand_assignment): Remove the last argument. | Kazu Hirata | 1 | -1/+1 |
2004-10-14 | stmt.c (add_case_node): Make sure that we have integer constant before callin... | Andrew Pinski | 1 | -6/+12 |
2004-10-11 | re PR middle-end/17657 (ICE in expand_case) | Roger Sayle | 1 | -36/+68 |
2004-10-08 | stmt.c (expand_decl_init): Remove. | Kazu Hirata | 1 | -42/+0 |
2004-09-25 | c-typeck.c, [...]: Fix comment formatting. | Kazu Hirata | 1 | -1/+1 |
2004-09-18 | re PR pch/13361 (const wchar_t * strings not stored in pch) | Geoffrey Keating | 1 | -7/+9 |
2004-09-17 | alias.c (find_base_decl): Remove unreachable case '3' block. | Jeffrey D. Oldham | 1 | -4/+2 |
2004-09-15 | attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ... | Joseph Myers | 1 | -16/+20 |
2004-09-14 | unroll.c: Removed. | Zdenek Dvorak | 1 | -1/+0 |
2004-09-09 | ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead o... | Nathan Sidwell | 1 | -57/+45 |
2004-08-25 | tree.h (build_int_cst): New, sign extended constant. | Nathan Sidwell | 1 | -4/+5 |
2004-08-18 | rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P. | Richard Henderson | 1 | -2/+0 |
2004-08-17 | Makefile.in: Regenerate. | Paolo Bonzini | 1 | -10/+0 |
2004-08-15 | tree.h (build_int_cst): New. | Nathan Sidwell | 1 | -3/+4 |
2004-08-11 | stmt.c (expand_return): If asked to return the RESULT_DECL, just call expand_... | Zack Weinberg | 1 | -5/+8 |
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 |