Home
last modified time | relevance | path

Searched refs:toplev (Results 1 – 25 of 179) sorted by relevance

12345678

/netbsd-src/external/gpl3/binutils.old/dist/
H A Dsrc-release.sh108 rm -rf proto-toplev
109 mkdir proto-toplev
123 ln -s ../$d/proto-$d.dir proto-toplev/$d
125 ln -s ../$d proto-toplev/$d
129 mkdir -p proto-toplev/`dirname $d`
131 ln -s ../`echo $x/ | sed -e 's,[^/]*/,../,g'`$d proto-toplev/$d
133 ln -s ../$d proto-toplev/$d
139 mkdir proto-toplev/etc
140 (cd proto-toplev/etc;
146 rm proto-toplev/configure.ac
[all …]
/netbsd-src/external/gpl3/binutils/dist/
H A Dsrc-release.sh110 rm -rf proto-toplev
111 mkdir proto-toplev
125 ln -s ../$d/proto-$d.dir proto-toplev/$d
127 ln -s ../$d proto-toplev/$d
131 mkdir -p proto-toplev/`dirname $d`
133 ln -s ../`echo $x/ | sed -e 's,[^/]*/,../,g'`$d proto-toplev/$d
135 ln -s ../$d proto-toplev/$d
141 mkdir proto-toplev/etc
142 (cd proto-toplev/etc;
148 rm proto-toplev/configure.ac
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog.jit99 * toplev.c (toplev::finalize): Remove calls to empty functions
136 * toplev.c (initialize_rtl): Move static local "initialized_once"
139 (toplev::finalize): Clear rtl_initialized and
147 * toplev.c (toplev::finalize): Add call to ipa_cp_c_finalize.
153 between toplev invocations, since in a release build
158 * toplev.c (toplev::finalize): Call params_c_finalize.
162 * toplev.c (general_init): Initialize input_location.
171 * diagnostic.c (bt_stop): Use toplev::main.
173 * toplev.c (do_compile): Remove argument. Don't check
175 (toplev::toplev, toplev::~toplev, toplev::start_timevars): New
[all …]
H A Dmain.cc36 toplev toplev (NULL, /* external_timer */ in main() local
39 int r = toplev.main (argc, argv); in main()
42 toplev.finalize (); in main()
H A Dtoplev.h31 class toplev
34 toplev (timer *external_timer,
36 ~toplev ();
H A Dtoplev.cc2159 toplev::toplev (timer *external_timer, in toplev() function in toplev
2168 toplev::~toplev () in ~toplev()
2183 toplev::start_timevars () in start_timevars()
2194 toplev::run_self_tests () in run_self_tests()
2219 toplev::main (int argc, char **argv) in main()
2339 toplev::finalize (void) in finalize()
H A DChangeLog-1998169 * toplev.c (rest_of_compilation): Do not set reload_completed.
188 * toplev.c (main): Delete handling of -dM as a preprocessor
193 * toplev.c (main): Don't emit any warnings when using -dD, -dM, or
277 * toplev.c (main): Disable optimize_size if a specific
470 * toplev.c (rest_of_compilation): Supply second argument to
516 * toplev.c: Likewise.
1066 * toplev.c (documented_lang_options): Add -std and remove
1106 * toplev.c (rest_of_compilation): Set reload_completed after
1219 * toplev.c: Likewise.
1220 * toplev.h: Likewise.
[all …]
H A DChangeLog-1999204 * toplev.h (note_deferall_of_defined_inline_function): Declare.
205 * toplev.c (note_deferral_of_defined_inline_function): New
216 * Makefile.in (toplev.o): Depend on loop.h.
256 * toplev.c: Include loop.h.
439 * toplev.c (rest_of_compilation): Restore BLOCK tree
451 * toplev.c (notice, vmessage, v_message_with_file_and_line,
599 * toplev.c (rest_of_compilation): In function-at-a-time-mode,
621 * toplev.c (rest_of_compilation): Run branch shortening after
717 * toplev.c (rest_of_compilation): Call find_basic_block.
1455 * toplev.c (stack_limit_rtx): New variable.
[all …]
H A DChangeLog-200132 * toplev.h: Remove forward def of tree_node, rtx_def.
300 * toplev.c (independent_decode_option): Re-add -aux-info option
318 * toplev.c (dump_file, f_options, W_options): Make static.
1006 * toplev.c (rest_of_compilation): Do now call thread_jumps; use
1296 * toplev.c (parse_options_and_default_flags): Don't enable
1356 * toplev.c (toplev_main): Call hex_init.
1600 toplev.c, cppinit.c, cppmacro.c, gcc.c: Use "built-in" and
1606 * gcc.c, config/fr30/fr30.c, config/v850/v850-c.c, toplev.c: Use
1921 * toplev.c (process_options, parse_options_and_default_flags):
1990 * toplev.c: Include insn-flags.h.
[all …]
H A DChangeLog-20038 * toplev.c (dump_file_index): Reorder ce3 and bbro.
270 * toplev.c (rest_of_handle_branch_prob): Free the dominators.
299 * toplev.c (rest_of_handle_loop_optimize): Enable LOOP_AUTO_UNROLL.
468 * toplev.c (process_options): Remove check for
503 * toplev.c (rest_of_compilation): Move call to
576 * toplev.c (finalize): Call it.
865 * toplev.c (rest_of_handle_reorder_blocks, rest_of_handle_tracer):
1074 * toplev.c (flag_caller_saves): Always initialize with 0.
1771 * toplev.c (rest_of_decl_compilation): Do not deffer when compiling
1910 * toplev.c (rest_of_handle_jump_bypass): Call reg_scan.
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmain.c36 toplev toplev (NULL, /* external_timer */ in main()
39 return toplev.main (argc, argv); in main()
H A Dtoplev.h30 class toplev
33 toplev (timer *external_timer,
35 ~toplev ();
H A Dtoplev.c2302 toplev::toplev (timer *external_timer, in toplev() function
2311 toplev::~toplev () in ~toplev()
2326 toplev::start_timevars () in start_timevars()
2337 toplev::run_self_tests () in run_self_tests()
2367 toplev::main (int argc, char **argv) in main()
2464 toplev::finalize (void) in finalize()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dnotes.txt28 . . V───────────────────────> toplev::main (for now)
71 . . <───────────────────────────── end of toplev::main
73 . . V───────────────────────> toplev::finalize
75 . . <──────────────────────── end of toplev::finalize
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dnotes.txt28 . . V───────────────────────> toplev::main (for now)
71 . . <───────────────────────────── end of toplev::main
73 . . V───────────────────────> toplev::finalize
75 . . <──────────────────────── end of toplev::finalize
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/
H A Dtest-hello-world.exe.log.txt89 JIT: entering: toplev::main
120 JIT: exiting: toplev::main
123 JIT: entering: toplev::finalize
124 JIT: exiting: toplev::finalize
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/
H A Dtest-hello-world.exe.log.txt89 JIT: entering: toplev::main
120 JIT: exiting: toplev::main
123 JIT: entering: toplev::finalize
124 JIT: exiting: toplev::finalize
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dx-cygwin2 coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) toplev.h diagnostic.h
H A Dx-mingw3229 coretypes.h hosthooks.h hosthooks-def.h toplev.h $(DIAGNOSTIC_H) $(HOOKS_H)
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Dx-cygwin2 coretypes.h hosthooks.h $(HOSTHOOKS_DEF_H) toplev.h diagnostic.h
H A Dx-mingw3229 coretypes.h hosthooks.h hosthooks-def.h toplev.h $(DIAGNOSTIC_H) $(HOOKS_H)
/netbsd-src/external/gpl3/gcc.old/usr.bin/backend/
H A DMakefile479 toplev.d toplev.o: options.h
492 context.d coverage.d lto-cgraph.d passes.d statistics.d toplev.d cgraphunit.d: pass_manager.h
493 context.o coverage.o lto-cgraph.o passes.o statistics.o toplev.o cgraphunit.o: pass_manager.h
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/
H A Dt-vms32 $(TM_H) $(CPPLIB_H) $(TREE_H) c-family/c-pragma.h toplev.h $(GGC_H) \
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/
H A Dt-vms32 $(TM_H) $(CPPLIB_H) $(TREE_H) c-family/c-pragma.h toplev.h $(GGC_H) \
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2010470 * d/patches/patch-gcc-4.4.x, d/patches/patch-toplev-4.4.x: Updated
816 gcc-4.3.x, patches/patch-toplev-3.4.x, patches/patch-
817 toplev-4.0.x, patches/patch-toplev-4.1.x, patches/patch-
818 toplev-4.2.x, patches/patch-toplev-4.3.x:
827 toplev-4.4.x, d/setup-gcc.sh:
878 * patches/patch-toplev-4.1.x, patches/patch-toplev-4.2.x,
879 patches/patch-toplev-4.3.x:
883 * patches/patch-toplev-3.4.x, patches/patch-toplev-4.0.x:
1003 toplev-4.2.x, d/setup-gcc.sh:

12345678