aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-09-01Makefile.in (rtl-profile.o, [...]): Add GCC_H dependency.Zdenek Dvorak1-0/+23
2004-09-01* toplev.c (process_options): Ensure debug_hooks is initialized.Stan Shebs1-1/+2
2004-08-26re PR target/13506 (tcpsm.c:263: internal compiler error: Segmentation fault)Richard Earnshaw1-0/+9
2004-08-18Hot/cold partitioning update patch.Caroline Tice1-0/+5
2004-08-05re PR c/14516 (-fleading-underscore does not work correctly for file static v...Geoffrey Keating1-1/+1
2004-08-03rs6000.c (machopic_output_stub): Align Darwin stubs.Dale Johannesen1-5/+0
2004-07-17cfgcleanup.c (try_simplify_condjump): Don't remove line notes to avoid unreac...Steven Bosscher1-2/+1
2004-06-30Conditionally compile support for --enable-mapped_location.Per Bothner1-11/+41
2004-06-20loop-invariant.c: New file.Zdenek Dvorak1-0/+13
2004-06-19re PR c++/15721 (template instantation omits static data members)Andrew Pinski1-3/+4
2004-06-14Makefile.in (FLAGS_H): New.Zdenek Dvorak1-709/+19
2004-06-08toplev.c (floor_log2_wide): Correct casts for 64-bit hosts.Richard Kenner1-9/+9
2004-06-08toplev.c (floor_log2_wide): Replace loop with faster bit operations.DJ Delorie1-19/+31
2004-06-05toplev.c (init_asm_output): Add explicit 'b' to mode when opening asm_out_file.Danny Smith1-1/+1
2004-06-03toplev.c (check_global_declarations): Don't ask for DECL_ASSEMBLER_NAME unles...Geoffrey Keating1-3/+3
2004-06-03tree.h: Remove include of version.hMark G. Adams1-0/+1
2004-05-30bb-reorder.c, [...]: Fix comment formatting.Kazu Hirata1-3/+3
2004-05-25ddg.h, [...]: New files.Ayal Zaks1-0/+4
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo1-17/+75
2004-05-11flags.h (flag_short_enums): Update comment.Paul Brook1-1/+5
2004-04-20Revert part of 2004-04-17 change that moved -frename-registers to -O1.Paolo Bonzini1-2/+3
2004-04-20patch from Anil Paranjpe to fix H8/300 .ident problem.Anil Paranjpe1-2/+5
2004-04-17opts.c (decode_options): Do not enable flag_rename_registers and flag_web at ...Paolo Bonzini1-13/+65
2004-04-09basic-block.h (struct edge_def): Add new field, crossing_edge.Caroline Tice1-0/+6
2004-04-05gcc.c (combine_flag): New global variable, for new driver option.Caroline Tice1-1/+6
2004-04-01toplev.c (backend_init): Move init_optimization_passes call ...Richard Henderson1-1/+1
2004-03-29toplev.c (backend_init): Add missing call to inint_optimization_passes.Jan Hubicka1-0/+1
2004-03-14alias.c (get_alias_set): Replace calls via (*lang_hooks.foo) () with lang_hoo...Roger Sayle1-10/+10
2004-03-03common.opt: Add description of the new -fgcse-after-reload flag.Mostafa Hagog1-0/+4
2004-03-03ggc-common.c (ggc_alloc_cleared_stat, [...]): Rename from ...; make statistic...Jan Hubicka1-0/+1
2004-02-27passes.c: New file.Richard Henderson1-2110/+5