aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-08-16re PR c++/11512 (Spurious warning for comma-operator in templates)Nathan Sidwell1-9/+5
2003-07-31Makefile.in (bubblestrap): Don't require a previous full bootstrap.Jason Merrill1-19/+37
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-5/+5
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-18/+15
2003-07-17c-common.c (c_estimate_num_insns_1): Don't handle METHOD_CALL_EXPR.Steven Bosscher1-1/+0
2003-07-15expr.c (expand_assignment): Remove an unused argument SUGGEST_REG.Kazu Hirata1-2/+2
2003-07-14tm.texi (BLOCK_REG_PADDING): Describe.Alan Modra1-1/+1
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell1-6/+4
2003-07-06stmt.c: Convert remaining prototypes to ISO C90.Andreas Jaeger1-4/+4
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger1-282/+148
2003-07-01* stmt.c (any_pending_cleanups): Further simplification.Jeff Law1-2/+2
2003-06-30stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law1-5/+4
2003-06-29alloc-pool.c: Fix comment formatting.Kazu Hirata1-1/+1
2003-06-29dwarf2out.c (add_AT_string): Replace ggc_alloc_string (X, -1) with ggc_strdup.Kazu Hirata1-1/+1
2003-06-27rtl.h (emit_note): Remove FILE parameter.Nathan Sidwell1-16/+16
2003-06-27stmt.c (do_jump_if_equal): Return 0 earlier if OP1 and OP2 are known to be no...Kazu Hirata1-1/+1
2003-06-25re PR c/10178 (ICE in tree_low_cst)Zack Weinberg1-0/+3
2003-06-16convert.c, [...]: Replace overly specific references to "GNU C" and "GNU C Co...Nathanael Nerode1-1/+1
2003-06-12ChangeLog: Follow spelling conventions.Kazu Hirata1-1/+1