aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)Author
2005-06-012005-06-01 Richard Guenther <rguenth@gcc.gnu.org>Richard Guenther
2005-06-01 * common.opt (fjump-tables): New.Joseph Myers
2005-05-09 PR inline-asm/8788Roger Sayle
2005-04-27 * dojump.c: Fix comment typos. emit-rtl.c, expmed.c, expr.c,Kazu Hirata
2005-04-23* diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie
2005-03-23 * doc/tm.texi (TARGET_MD_ASM_CLOBBERS): Adjust wording to notHans-Peter Nilsson
2005-03-11 PR tree-optimization/15784Jeff Law
2005-03-10 PR inline-asm/20314Jakub Jelinek
2005-02-18gcc/ChangeLog:Alexandre Oliva
2005-02-182005-02-18 James A. Morrison <phython@gcc.gnu.org>James A. Morrison
2005-02-17 * bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,Kazu Hirata
2005-02-17 * bitmap.h (BITMAP_XMALLOC, BITMAP_XFREE): Remove.Nathan Sidwell
2004-12-13 * defaults.h, stmt.c, tree-cfg.c, tree-ssa-dce.c: Fix commentKazu Hirata
2004-11-29 * cfgcleanup.c (outgoing_edges_match, try_crossjump_to_edge):Steven Bosscher
2004-11-24 * optabs.h (force_expand_binop): Declare.Richard Sandiford
2004-11-11 * function.c (expand_function_end): Remove an "if" statementKazu Hirata
2004-11-04 * stmt.c (expand_asm, expand_asm_operands): Make them static.Kazu Hirata
2004-11-03 * stmt.c (expand_case): Speed up code to detect duplicate caseJeff Law
2004-10-26 * stmt.c (expand_case): Update a comment.Kazu Hirata
2004-10-26 * stmt.c (expand_case): Put an assertion that index_expr isKazu Hirata
2004-10-26 * stmt.c (expand_case): Remove code to handle SWITCH_EXPR withKazu Hirata
2004-10-25 * stmt.c (expand_case): Remove an obsolete comment.Kazu Hirata
2004-10-24 * stmt.c (expand_case): Handle the default label outside ofKazu Hirata
2004-10-22 * stmt.c (asm_op_is_mem_input): Remove.Kazu Hirata
2004-10-19 * expr.c (expand_assignment): Remove the last argument.Kazu Hirata
2004-10-142004-10-14 Andrew Pinski <pinskia@physics.uc.edu>Andrew Pinski
2004-10-11 PR middle-end/17657Roger Sayle
2004-10-08 * stmt.c (expand_decl_init): Remove.Kazu Hirata
2004-09-25 * c-typeck.c, defaults.h, dwarf.h, dwarf2out.c, fold-const.c,Kazu Hirata
2004-09-18 * tree-inline.c (copy_tree_r): Don't duplicate constants, they'reGeoffrey Keating
2004-09-172004-09-17 Jeffrey D. Oldham <oldham@codesourcery.com>Jeffrey D. Oldham
2004-09-15gcc:Joseph Myers
2004-09-14 * unroll.c: Removed.Zdenek Dvorak
2004-09-09 * ra-build.c (copy_insn_p, remember_move, defuse_overlap_p_1,Nathan Sidwell
2004-08-25 * tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell
2004-08-18 * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson
2004-08-172004-08-17 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2004-08-15.:Nathan Sidwell
2004-08-11 * stmt.c (expand_return): If asked to return the RESULT_DECL,Zack Weinberg
2004-08-11 * builtins.def (BUILT_IN_STACK_ALLOC): Remove.Richard Henderson
2004-08-092004-08-09 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2004-07-27 * cfgexpand.c (tree_expand_cfg): Fix comment.Steven Bosscher
2004-07-25 * convert.c (convert_to_real, convert_to_integer,Roger Sayle
2004-07-212004-07-21 Eric Christopher <echristo@redhat.com>Eric Christopher
2004-07-21 * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.Steven Bosscher
2004-07-20 * c-common.h (check_case_value): Remove prototype.Steven Bosscher
2004-07-17 * cfgcleanup.c (try_simplify_condjump): Don't remove lineSteven Bosscher
2004-07-14 * c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATIONPer Bothner
2004-07-142004-07-14 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini
2004-07-10 * expr.h (store_bit_field, extract_bit_field): Remove last argument.Jakub Jelinek