aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
2002-06-11Delete SEQUENCE rtl usage outside of reorg and ssa passes.David S. Miller1-8/+8
2002-06-04Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating1-240/+54
2002-05-09sbitmap.c: Fix formatting.Kazu Hirata1-37/+37
2002-05-08cfglayout.c (function_tail_eff_head): Rename to ...Jan Hubicka1-3/+56
2002-05-02combine.c: Fix comment formatting.Kazu Hirata1-2/+2
2002-04-17c-common.h (STMT_EXPR_NO_SCOPE): New macro.Mark Mitchell1-5/+12
2002-04-13stmt.c (check_unique_operand_names): Expect operand names to be strings rathe...Richard Sandiford1-10/+10
2002-04-08Revert last patch from Richard Henderson.Andreas Jaeger1-35/+12
2002-04-04re PR inline-asm/5099 (m68k-aout/3.0.2/cc1 aborts on asm("movw sr,%0":"=hd"(a...Richard Henderson1-12/+35
2002-04-04c-common.c (truthvalue_conversion): Rename, update.Neil Booth1-1/+1
2002-04-03re PR c++/5636 (gcc-3.0.3, memory leakage: function that take a string as par...Jason Merrill1-1/+18
2002-04-02function.c (assign_temp): Accept either type or decl argument.Eric Botcazou1-1/+1
2002-04-01c-decl.c (grokdeclarator): Update.Neil Booth1-2/+2
2002-03-31builtins.c (expand_builtin_va_arg): Give warnings not errors for promoted arg...Richard Henderson1-3/+1
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-2/+3
2002-03-26Add -Wswitch-enum. Document.Andrew Cagney1-4/+4
2002-03-24stmt.c (check_for_full_enumeration_handling): Remove tests of warn_switch.Andrew Cagney1-58/+62
2002-03-23[multiple changes]Andrew Cagney1-0/+3
2002-03-21Makefile.in (fold-const.o, [...]): Update.Neil Booth1-7/+8
2002-02-22re PR c++/5748 (g++ dies with optimization)Jakub Jelinek1-0/+5
2002-02-21re PR c/4697 (Warning 'value computed is not used' missing)Jakub Jelinek1-6/+6
2002-02-06re PR c/5609 (ICE on named operands in inline assembler)Richard Henderson1-6/+14
2002-02-04PR c/4475, c++/3780:Jakub Jelinek1-12/+17
2002-01-30rtl.h (NOTE_INSN_LOOP_END_TOP_COND): New.Richard Henderson1-265/+119
2002-01-22predict.c: Fix formatting.Kazu Hirata1-1/+1
2002-01-04tree.h (expand_expr_stmt_value): Add maybe_last argument.Jakub Jelinek1-5/+7
2002-01-02c-common.h (genrtl_expr_stmt_value): Declare.Alexandre Oliva1-23/+44
2001-12-23stmt.c (resolve_operand_names): Handle operand modifiers.Richard Henderson1-2/+10
2001-12-23stmt.c (parse_input_constraint): Break out from ...Richard Henderson1-166/+214
2001-12-12stmt.c (expand_end_case): Do subtraction of lower bound as trees to avoid ove...Olivier Hainque1-12/+14
2001-12-11tm.texi (FUNCTION_ARG_REG_LITTLE_ENDIAN): New.Steve Ellcey1-1/+3
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner1-21/+2
2001-12-04stmt.c (expand_return): Clear destination instead of clobbering it when setti...Andrew MacLeod1-2/+2
2001-12-04Revert previous patchAlexandre Oliva1-15/+3
2001-12-04stmt.c (expand_expr_stmt): Keep last_expr_value non-NULL iff we're interested...Alexandre Oliva1-3/+15
2001-12-01c-decl.c (duplicate_decls, [...]): Remove trailing period from diagnostics.Neil Booth1-1/+1
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-15/+4
2001-11-23ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-11-21explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_libra...Jakub Jelinek1-1/+1
2001-11-15expr.c (store_field): Pass tree instead of max size; callers changed.Richard Kenner1-27/+21
2001-11-15jump.c (squeeze_notes): Return true if no real insns were found.Jakub Jelinek1-1/+2
2001-11-11expmed.c (extract_bit_field): No longer pass in alignment.Richard Kenner1-4/+3
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-25* stmt.c (expand_end_case): Remove orig_minval and use tree_low_cst.Richard Kenner1-6/+4
2001-10-24stmt.c (expand_end_case): Index jumptables from zero for suitably small value...Roger Sayle1-1/+12
2001-10-23builtins.c (expand_builtin_setjmp): Only call convert_memory_address if needed.Richard Kenner1-1/+2
2001-10-18emit-rtl.c (gen_reg_rtx): Also reallocate reg_decl array.Richard Kenner1-3/+14
2001-10-16* stmt.c (expand_asm_operands): Update commentary.Florian Weimer1-1/+3
2001-10-11c-parse.in (asm_operand): Allow named operands.Richard Henderson1-92/+259
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-31/+31