aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-20* stmt.c (expand_decl): Set mode, alignment, and sizes for CONST_DECL.Richard Kenner1-5/+15
2001-05-17Fix c/2728Bernd Schmidt1-2/+6
2001-05-16re PR rtl-optimization/185 (Internal compiler error in `fixup_var_refs_1', at...Jan Hubicka1-0/+1
2001-05-02c-lex.c: NULL_PTR -> NULL.Kaveh R. Ghazi1-3/+2
2001-05-01bitmap.c: Change NULL_PTR to NULL or "(rtx*)0".Kaveh R. Ghazi1-12/+12
2001-04-27except.c (expand_eh_region_start): Don't start a new block.Jason Merrill1-68/+1
2001-04-12expmed.c (store_bit_field): Truncate CONST_INTs.Alexandre Oliva1-36/+100
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek1-1/+1
2001-03-28IA-64 ABI Exception Handling.Richard Henderson1-106/+16
2001-03-27stmt.c (expand_return): Remove always true predicate.Richard Henderson1-39/+5
2001-03-22mkconfig.sh: Include insn-flags.h.Richard Henderson1-2/+0
2001-03-15varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell1-16/+21
2001-03-10server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi1-1/+2
2001-02-20stmt.c (expand_return): If an attempt is made to return the error_mar_node...Mark Mitchell1-1/+6
2001-01-29stmt.c (estimate_case_costs): Use integer_minus_one_node.Kaveh R. Ghazi1-1/+1
2001-01-26stmt.c (cost_table): Remove.Richard Henderson1-19/+23
2001-01-20stmt.c (expand_return): Don't return anything if size is zero.Richard Kenner1-6/+9
2000-12-30alias.c (alias_sets_conflict_p): New function.Richard Kenner1-9/+13
2000-12-20rtl.h (REG_NON_LOCAL_GOTO): New.Richard Henderson1-1/+10
2000-12-05* stmt.c (warn_if_unused_value): Move side effects test earlier.Richard Henderson1-4/+4
2000-11-17ggc.h: Delete ggc_add_string_root and ggc_mark_string.Zack Weinberg1-15/+1
2000-11-17stringpool.c: New file.Zack Weinberg1-17/+25
2000-11-14stmt.c (warn_if_unused_value): Don't warn if the expression has side effects.Richard Henderson1-3/+4
2000-11-11function.c (assign_parms): If TREE_ADDRESSABLE is set...Jason Merrill1-1/+4
2000-11-07alias.c [...] (init_alias_analysis, [...]): Use memset () instead of bzero ().Joseph Myers1-1/+1
2000-11-01* stmt.c (expand_start_null_loop): Set continue_label.Richard Henderson1-1/+1
2000-11-01stmt.c (expand_start_null_loop): New.Richard Henderson1-0/+37
2000-10-13Remove obstacks.Mark Mitchell1-31/+28
2000-09-22In gcc/ChangeLog:Geoff Keating1-2/+2
2000-09-19stmt.c (expand_expr_stmt): Only call warn_if_unused_value if the tree has sid...Richard Henderson1-9/+14
2000-09-17Bring back equal forms for libcallsBernd Schmidt1-1/+1
2000-09-17splay-tree.c (splay_tree_predecessor): Fix typo in comment.Mark Mitchell1-1/+4
2000-09-10c-common.h (add_stmt): Change prototype.Mark Mitchell1-26/+22
2000-09-02rtl.h (ASM_OPERANDS_INPUT_CONSTRAINT_EXP): New macro.Alexandre Oliva1-8/+12
2000-09-01stmt.c (expand_asm_operands): Twiddle generating_concat_p so that CONCATs are...Geoff Keating1-1/+17
2000-08-29reload.c: Fix formatting.Kazu Hirata1-106/+105
2000-08-28local-alloc.c (requires_inout): Don't use reserved range for EXTRA_CONSTRAINT...Richard Henderson1-9/+42
2000-08-24stmt.c (expand_asm_operands): Treat EXTRA_CONSTRAINT like g or X.Richard Henderson1-8/+9
2000-08-24optabs.c (init_optabs): Initialize fixtab...Greg McGary1-2/+2
2000-08-22stmt.c (expand_goto_internal, [...]): Only check TYPE_RETURNS_STACK_DEPRESSED...Richard Kenner1-4/+8
2000-08-15calls.c (ECF_SP_DEPRESSED): New macro.Richard Kenner1-10/+32
2000-08-12sibcall.c (uses_addressof): Accept both addressof and current_function_intern...Richard Henderson1-79/+0
2000-08-06stmt.c (expand_goto): Do virtual_stack_vars_rtx replacement for HAVE_nonlocal...Richard Henderson1-31/+22
2000-06-24stmt.c (expand_decl_cleanup): Emit a dummy insn after last_unconditional_clea...Jakub Jelinek1-0/+7
2000-06-14tree.h (TYPE_USER_ALIGN, [...]): Define.Jakub Jelinek1-0/+3
2000-06-09ggc-none.c, [...] (ggc_alloc_obj): Rename it ggc_alloc, drop second argument,...Zack Weinberg1-1/+1
2000-06-09timevar.def: Add TV_EXPAND.Jason Merrill1-1/+3
2000-06-05explow.c (maybe_set_unchanging): New function, broken out from...Jason Merrill1-3/+2
2000-06-05tree.h (VOID_TYPE_P): New macro.Nathan Sidwell1-4/+4
2000-05-31Makefile.in (c-decl.o): Depend on rtl.h and expr.h.Richard Kenner1-27/+5