OSDN Git Service

Oops - forgot to include ChangeLog entry for m32r patch
[pf3gnuchains/gcc-fork.git] / gcc / toplev.c
2005-03-16 rth PR middle-end/15700
2005-03-15 rsandifo * toplev.c (display_target_options): Avoid unused...
2005-03-14 rsandifo * config.gcc (extra_options): New variable for listing...
2005-02-24 rth PR middle-end/18902
2005-02-23 wilsonFix FreeBSD __LDBL_MAX__ -pedantic -save-temps bug.
2005-02-12 rth * tree-complex.c (expand_complex_libcall):...
2005-01-27 rth PR tree-opt/14329
2005-01-24 bonzini2005-01-24 Paolo Bonzini <bonzini@gnu.org>
2005-01-18 tobi* toplev.c (init_asm_output): Remove dead #ifdef.
2005-01-18 kazu * basic-block.h, c-common.c, c-cppbuiltin.c, c-lang.c,
2005-01-16 danglin PR target/16304
2005-01-04 geoffk * toplev.c (get_src_pwd): Handle failure of getpwd().
2004-12-18 zack PR 18897
2004-12-01 nathan PR middle-end/18667
2004-11-25 mmitchel PR c++/18001
2004-11-12 mmitchel PR c++/18416
2004-11-12 rth * toplev.c (floor_log2): Rename from floor_log2...
2004-11-02 dannysmith PR debug/18242
2004-10-16 pinskia2004-10-15 Andrew Pinski <pinskia@physics.uc.edu>
2004-10-13 fche2004-10-13 Frank Ch. Eigler <fche@redhat.com>
2004-09-28 steven * common.opt (flag_gcse_sm): Disable by default.
2004-09-15 jsm28gcc:
2004-09-14 rakdver * unroll.c: Removed.
2004-09-11 hubicka * profile.c (BB_TO_GCOV_INDEX): move more to the front.
2004-09-10 geoffk * dbxout.c (dbxout_block): Update for
2004-09-10 jsm28 * toplev.c (warn_deprecated_use): Correct logic for...
2004-09-10 bonzini2004-09-10 Paolo Bonzini <bonzini@gnu.org>
2004-09-09 dberlinToplevel:
2004-09-09 nathan * targhooks.c (default_unwind_emit, default_scalar_mod...
2004-09-09 jsm28 * c-tree.h (C_DECL_USED, parser_obstack, in_alignof...
2004-09-06 bonzini2004-09-06 Paolo Bonzini <bonzini@gnu.org>
2004-09-02 rsandifo * toplev.c (process_options): Fix typo.
2004-09-01 rakdver * Makefile.in (rtl-profile.o, value-prof.o): Add GCC_H...
2004-09-01 shebs * toplev.c (process_options): Ensure debug_hook...
2004-08-26 rearnshaPR target/13506
2004-08-18 cticeHot/cold partitioning update patch. The problems that...
2004-08-05 geoffk2004-08-04 Geoffrey Keating <geoffk@apple.com>
2004-08-03 dalej2004-08-03 Dale Johannesen <dalej@apple.com>
2004-07-17 steven * cfgcleanup.c (try_simplify_condjump): Don't remove...
2004-06-30 bothner Conditionally compile support for --enable-mapped_loca...
2004-06-20 rakdver * loop-invariant.c: New file.
2004-06-19 pinskia2004-06-19 Andrew Pinski <apinski@apple.com>
2004-06-14 rakdver * Makefile.in (FLAGS_H): New.
2004-06-09 dj* toplev.c (floor_log2_wide): Correct casts for 64...
2004-06-08 dj* toplev.c (floor_log2_wide): Replace loop with faster bit
2004-06-05 dannysmith * toplev.c (init_asm_output): Add explicit...
2004-06-03 geoffk * toplev.c (check_global_declarations): Don't ask for
2004-06-03 mgadams * tree.h: Remove include of version.h
2004-05-30 kazu * bb-reorder.c, builtins.c, c-common.c, c-gimplify.c,
2004-05-25 hagog * ddg.h, ddg.c, modulo-sched.c: New files.
2004-05-13 dnovilloMerge tree-ssa-20020619-branch into mainline.
2004-05-11 pbrook * flags.h (flag_short_enums): Update comment.
2004-04-20 bonzini2004-04-19 Paolo Bonzini <bonzini@gnu.org>
2004-04-20 wilsonpatch from Anil Paranjpe to fix H8/300 .ident problem.
2004-04-17 bonzini2004-04-17 Paolo Bonzini <bonzini@gnu.org>
2004-04-09 ctice2004-04-09 Caroline Tice <ctice@apple.com>
2004-04-05 ctice2004-04-05 Caroline Tice <ctice@apple.com>
2004-04-01 rth * toplev.c (backend_init): Move init_optimizati...
2004-03-29 hubicka * toplev.c (backend_init): Add missing call to inint_o...
2004-03-14 sayle * alias.c (get_alias_set): Replace calls via (*lang_ho...
2004-03-03 dje2004-03-03 Mostafa Hagog <mustafa@il.ibm.com>
2004-03-03 hubicka * ggc-common.c (ggc_alloc_cleared_stat, ggc_realloc_stat):
2004-02-27 rth * passes.c: New file.
2004-02-27 kazu * c-decl.c, c-ppoutput.c, combine.c, cppfiles.c, dwarf...
2004-02-24 rth * toplev.c (dump_file_tbl): Rename from dump_file.
2004-02-23 kazugcc/
2004-02-20 bothner * input.h: Don't #include line-map.h. It may cause...
2004-02-20 wilsonFix ce3/rnreg dump file ordering problem.
2004-02-17 steven * (c-decl.c, c-semantics.c, calls.c, cgraph...
2004-02-17 mmitchel PR c++/11326
2004-02-17 rakdver * loop-iv.c: New file.
2004-02-12 zack * debug.h (struct gcc_debug_hooks): Add type_decl...
2004-02-06 zlomek Josef Zlomek <zlomekj@suse.cz>
2004-02-06 hubicka * recog.c (split_all_insns): Do not update reg info.
2004-01-30 pinskia2004-01-30 Andrew Pinski <pinskia@physics.uc.edu>
2004-01-30 hubicka * alloc-pool.c: Include hashtab.h
2004-01-30 steven * toplev.c: Fix broken checkin of 2003-12-30, again.
2004-01-27 amylaar * Makefile.in (bt-load.o): Depend on except.h.
2004-01-23 ian PR gcc/1532
2004-01-23 hubicka * basic-block.h (PROP_POSTRELOAD): New macro.
2004-01-20 hubicka * varray.c: Include hashtab.h
2004-01-20 bothner Move cpp_reader's line_maps field to a shared global.
2004-01-17 hubicka * toplev.c (rest_of_handle_reorder_blocks): Fix pasto...
2004-01-17 hubicka * toplev.c (HAVE_conditional_execution): Provide default.
2004-01-11 steven PR fortran/9972
2004-01-11 rsandifo PR optimization/13469
2004-01-10 echristo2004-01-09 Eric Christopher <echristo@redhat.com>
2004-01-06 kazu * alias.c: Fix comment typos.
2004-01-05 kazu * system.h (ASM_OUTPUT_MAIN_SOURCE_FILENAME): Poison.
2004-01-05 stevenI am a moron.
2004-01-01 hubicka PR opt/13473
2003-12-30 steven Backport from tree-ssa (relevant changes only):
2003-12-29 hubicka * toplev.c (rest_of_handle_loop_optimize): Enable...
2003-12-24 mmitchel * Makefile.in (OBJS-common): Remove dwarfout.o.
2003-12-23 ebotcazou PR optimization/13394
2003-12-22 wilsonPatch from Dan Nicolaescu
2003-12-18 steven * Makefile.in (tracer.o, bb-reorder.o): Depend on...
2003-12-16 kazu * system.h (DEFAULT_CALLER_SAVES): Poison.
2003-12-03 hubicka PR optimization/12324
2003-12-01 sayle PR optimization/12628
next