aboutsummaryrefslogtreecommitdiff
path: root/gcc/flags.h
AgeCommit message (Expand)Author
2003-06-20re PR c++/9393 (Anonymous namespaces and compiling the same file twice)Geoffrey Keating
2003-05-02re PR c++/10570 (-fforce-unwind-exceptions semantics needs updating)Richard Henderson
2003-04-01except.c (convert_from_eh_region_ranges_1): Smash REG_EH_REGION notes for not...Richard Henderson
2002-10-20re PR c/761 (Undocumented options, part 1)Roger Sayle
2002-10-08c-opts.c (c_common_decode_option): Add warn_strict_aliasing to -Wall.Nathan Sidwell
2002-10-02re PR rtl-optimization/6627 (-fno-align-functions regression from 2.95)Roger Sayle
2002-09-27extend.texi (tls_model): Document.Jakub Jelinek
2002-09-22dbxout.c: Follow spelling conventions.Kazu Hirata
2002-07-30flags.h: Declare flag_finite_math_only.Toon Moene
2002-07-28Makefile.in: rtlanal.o now depends upon real.h.Roger Sayle
2002-05-24flags.h (TLS_MODEL_GLOBAL_DYNAMIC): Set to 1.Richard Henderson
2002-05-21c-common.h (enum rid): Add RID_THREAD.Richard Henderson
2002-05-15invoke.texi (-malign-double): Re-add lost warning.Jan Hubicka
2002-03-26Add -Wswitch-enum. Document.Andrew Cagney
2002-03-23[multiple changes]Andrew Cagney
2002-03-21langhooks.c (lhd_tree_inlining_cannot_inline_tree_fn): Check flag_really_no_i...Aldy Hernandez
2002-03-07Add 2002 to the copyright dates.Richard Sandiford
2002-03-07defaults.h (MODE_HAS_NANS, [...]): New.Richard Sandiford
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg
2002-03-02Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi
2002-01-10Added __attribute__((deprecated)) patches.Ira Ruben
2001-12-28except.c: Fix comment formatting.Kazu Hirata
2001-12-13predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka
2001-12-06final.c (count_basic_block, [...]): Kill.Jan Hubicka
2001-12-05attribs.c (handle_no_check_memory_usage_atribute): Deleted.Richard Kenner
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp
2001-11-11final.c (*_MAX_SKIP): Use *_max_skip variables.Jan Hubicka
2001-10-20basic-block.h (find_sub_basic_blocks): Use sbitmap parameter.Jan Hubicka
2001-10-11calls.c: Fix formatting.Kazu Hirata
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff
2001-05-27c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth
2001-05-25Standardize header guards.Richard Henderson
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth
2001-04-09alias.c (get_addr): Externalize.Andrew MacLeod
2001-03-27Remove flag_new_exceptions.Richard Henderson
2001-03-27except.h (flag_non_call_exceptions): Move ...Richard Henderson
2001-03-07Brad's -ffast-math breakup.Brad Lucier
2001-02-14Makefile.in (toplev.o): Depend on params.h.Mark Mitchell
2001-01-15new option to disable guessing of branch predictionAldy Hernandez
2001-01-05Declare flag_reorder_blocks and flag_rename_registersMichael Meissner
2000-10-29toplev.c, [...]: Change comments mentioning C9X to refer to C99 instead.Joseph Myers
2000-10-18Adding new option -ftrapv.Chandrakala Chavva
2000-10-05c-decl.c (warn_missing_noreturn): Remove.Richard Henderson
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej
2000-09-22toplev.c (warn_disabled_optimization): Declare new warning flag.Brad Lucier
2000-09-13flags.h (flag_dump_rtl_in_asm): Declare.Stephane Carrez
2000-09-07Integrated preprocessor.Zack Weinberg
2000-08-29flags.h (time_report, mem_report): New global flags.Zack Weinberg
2000-08-28[multiple changes]Jason Merrill