OSDN Git Service

* config/c4x/rtems.h: New file.
[pf3gnuchains/gcc-fork.git] / gcc / stmt.c
1999-12-16 mmitchel * Makefile.in (INTREGRATE_H): Rename to INTEGRATE_H.
1999-12-15 jason * stmt.c (expand_decl): Expand upper bound...
1999-12-12 mmitchel * except.h (struct eh_queue): Add `next' pointer.
1999-12-05 mmitchel * stmt.c (expand_fixup): Fix typo in comment.
1999-11-13 wilsonFix another gcc2 merge problem: fix switch statement...
1999-11-05 rth * bitmap.h (BITMAP_XFREE): New.
1999-11-05 rth * function.c (diddle_return_value): New.
1999-11-01 mmitchel * stmt.c (expand_value_return): Fix typo in this change:
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-29 mmitchel * except.c (free_eh_nesting_info): Free the info itself.
1999-10-27 law * c-typeck.c (build_function_call): Check that...
1999-10-26 mmitchel * tree.h (BLOCK_TYPE_TAGS): Remove.
1999-10-04 mmitchel * stmt.c (expand_anon_union_decl): When any of the...
1999-10-03 ghazi * print-tree.c (print_node, indent_to): Remove redunda...
1999-09-24 mmitchel * stmt.c (expand_start_bindings): Don't allow cleanup...
1999-09-22 samuel Various fixes for problems discovered stress-testing GC.
1999-09-21 law * stmt.c (any_pending_cleanups): Don't crash...
1999-09-20 cruxMake it possible to prototype port-specific functions...
1999-09-17 mmitchel * functiion.h (struct function): Add x_whole_function_...
1999-09-17 mmitchel * tree.h (warn_about_unused_variables): Declare.
1999-09-17 mmitchel * stmt.c (preserve_subexpressions_p): Don't crash...
1999-09-17 mmitchel * stmt.c (expand_start_bindings): Allow callers to...
1999-09-16 rth * emit-rtl.c (free_emit_status): Don't check...
1999-09-15 mmitchel * rtl.h (NOTE_BLOCK_NUMBER): Replace with ...
1999-09-14 schwab * stmt.c (expand_end_case): Return right away if the...
1999-09-12 rthReplace insn_foo with insn_data.foo.
1999-09-09 mmitchel * function.h (free_after_compilation): Remove decl...
1999-09-07 mmitchel * emit-rtl.c (free_emit_status): Take decl as a parameter.
1999-09-07 lawMerge in gcc2-ss-010999
1999-09-05 mmitchel * Makefile.in (tree.o): Depend on ggc.h.
1999-09-03 mmitchel * dbxout.c (dbxout_init): Use xcalloc instead of xmall...
1999-09-02 amylaar * stmt.c (expand_asm_operands): Fix index into inout_m...
1999-09-02 rth * stmt.c (expand_asm_operands): Invoke MD_ASM_C...
1999-08-19 zack1999-08-19 14:44 -0700 Zack Weinberg <zack@bitmover...
1999-08-15 wilsonFix misuses of MAX_MACHINE_MODE that can result in...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-08-09 jason * print-tree.c (print_node): Print base for OFFSET_TYPEs.
1999-08-01 cruxBackport of GC branch patches part 2: kill stmt status...
1999-07-31 cruxBackport of GC branch patches part 1: kill eh status...
1999-05-30 lawSun May 30 14:29:17 1999 Eric Raskin (ehr@listworks...
1999-05-24 mmitchel * stmt.c (expand_end_bindings): Ignore any elements...
1999-05-19 mmitchel * stmt.c (expand_return): Call start_cleanup_deferral and
1999-04-26 law * fold-const.c (make_range): Always initialize...
1999-04-25 rth * stmt.c (expand_asm_operands): Reload in-out...
1999-04-04 law * stmt.c (expand_loop_end): When copying the...
1999-03-06 ghazi * c-aux-info.c (data_type, affix_data_type...
1999-02-25 rthFlow rewrite to use basic block structures and edge...
1999-02-25 amylaar * stmt.c (expand_end_loop): Grok code emitted by
1999-02-22 burleyreduce spurious warnings using -fsyntax-only
1999-02-14 law * except.c (start_catch_handler): Use emit_cmp_...
1999-02-12 wilsonFix linux-x-cygwin build failure with readline.
1999-02-10 law * function.c (assign_stack_temp_for_type):...
1999-02-08 rth * output.h (current_function_has_computed_jump...
1999-02-01 rth * recog.c (check_asm_operands): Treat indetermi...
1999-01-24 law * stmt.c (stmt_loop_nest_empty): New function.
1999-01-19 mmitchel * rtl.h (rtx_def): Update documentation.
1999-01-15 rth * expr.c (queued_subexp_p): Make public.
1999-01-08 law * stmt.c (optimize_tail_recursion): New functio...
1998-12-04 crux * final.c (cleanup_subreg_operands): Delete some unuse...
1998-11-20 law * function.c (nonlocal_goto_handler_slots)...
1998-10-26 rth* stmt.c (expand_asm_operands): Accept `=' or `+' at...
1998-10-25 law8
1998-10-13 ghaziWarning fixes:
1998-10-11 raeburnFine-grained control of -fcheck-memory-usage with new...
1998-10-08 law * stmt.c (n_occurrences): New static function.
1998-08-24 law8
1998-08-17 law * stmt.c (expand_end_loop): Tidy. Allow uncond...
1998-07-13 law * stmt.c (expand_expr_stmt): If not assigning...
1998-07-06 mmitchel * jump.c (duplicate_loop_exit_test): Don't refuse...
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-22 ghaziWarning fixes:
1998-06-20 law * calls.c (expand_call): Initialize "src" and...
1998-05-13 ghaziWarning fixes:
1998-05-06 law * stmt.c (mark_seen_cases): Make it have extern...
1998-05-06 lawtypo typo fixes fixes
1998-05-06 ghazi * c-common.c: Convert to using ctype macros...
1998-05-06 robertlWed May 6 06:35:38 1998 Robert Lipe <robertl@dgii...
1998-05-05 law * Check in merge from gcc2. See ChangeLog...
1998-04-21 wilsonFix fortran failure reported by Craig Burley.
1998-04-17 law8
1998-04-17 law * varasm.c (asm_output_bss): Add prototype.
1998-04-04 law * Check in merge from gcc2. See ChangeLog...
1998-03-28 law * stmt.c (expand_expr_stmt): Must generate...
1998-03-23 law * stmt.c (unroll_block_trees): Free block_vecto...
1998-03-20 ghaziMajor cutover to using system.h:
1998-03-12 manfredd
1998-03-06 amylaar * rtl.h (addr_diff_vec_flags): New typedef.
1998-02-28 ghaziFix warious warnings:
1998-02-17 amylaarFix problems with last patch.
1998-02-17 amylaar * rtl.h (force_line_numbers, restore_line_number_statu...
1998-02-13 robertlRats. Forgot to change copyrights on the first commit.
1998-02-13 robertl * c-lang.c (finish_file): Bracket declaration of stati...
1998-02-07 law * c-common.c: Include <stdlib.h> and <string...
1998-02-05 law * stmt.c (expand_asm_operands): Correctly ident...
1998-01-20 lawRemove more bytecode stuff.
1998-01-20 law * Makefile.in: Remove all bytecode support.
1998-01-14 rth* alias.c: Change all uses of gen_rtx(FOO...) to gen_rt...
1998-01-14 lawBring in final gcc-2.8.0 changes.
1997-12-19 law * expr.c (do_tablejump): Let CASE_VECTOR_PC_REL...
1997-12-18 law * tree.c (build_range_type): Allow creation of ranges...
next