aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-10expr.h (store_bit_field, [...]): Remove last argument.Jakub Jelinek1-3/+1
2004-07-09md.texi (Processor pipeline description): Mention that the old pipeline descr...Steven Bosscher1-10/+0
2004-07-09alias.c (nonlocal_mentioned_p, [...]): Use, LABEL_P, JUMP_P, CALL_P, NONJUMP_...Jerry Quinn1-4/+4
2004-07-08except.c (expand_eh_region_start, [...]): Remove.Richard Henderson1-851/+22
2004-07-05calls.c (load_register_parameters): Call expand_shift instead of expand_binop...Roger Sayle1-2/+2
2004-07-04rtl.def (ADDRESSOF): Remove.Richard Henderson1-13/+1
2004-07-01tree.def (RTL_EXPR): Remove.Richard Henderson1-175/+3
2004-07-01alias.c (get_alias_set, [...]): Use MEM_P.Jerry Quinn1-9/+9
2004-07-01stmt.c (check_seenlabel): Remove.Steven Bosscher1-58/+0
2004-07-01function.h (struct function): Remove x_function_call_count.Richard Henderson1-1/+1
2004-07-01function.h (struct function): Remove dont_emit_block_notes.Richard Henderson1-16/+5
2004-06-30function.h (struct function): Remove x_whole_function_mode_p.Richard Henderson1-13/+6
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-2/+6
2004-06-21alias.c (adjust_offset_for_component_ref): Use component_ref_field_offset.Richard Kenner1-6/+0
2004-06-20stmt.c (warn_if_unused_value): Add locus argument.Richard Henderson1-10/+22
2004-06-19function.c (free_after_compilation): Do not free computed_goto_common*.Jan Hubicka1-17/+2
2004-06-15alias.c (record_set, [...]): Use REG_P.Jerry Quinn1-9/+9
2004-06-03basic-block.c (tail_recursion_label_list): Don't declare.Steven Bosscher1-142/+0
2004-06-01stmt.c (expand_decl): Be more selective about calling mark_reg_pointer.Jeff Law1-5/+14
2004-05-26gimplify.c (compare_case_labels): New function.Steven Bosscher1-2/+2
2004-05-19Expanders cleanups after tree-ssa merge, part 1.Steven Bosscher1-395/+6
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-600/+215
2004-04-12c-decl.c (finish_decl): Make a decl_stmt for a variable-sized TYPE_DECL.Richard Kenner1-7/+2
2004-03-31builtins.c, [...]: Change most occurrences of TREE_UNSIGNED to TYPE_UNSIGNED.Richard Kenner1-5/+5
2004-03-25re PR middle-end/9707 (Unnecessary range test in switches with less than 4 ca...Kazu Hirata1-0/+36
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-12/+12
2004-03-03hooks.c (hook_tree_tree_identity): New.Kazu Hirata1-3/+1
2004-03-02re PR middle-end/14327 (-O0 -fdefer-pop generates wrong code)Richard Henderson1-1/+1
2004-02-26stmt.c (expand_start_case_dummy): Remove.Kazu Hirata1-28/+1
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth1-9/+6
2004-02-02alias.c (record_set): Use hard_regno_nregs.Jan Hubicka1-1/+2
2004-01-19defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.Kazu Hirata1-5/+0
2004-01-18stmt.c (HAVE_casesi): Define it not already defined.Kazu Hirata1-1/+12
2004-01-16Index: ChangeLogGeoffrey Keating1-7/+10
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell1-2/+11
2003-12-19tree.c (get_unwidened): Decide whether to narrow a bitfield reference based o...Jason Merrill1-0/+9
2003-12-05stmt.c (expand_nl_goto_receiver): Copy hard register clobbers and ASM_INPUT b...Waldek Hebisch1-0/+15
2003-12-05re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re...Eric Botcazou1-0/+20
2003-11-29stmt.c (expand_asm_operands): Check whether force_const_mem succeeded.Richard Sandiford1-6/+9
2003-11-20stmt.c (expand_goto): Memory clobbers added.Andreas Krebbel1-0/+7
2003-11-16Makefile.in (expr.o): Depend on $(TARGET_H).Richard Sandiford1-26/+67
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill1-6/+3
2003-09-28stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson1-3/+3
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-1/+1
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-1/+1
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-5/+5
2003-09-18re PR target/11184 ([ia64 hpux] ICE on __builtin_apply building libobjc)Mark Mitchell1-4/+1
2003-09-03targhooks.c: New file.DJ Delorie1-10/+12
2003-08-31re PR middle-end/11823 (Optimizing large jump tables for switch statements)Steven Bosscher1-1/+2
2003-08-29function.c (allocate_struct_function): New, split out of ...Richard Henderson1-19/+1