aboutsummaryrefslogtreecommitdiff
path: root/gcc/toplev.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-16basic-block.h (free_bb_for_insn): Declare.Jan Hubicka1-5/+27
2001-09-12c-common.c (c_tree_code_name): Const-ification.Kaveh R. Ghazi1-1/+1
2001-09-11configure.in: Check whether assembler supports section merging.Jakub Jelinek1-0/+14
2001-09-11dbxout.c (dbxout_parms): Fix typo in comment.Hans-Peter Nilsson1-1/+1
2001-09-05function.c (ggc_mark_struct_function): Mark f->outer.Zack Weinberg1-1/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-19final.c (compute_alignments): New function.Jan Hubicka1-0/+1
2001-08-18timevar.def (TV_MACH_DEP): New.Richard Henderson1-0/+2
2001-08-17sbitmap.c: Fix comment formatting.Kazu Hirata1-1/+1
2001-08-12toplev.c (set_float_handler): Make static.Zack Weinberg1-1/+2
2001-08-05Makefile.in (reload1.o): Add dedendancy on except.hJan Hubicka1-1/+4
2001-08-03target.h (gcc_target): Add asm_out.named_section, section_type_flags, have_na...Richard Henderson1-10/+12
2001-07-30i386.c (ix86_output_main_function_alignment_hack): New function.Jan Hubicka1-3/+3
2001-07-29basic-block.h (CLEANUP_PRE_LOOP): New.Jan Hubicka1-8/+8
2001-07-26rtl.h (cleanup_barriers): Declare.Jan Hubicka1-0/+4
2001-07-26toplev.c, [...]: Include xcoffout.h if appropriate.Neil Booth1-0/+5
2001-07-24flow.c (try_simplify_condjump): Avoid duplicated edges.Jan Hubicka1-0/+2
2001-07-24recog.c (split_all_insns_noflow): New.Jan Hubicka1-2/+6
2001-07-23basic-block.h (find_sub_basic_block): Declare.Jan Hubicka1-11/+6
2001-07-22jump.c: Update comments.Jan Hubicka1-7/+17
2001-07-19Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth1-46/+0
2001-07-19Makefile.in (toplev.o, [...]): Don't depend on dwarfout.h.Neil Booth1-100/+3
2001-07-16basic-block.h (CLEANUP_PRE_SIBCALL): New constant.Jan Hubicka1-10/+18
2001-07-15toplev.c (rest_of_compilation): Fix register_life_up_to_date handling...Jan Hubicka1-7/+7
2001-07-15flow.c (redirect_edge_and_branch_force): Initialize global_live_at_start and ...Richard Henderson1-0/+1
2001-07-15loop.c (scan_loop): Add USEs inside PARALLELs into dependencies of the movable.Jan Hubicka1-0/+2
2001-07-15dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth1-3/+3
2001-07-14Re-install recently reverted patch.Jan Hubicka1-56/+30
2001-07-13Revert Jan Hubicka's patch of Fri Jul 13 14:46:21 CEST 2001.Geoffrey Keating1-29/+55
2001-07-13emit-rtl.c (try_split): Update mark_jump_label call.Jan Hubicka1-55/+29
2001-07-12* toplev.c (compile_file): Put call of ASM_FILE_START inside ifdef.Steve Ellcey1-0/+2
2001-07-12Makefile.in (final.o): Depend on debug.h.Neil Booth1-2/+6
2001-07-11Makefile.in (c-lex.o): Wrap long lines.Neil Booth1-90/+1
2001-07-11flow.c (merge_blocks_move_successor_nojumps): Do not crash when fallthru edge...Jan Hubicka1-8/+8
2001-07-10Makefile.in (toplev.o, [...]): Depend on debug.h, wrap long lines.Neil Booth1-30/+28
2001-07-09Makefile.in (OBJS): Add ssa-ccp.oJeff Law1-2/+25
2001-07-04c-lex.c (cb_file_change): Pass line number to debug_start_source_file.Daniel Berlin1-4/+5
2001-07-02toplev.c (dump_file_index): Move SSA dumps just after first jump dump.Jeffrey A Law1-56/+59
2001-06-29ssa-dce.c (ssa_eliminate_dead_code): Renamed from eliminate_date_code.Jeffrey A Law1-11/+11
2001-06-26toplev.c (display_help): Fix param thinko.Daniel Berlin1-1/+1
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis1-9/+7
2001-06-26i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ...Jan Hubicka1-11/+10
2001-06-21integrate.c (ggc.h): Include.DJ Delorie1-1/+4
2001-06-20toplev.c (rest_of_compilation): Run mark_constant_function before profile-arcs.Jan Hubicka1-1/+9
2001-06-13Revert this patch:Mark Mitchell1-10/+0
2001-06-10Makefile.in (c-parse.o): Depend on diagnostic.hGabriel Dos Reis1-6/+0
2001-06-10toplev.c (independent_decode_option): Require `=' between `-aux-info' and fil...Alexandre Oliva1-3/+8
2001-06-09expr.c (expand_expr, [...]): Do not replace an array element with the known i...Mark Mitchell1-0/+10
2001-06-08function.c (diddle_return_value): Kill code to determine return value before ...Jan Hubicka1-12/+15
2001-06-07toplev.c (rest_of_compilation): Revert previous patch.Jan Hubicka1-15/+12