Home
last modified time | relevance | path

Searched refs:compile_file (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/gcc/gcc/
Dtoplev.c113 static void compile_file (void);
1021 compile_file (void) in compile_file() function
2010 compile_file (); in do_compile()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtoplev.c113 static void compile_file PARAMS ((void));
2184 compile_file () in compile_file() function
5506 compile_file (); in do_compile()
DFSFChangeLog.11563 (compile_file): If flag_exceptions still has the value 2, then
2653 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
2666 * toplev.c (compile_file): Just call output_exception_table.
4205 (finish_parse): New function (called by compile_file).
4210 (compile_file): #if USE_CPPLIB don't open input file here,
4222 * toplev.c (compile_file): Also emit any deferred TREE_PUBLIC inlines.
6259 * toplev.c (compile_file): Shorten "branch-probabilities" in
6740 (compile_file): Set branch_prob_time. Pass flag_test_coverage to
9022 (compile_file): Support dwarf2 separately from dwarf1.
9803 (compile_file): Do send vars with no RTL to the DWARF code.
[all …]
DChangeLog.2466 (compile_file): Use fnotice instead of notice. Adjust call.
2959 * toplev.c (compile_file): Likewise.
3122 * toplev.c (compile_file): Reuse dumpname memory instead
6043 (compile_file): Add pass numbers to all of the dump file suffixes.
7377 * toplev.c (compile_file): Call init_eh.
7751 * toplev.c (compile_file): Likewise.
7916 * toplev.c (compile_file): Likewise.
8287 * toplev.c (compile_file): Call it.
8772 (compile_file): Call xstrdup, not xmalloc/strcpy.
8813 (compile_file): If doing GC, use ggc_alloc_string on input filename.
[all …]
DChangeLog.02484 (compile_file): Remove flag_exceptions == 2 hack.
3115 (compile_file): Initialize gcse_time and clean out the gcse dump
5156 * toplev.c (compile_file): Call init_parse using new interface.
5331 code originally in compile_file.
5335 (compile_file): Remove code which is now handled by init_parse
9165 * toplev.c (compile_file): Call init_alias_once.
10791 (compile_file): If flag_exceptions still has the value 2, then
12017 * toplev.c (compile_file): Call dwarf2out_frame_{init,finish}.
12030 * toplev.c (compile_file): Just call output_exception_table.
12904 (compile_file): Initialize regmove_time; open/close the regmove dump
DChangeLog.1670 * toplev.c (compile_file): Move call to check_global_declarations
840 (compile_file): Here.
1846 * toplev.c (compile_file): Typo flow_dump -> flow2_dump.
3977 * toplev.c (compile_file): Disable -ffunction-sections and
6988 * toplev.c (compile_file): Move call to output_func_start_profiler
8989 (compile_file): If graph dumping is enabled also clear these files.
9427 * toplev.c (compile_file): Don't pedwarn about undefined static
10301 * toplev.c (compile_file): Call free_reg_info, not allocate_reg_info.
10309 * toplev.c (compile_file): Temporarily revert last change.
10321 * toplev.c (compile_file): Call allocate_reg_info to free register
[all …]
DChangeLog.3573 * toplev.c (compile_file): Always call timevar_print.
1860 * toplev.c (compile_file): Call init_alias_once earlier.
2590 * toplev.c (compile_file): Output module level exception table for
3021 (compile_file): Call end_branch_prob if profile_arc_flag too.
3915 * toplev.c (compile_file, push_srcloc, debug_start_source_file):
4314 * toplev.c (compile_file): Don't take strlen of NAME if null.
5310 (compile_file): Don't initialize time variables. Call
7742 (compile_file): Zero to_ssa_time and from_ssa_time.
8066 (compile_file, decode_d_option): Add support for -frename-registers.
8333 (compile_file): Don't clean the dump files. Only finalize .bp dump
[all …]
DFSFChangeLog1263 (compile_file): Run regmove pass after combine pass and do its dump.
2587 (compile_file): Try to emit nop to separate gcc_compiled symbol.
DChangeLog.63382 * toplev.c (compile_file): Test VMS_DEBUGGING_INFO, VMS_DEBUG, and
4550 (close_dump_file, compile_file): Likewise.
4736 (compile_file): Split cleanup code out to finalize.
5131 (compile_file): Move most of initialization to above functions.
7103 * toplev.c (compile_file): If dumping stats, dump tree stats too.
7560 * toplev.c (compile_file): Call lang_hooks.clear_binding_stack
7956 * toplev.c (compile_file, toplev_main): Update.
8594 * toplev.c (compile_file): Ignore return value from yyparse.
15248 * toplev.c (compile_file): Likewise.
17494 * toplev.c (compile_file, rest_of_compilation): Update.
[all …]
DChangeLog.54012 * toplev.c (compile_file): Call dw2_output_indirect_constants.
4079 * toplev.c (compile_file): Move comment for opening output
4298 * toplev.c (compile_file): Set up the output file before we call
5542 (compile_file): Don't call ASM_IDENTIFY_GCC or ASM_IDENTIFY_LANGUAGE.
7119 (compile_file): Call init_eh before init_optabs. Don't
8900 (compile_file): ... here.
9296 * toplev.c (compile_file): Cast enum DFI to int.
13246 * toplev.c (compile_file): Use lang_hooks for lang_init ()
DChangeLog.43486 (compile_file): Don't call init_tree_codes.
3510 toplev.c (compile_file),
3560 (compile_file): Call stringpool_statistics if mem_report is on.
6362 (compile_file): Remove ggc_p conditionals.
10073 (compile_file): Turn on time_report if quiet_flag is off.
10938 * toplev.c (compile_file): Output to a file even if -fsyntax-only.
DChangeLog6643 compile_file to new function, write_global_declarations. Change
6644 compile_file to use final_write_globals hook. Change
16919 (compile_file): Pass aux_base_name to init init_branch_prob and
DFSFChangeLog.102966 * toplev.c (compile_file): Likewise.
8872 * toplev.c (compile_file): Call weak_finish.
DChangeLog.710034 (compile_file): Update call to parse_file hook.
13458 * toplev.c (compile_file): Use getdecls langhook.
13821 * toplev.c (compile_file): Use parse_file hook.
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-1994684 function declared static, make the decl non-PUBLIC so compile_file
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
DChangeLog.14124 function declared static, make the decl non-PUBLIC so compile_file