OSDN Git Service

* combine.c (simplify_shift_const): Calculate rotate count
[pf3gnuchains/gcc-fork.git] / gcc / flags.h
2002-07-30 toon2002-07-30 Toon Moene <toon@moene.indiv.nluug.nl>
2002-07-28 sayle * Makefile.in: rtlanal.o now depends upon real.h.
2002-05-25 rth * flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.
2002-05-22 rth * c-common.h (enum rid): Add RID_THREAD.
2002-05-15 hubicka * invoke.texi (-malign-double): Re-add lost warning.
2002-03-26 cagneyAdd -Wswitch-enum. Document.
2002-03-23 cagney2002-03-23 Andrew Cagney <ac131313@redhat.com>
2002-03-21 aldyh2002-03-21 Aldy Hernandez <aldyh@redhat.com>
2002-03-07 rsandifoAdd 2002 to the copyright dates.
2002-03-07 rsandifo * defaults.h (MODE_HAS_NANS, MODE_HAS_INFINITIES)...
2002-03-03 zack * emit-rtl.c, final.c, fold-const.c, gengenrtl.c,...
2002-03-02 ghazi * Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initial...
2002-01-10 iraAdded __attribute__((deprecated)) patches.
2001-12-28 kazu * except.c: Fix comment formatting.
2001-12-13 hubicka * predict.c (estimate_probability): Reorganize opcode...
2001-12-06 hubicka * final.c (count_basic_block, add_bb, add_bb_string):
2001-12-05 kenner * attribs.c (handle_no_check_memory_usage_atribute...
2001-12-02 kenner * config/alpha/vms.h (VMS_DEBUGGING_INFO): New macro.
2001-11-11 hubicka * final.c (*_MAX_SKIP): Use *_max_skip variables.
2001-10-20 hubicka * basic-block.h (find_sub_basic_blocks): Use sbitmap...
2001-10-11 kazu * calls.c: Fix formatting.
2001-09-11 jakub * configure.in: Check whether assembler supports secti...
2001-08-22 gerald * Makefile.in, alias.c, basic-block.h, bb-reorder...
2001-05-27 neil * c-decl.c (init_decl_processing):
2001-05-26 rthStandardize header guards.
2001-05-20 neil * Makefile.in (OBJS, LIBCPP_OBJS, LIBCPP_DEPS,
2001-04-09 amacleod2001-04-09 Andrew MacLeod <amacleod@redhat.com>
2001-03-28 rthRemove flag_new_exceptions.
2001-03-28 rth * except.h (flag_non_call_exceptions): Move ...
2001-03-07 rthBrad's -ffast-math breakup.
2001-02-14 mmitchel * Makefile.in (toplev.o): Depend on params.h.
2001-01-15 aldyhnew option to disable guessing of branch prediction
2001-01-05 meissnerDeclare flag_reorder_blocks and flag_rename_registers
2000-10-29 jsm28 * toplev.c, flags.h, fold-const.c, real.c, rtl.c,
2000-10-18 cchavvaAdding new option -ftrapv.
2000-10-06 rth * c-decl.c (warn_missing_noreturn): Remove.
2000-09-25 bkoz2000-09-25 Branko Cibej <branko.cibej@hermes.si>
2000-09-22 mmitchel * toplev.c (warn_disabled_optimization): Declar...
2000-09-13 ciceron * flags.h (flag_dump_rtl_in_asm): Declare.
2000-09-07 zackIntegrated preprocessor.
2000-08-29 zack * flags.h (time_report, mem_report): New global flags.
2000-08-29 jason2000-08-28 Daniel Berlin <dberlin@redhat.com>
2000-07-30 rth * Makefile.in (OBJS): Add doloop.o.
2000-07-10 cchavva * flags.h : Add new variable flag_single_precis...
2000-05-17 cagneyAdd options -Wunused-variable, -Wunused-function, ...
2000-05-09 zacktop level:
2000-04-11 loewis * extend.texi (-fthis-is-variable): Undocument.
2000-03-29 hubicka * flags.h (flag_optimize_sibling_calls): Declare.
2000-02-20 kenner * c-common.c (decl_attributes): Set DECL_SIZE_UNIT.
2000-01-19 rth * stupid.c: Die die die.
1999-12-04 geoffk* c-common.c (enum attrs): Add A_NO_LIMIT_STACK.
1999-12-03 geoffk* flags.h (warn_padded, warn_packed): Add global var...
1999-11-04 mmitchel * flags.h (flag_renumber_insns): Declare.
1999-11-01 kennerFri Oct 29 15:25:07 1999 Arnaud Charlet <charlet...
1999-10-16 gkm* flags.h (flag_bounds_check, flag_bounded_pointers...
1999-09-02 geoffk* flags.h: New variables align_loops, align_loops_log,
1999-08-31 rth Merge peephole2 from new_ia32_branch:
1999-08-24 law * configure.in: Remove code to select/de-select...
1999-08-18 geoffk* cse.c (cse_insn): Call never_reached_warning when...
1999-08-09 cruxInclude function.h in most files. Remove most of the...
1999-05-18 burleyimprove open-coding of complex divide, use new method...
1999-05-12 burleydisable maintenance of errno
1999-04-25 law * flags.h (inline_max_insns): Declare.
1999-01-31 zack1999-01-31 17:52 -0500 Zack Weinberg <zack@midnite...
1999-01-27 lawMerge in gcc2 snapshot 19980929. See gcc/ChangeLog...
1998-11-23 rthUlrich Drepper <drepper@cygnus.com>
1998-10-08 law * flags.h (flag_branch_on_count_reg): Always declare
1998-10-06 amylaarCleanup for -fdump-unnumbered:
1998-09-28 clm * flags.h: Add flag_data_sections.
1998-07-30 raeburnFunction entry/exit profiling instrumentation:
1998-06-29 law * Merge from gcc2 June 9, 1998 snapshot. See...
1998-06-25 mmitchel * invoke.texi (-fstrict-aliasing): Document.
1998-06-08 amacleodThu Jun 8 14:16:15 EDT 1998 Andrew MacLeod <amacleod...
1998-03-28 law * basic-block.h (basic_block_computed_jump_target...
1998-02-25 rth * flags.h (g_switch_value, g_switch_set): Declare.
1998-02-15 law * toplev.c (flag_schedule_reverse_before_reload...
1998-02-05 amylaar * regmove.c: Update.
1998-01-26 law * flags.h: New flag (optimize_size).
1998-01-14 lawBring in final gcc-2.8.0 changes.
1997-12-24 law * flags.h, toplev.c, calls.c, alias.c: Remove...
1997-12-21 law * c-pragma.c (handle_pragma_token): Generate...
1997-11-09 law * flags.h (flag_rerun_loop_opt): Declare.
1997-08-28 law * flags.h (flag_move_all_movables): Declare.
1997-08-12 law * Integrate Haifa instruction scheduler.
1997-08-11 law * Integrate alias analysis changes from jfc...
1997-08-02 kenner(flag_check_memory_usage, flag_prefix_function_name...
1997-07-17 kenner(flag_stack_check): New declaration.
1997-05-01 wilson(current_function_is_thunk): Add extern to declaration.
1997-04-24 merrillx
1997-04-23 mrsAdd setjmp/longjmp exception handling.
1997-03-28 dje * flags.h (profile_arc_flag, flag_test_coverage,
1996-11-15 merrillx
1996-07-03 mrsformatting tweaks
1996-05-17 dje * flags.h (flag_debug_asm): Declare.
1996-05-06 merrill-fno-common change
1996-04-15 law * flags.h (flag_function_sections): Declare.
1995-06-15 kennerUpdate FSF address.
1995-03-31 meissnerAdd -fpack-struct.
1994-05-13 mrs * calls.c (expand_call): Only destroy temporari...
1994-02-27 kenner(id_clash_len): Now unsigned.
next