aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-01re PR rtl-optimization/13473 (cc1 segfault w/-march=pentium4)Jan Hubicka1-24/+24
2003-12-30backport: et-forest.h (et_forest_create, [...]): Declarations removed.Steven Bosscher1-1/+4
2003-12-29* toplev.c (rest_of_handle_loop_optimize): Enable LOOP_AUTO_UNROLL.Jan Hubicka1-1/+1
2003-12-24Makefile.in (OBJS-common): Remove dwarfout.o.Mark Mitchell1-4/+0
2003-12-23re PR rtl-optimization/13394 (noreturn attribute ignored on recursive invokat...Eric Botcazou1-4/+8
2003-12-21Patch from Dan NicolaescuDan Nicolaescu1-0/+1
2003-12-18Makefile.in (tracer.o, [...]): Depend on timevar.hSteven Bosscher1-4/+0
2003-12-16system.h (DEFAULT_CALLER_SAVES): Poison.Kazu Hirata1-4/+0
2003-12-03re PR rtl-optimization/12324 ([unit-at-a-time] not emitting function referenc...Jan Hubicka1-2/+9
2003-12-01re PR rtl-optimization/12628 (Segfault with -fno-expensive-optimizations -fno...Roger Sayle1-0/+1
2003-12-01common.opt: Remove -fgnu-linker.Zack Weinberg1-10/+0
2003-12-01re PR rtl-optimization/13024 (gcj can't build current rhug)Jeff Sturm1-24/+21
2003-11-20ssa.c, [...]: Remove files.Richard Henderson1-95/+2
2003-11-13re PR c/13029 (static consts and -Wunused-variable)Mark Mitchell1-1/+5
2003-11-01function.c (assign_parms): Add ATTRIBUTE_UNUSED to variable reg_parm_stack_sp...John David Anglin1-0/+2
2003-10-27toplev.c (enum dump_file_index, dump_file): Fix ordering of webizer pass dump.Jan Hubicka1-2/+2
2003-10-26toplev.c (default_get_pch_validity): Guard the use of target_options with #if...Kazu Hirata1-0/+6
2003-10-26* toplev.c (default_pch_valid_p): Fix warning.Andreas Jaeger1-1/+1
2003-10-24re PR pch/10757 (Adding -fpic/-fPIC causes crash with PCH created without -fp...Geoffrey Keating1-0/+109
2003-10-23toplev.c (output_file_directive): Allow for null input_name.Andrew Haley1-2/+8
2003-10-22re PR debug/12389 ([testcase needed] ICE in gen_subprogram_die for nested fun...Jan Hubicka1-1/+1
2003-10-20toplev.c (rest_of_compilation): Fix webizer pass ordering.Jan Hubicka1-3/+3
2003-10-19Makefile.in (toplev.o): Add value-prof.h dependency.Zdenek Dvorak1-2/+40
2003-10-17common.opt: Add description of the new -fgcse-las flag.Mostafa Hagog1-0/+6
2003-10-15genmodes.c: Include hashtab.h.Zack Weinberg1-0/+2
2003-10-11Makefile.in (web.o): New.Jan Hubicka1-1/+25
2003-10-09haifa-sched.c (ok_for_early_schedule): New function.Dorit Naishlos1-0/+16
2003-09-28toplev.c (flag_evaluation_order): New global variable.Roger Sayle1-0/+3
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson1-3/+3
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson1-3/+3
2003-09-20c-format.c (gcc_diag_char_table): Add %J.Richard Henderson1-11/+5
2003-09-17re PR rtl-optimization/11646 (ICE in commit_one_edge_insertion with -fnon-cal...Eric Botcazou1-1/+2
2003-09-08toplev.c (rest_of_compilation): Call split_all_insns before regstack if optim...Jakub Jelinek1-0/+17
2003-09-07* diagnostic.c (warn_deprecated_use): Move to toplev.cGabriel Dos Reis1-0/+38
2003-09-06toplev.c (rest_of_decl_compilation): Do not finalize external virables.Jan Hubicka1-1/+1
2003-09-06* diagnostic.c (announce_function): Move to toplev.c.Gabriel Dos Reis1-0/+17
2003-09-04toplev.c (wrapup_global_declarations): Fix final pass in unit-at-atime mode.Jan Hubicka1-1/+1
2003-09-03toplev.c (flag_rounding_math): New global variable.Roger Sayle1-0/+6
2003-08-29function.h (struct function): Add rtl_inline_init, saved_for_inline.Richard Henderson1-5/+4
2003-08-13regclass.c (init_reg_modes): Make non-static.Per Bothner1-3/+2
2003-08-08common.opt: Add debug switches.Neil Booth1-197/+17
2003-08-05c.opt: Introduce -fworking-directory.Alexandre Oliva1-0/+35
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher1-9/+1
2003-07-25Remove pedwarn_with_decl, warning_with_decl and error_with_decl from GCC.Gabriel Dos Reis1-11/+45
2003-07-19alias.c [...]: Remove unnecessary casts.Kaveh R. Ghazi1-4/+4
2003-07-19common.opt: Document --param.Neil Booth1-12/+0
2003-07-18toplev.c (rest_of_handle_addresof): Rename into rest_of_handle_addressof.Eric Botcazou1-5/+5
2003-07-18Makefile.in, [...]: Remove handling of lang-options.h and options_.h.Neil Booth1-68/+0
2003-07-17c.opt: Document Uncodumented; use it.Neil Booth1-0/+1
2003-07-15c.opt: Document more options.Neil Booth1-166/+0