summaryrefslogtreecommitdiff
path: root/gcc/stmt.c
Commit message (Expand)AuthorAgeFilesLines
* * tree.h (build_int_cst): New, sign extended constant.nathan2004-08-251-4/+5
* * rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.rth2004-08-181-2/+0
* 2004-08-17 Paolo Bonzini <bonzini@gnu.org>bonzini2004-08-171-10/+0
* .:nathan2004-08-151-3/+4
* * stmt.c (expand_return): If asked to return the RESULT_DECL,zack2004-08-111-5/+8
* * builtins.def (BUILT_IN_STACK_ALLOC): Remove.rth2004-08-111-34/+0
* 2004-08-09 Paolo Bonzini <bonzini@gnu.org>bonzini2004-08-091-364/+70
* * cfgexpand.c (tree_expand_cfg): Fix comment.steven2004-07-271-21/+0
* * convert.c (convert_to_real, convert_to_integer,sayle2004-07-251-18/+18
* 2004-07-21 Eric Christopher <echristo@redhat.com>echristo2004-07-211-174/+3
* * rtl.h (insn_note): Remove NOTE_INSN_PREDICTION.steven2004-07-211-47/+1
* * c-common.h (check_case_value): Remove prototype.steven2004-07-201-254/+31
* * cfgcleanup.c (try_simplify_condjump): Don't remove linesteven2004-07-171-287/+13
* * c-typeck.c (emit_side_effect_warnings): Use EXPR_HAS_LOCATIONbothner2004-07-141-2/+2
* 2004-07-14 Paolo Bonzini <bonzini@gnu.org>bonzini2004-07-141-26/+1
* * expr.h (store_bit_field, extract_bit_field): Remove last argument.jakub2004-07-101-3/+1
* * doc/md.texi (Processor pipeline description): Mention thatsteven2004-07-091-10/+0
* 2004-07-08 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-091-4/+4
* * except.c (expand_eh_region_start, expand_eh_region_end,rth2004-07-081-851/+22
* * calls.c (load_register_parameters): Call expand_shift insteadsayle2004-07-051-2/+2
* * rtl.def (ADDRESSOF): Remove.rth2004-07-041-13/+1
* * tree.def (RTL_EXPR): Remove.rth2004-07-021-175/+3
* 2004-07-01 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-07-011-9/+9
* * stmt.c (check_seenlabel): Remove.steven2004-07-011-58/+0
* * function.h (struct function): Remove x_function_call_count.rth2004-07-011-1/+1
* * function.h (struct function): Remove dont_emit_block_notes.rth2004-07-011-16/+5
* * function.h (struct function): Remove x_whole_function_mode_p.rth2004-07-011-13/+6
* Conditionally compile support for --enable-mapped_location.bothner2004-06-301-2/+6
* * alias.c (adjust_offset_for_component_ref): Usekenner2004-06-221-6/+0
* * stmt.c (warn_if_unused_value): Add locus argument.rth2004-06-201-10/+22
* * function.c (free_after_compilation): Do not free computed_goto_common*.hubicka2004-06-191-17/+2
* 2004-06-15 Jerry Quinn <jlquinn@optonline.net>jlquinn2004-06-151-9/+9
* * basic-block.c (tail_recursion_label_list): Don't declare.steven2004-06-031-142/+0
* * stmt.c (expand_decl): Be more selective about callinglaw2004-06-011-5/+14
* * gimplify.c (compare_case_labels): New function.steven2004-05-261-2/+2
* 2004-05-19 Steven Bosscher <stevenb@suse.de>steven2004-05-191-395/+6
* Merge tree-ssa-20020619-branch into mainline.dnovillo2004-05-131-600/+215
* * c-decl.c (finish_decl): Make a decl_stmt for a variable-sizedkenner2004-04-121-7/+2
* * builtins.c, c-aux-info.c, c-common.c, c-cppbuiltin.c, c-decl.c:kenner2004-04-011-5/+5
* PR optimization/9707.kazu2004-03-251-0/+36
* * alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) ()sayle2004-03-141-12/+12
* * hooks.c (hook_tree_tree_identity): New.kazu2004-03-031-3/+1
* PR middle-end/14327rth2004-03-031-1/+1
* * stmt.c (expand_start_case_dummy): Remove.kazu2004-02-261-28/+1
* PR middle-end/13750ro2004-02-051-9/+6
* * alias.c (record_set): Use hard_regno_nregs.hubicka2004-02-021-1/+2
* * defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.kazu2004-01-191-5/+0
* * stmt.c (HAVE_casesi): Define it not already defined.kazu2004-01-181-1/+12
* Index: ChangeLoggeoffk2004-01-161-7/+10
* * expr.h (expand_expr): Make it a macro, not a function.mmitchel2004-01-091-2/+11