aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2005-06-30pretty-print.h (PP_NL_ARGMAX): New.Zack Weinberg1-4/+9
2005-06-29c-common.c (flag_next_runtime): Move...Ziemowit Laski1-0/+8
2005-06-27toplev.c (process_options): Use if (FRAME_GROWS_DOWNWARD) instead of preproce...Jakub Jelinek1-3/+1
2005-06-27c-cppbuiltin.c (c_cpp_builtins): Add __SSP_ALL__ and __SSP__.Richard Henderson1-0/+12
2005-06-25Update FSF address.Kelley Cook1-2/+2
2005-06-04function.c (prologue, [...]): Change their types to VEC(int,heap)*.Kazu Hirata1-1/+0
2005-06-01system.h (TARGET_OPTIONS, [...]): Poison.Richard Sandiford1-278/+29
2005-06-01opts.h (cl_option_state): New structure.Richard Sandiford1-11/+40
2005-06-01c-objc-common.c (c_tree_printer): Check flag before hashtable.Daniel Berlin1-1/+1
2005-05-31tm.texi (TARGET_GET_PCH_VALIDITY, [...]): Tweak the documentation to make it ...Richard Sandiford1-4/+9
2005-05-24c-common.c (unsigned_conversion_warning): Move warning control from if() to w...DJ Delorie1-5/+0
2005-05-03c-decl.c (store_parm_decls_oldstyle): Let diagnostic machinery decide if the ...DJ Delorie1-1/+1
2005-04-26collect2.c, [...]: Replace calls to `unlock_stream' with `unlock_std_streams'.Kaveh R. Ghazi1-3/+1
2005-04-24collect2.c (main): Unlock the stdio streams.Kaveh R. Ghazi1-0/+5
2005-04-23diagnostic.c (warning): Accept parameter to classify warning option.DJ Delorie1-22/+22
2005-03-30[multiple changes]Jan Hubicka1-2/+2
2005-03-29re PR middle-end/20622 (Alias to nocommon variable fails to assemble on ppc64)Jakub Jelinek1-0/+2
2005-03-29Makefile.in (value-prof.o): New dependencies on $(DIAGNOSTIC_H) $(TREE_H) and...Dale Johannesen1-3/+0
2005-03-16re PR middle-end/15700 ([unit-at-a-time] Inlining problem leads to miscompila...Richard Henderson1-4/+1
2005-03-15toplev.c (display_target_options): Avoid unused variable warning if TARGET_SW...Richard Sandiford1-1/+4
2005-03-14config.gcc (extra_options): New variable for listing option files.Richard Sandiford1-23/+36
2005-02-24re PR middle-end/18902 (Naive (default) complex division algorithm)Richard Henderson1-1/+5
2005-02-22Fix FreeBSD __LDBL_MAX__ -pedantic -save-temps bug.James E Wilson1-2/+5
2005-02-11tree-complex.c (expand_complex_libcall): New.Richard Henderson1-2/+2
2005-01-27re PR c++/14329 ([4.1 only] badly formatted warnings for SRA replacements use...Richard Henderson1-8/+21
2005-01-24rtlanal.c (non_rtx_starting_operands, [...]): New.Paolo Bonzini1-0/+1
2005-01-19* toplev.c (init_asm_output): Remove dead #ifdef.Tobias Schlüter1-5/+0
2005-01-18basic-block.h, [...]: Update copyright.Kazu Hirata1-1/+1
2005-01-16re PR target/16304 (bootstrap failure on AIX 4.3.3: cannot build strstream in...John David Anglin1-0/+3
2005-01-04* toplev.c (get_src_pwd): Handle failure of getpwd().Geoffrey Keating1-1/+5
2004-12-18re PR middle-end/18897 (/usr/ccs/bin/ld: Unsatisfied symbols: putchar (first ...Zack Weinberg1-0/+5
2004-12-01re PR middle-end/18667 (ice with --parm integer-share-limit=0)Nathan Sidwell1-3/+3
2004-11-25re PR c++/18001 (Badly formatted error message (quotation problem))Mark Mitchell1-0/+7
2004-11-12re PR c++/18416 (ICE in import_export_decl)Mark Mitchell1-7/+0
2004-11-11toplev.c (floor_log2): Rename from floor_log2_wide, use CLZ_HWI.Richard Henderson1-14/+20
2004-11-02re PR debug/18242 (Dignostic for unsupported debug format is incorrect)Danny Smith1-1/+1
2004-10-15toplev.c (dump_file_name): Change type to be const.Andrew Pinski1-1/+1
2004-10-13toplev.c (compile_file): Call mudflap_finish_file from here ...Frank Ch. Eigler1-0/+5
2004-09-28common.opt (flag_gcse_sm): Disable by default.Steven Bosscher1-11/+1
2004-09-15attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through ...Joseph Myers1-11/+12
2004-09-14unroll.c: Removed.Zdenek Dvorak1-19/+1
2004-09-11profile.c (BB_TO_GCOV_INDEX): move more to the front.Jan Hubicka1-2/+0
2004-09-10dbxout.c (dbxout_block): Update for current_function_func_begin_label a string.Geoffrey Keating1-2/+2
2004-09-10toplev.c (warn_deprecated_use): Correct logic for saying "type" in diagnostic.Joseph Myers1-7/+10
2004-09-10cgraph.h (cgraph_dump_file): Do not declare.Paolo Bonzini1-1/+1
2004-09-09Makefile.def: Remove libbanshee.Daniel Berlin1-4/+0
2004-09-09targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & i...Giovanni Bajo1-1/+1
2004-09-09c-tree.h (C_DECL_USED, [...]): New.Joseph Myers1-0/+1
2004-09-06Unify the management of RTL and tree-level dump files.Paolo Bonzini1-2/+2
2004-09-02* toplev.c (process_options): Fix typo.Richard Sandiford1-1/+1