aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-10-10calls.c: Fix formatting.Kazu Hirata1-3/+3
2001-10-09c-common.c: Fix comment typos.Kazu Hirata1-2/+2
2001-10-07builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi1-1/+1
2001-08-27function.c (expand_function_end): Don't init arg_pointer_save_area.Richard Henderson1-9/+2
2001-08-22jump.c (squeeze_notes): Take parms by reference.Jason Merrill1-3/+5
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-21stmt.c: Don't include insn-codes.h.Zack Weinberg1-150/+8
2001-08-18optabs.h (OTI_flodiv, [...]): Kill.Zack Weinberg1-9/+8
2001-08-17Install the proper patch.Jan Hubicka1-6/+9
2001-08-13expr.h: Split out optab- and libfunc-related code to...Zack Weinberg1-0/+2
2001-08-10stmt.c (expand_null_return_1): Remove code to generate simple returns and "us...John David Anglin1-46/+7
2001-07-25stmt.c (expand_goto): A nonlocal goto can be a call too.Andrew MacLeod1-6/+11
2001-07-22jump.c: Update comments.Jan Hubicka1-1/+1
2001-07-11stmt.c (emit_case_nodes): Widen high and low instead of new_bound and low to ...John David Anglin1-17/+14
2001-07-11stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell1-119/+172
2001-07-09[multiple changes]Richard Kenner1-5/+1
2001-07-08* stmt.c (emit_case_nodes): Convert modes properly in low+high test.Richard Henderson1-6/+11
2001-06-18unroll.c: Include predict.h.Jan Hubicka1-2/+22
2001-06-08stmt.c (current_nesting_level): New fn.Jason Merrill1-0/+9