- 19 Jul, 1997 8 commits
-
-
(config.h,stamp-h): Add rules for. (distclean): Delete config2.h, stamp-h. (ALL_CFLAGS): Add @DEFS@. From-SVN: r14487
Doug Evans committed -
From-SVN: r14486
Doug Evans committed -
* configure.in (host_overrides): Set to host_xmake_file, don't create Make-host. (target_overrides): Set to tmake_file, don't create Make-target. (language subdir support): Keep together. From-SVN: r14485
Doug Evans committed -
From-SVN: r14484
Doug Evans committed -
* configure.lang: Delete top level directory from loop. Delete code not useful for language subdirs. From-SVN: r14483
Doug Evans committed -
* configure.in: Don't loop trying to configure language subdirs. Don't pass to configure.lang variables it doesn't use. From-SVN: r14482
Doug Evans committed -
From-SVN: r14481
Doug Evans committed -
c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl if inline function and not new definition. * c-decl.c (duplicate_decls): Set DECL_ABSTRACT_ORIGIN to olddecl if inline function and not new definition. From-SVN: r14480
Doug Evans committed
-
- 18 Jul, 1997 4 commits
-
-
(reload_cse_mem_conflict_p): Remove MEM_OFFSET and MEM_MODE args. (reload_cse_mem_conflict_p, case MEM): Call anti_dependence. (reload_cse_invalidate_mem): Update call to reload_cse_mem_conflict_p. (reload_cse_regs): No longer static. Call init_alias_analysis. Ignore CLOBBER in a PARALLEL. From-SVN: r14479
Richard Kenner committed -
From-SVN: r14478
Richard Kenner committed -
From-SVN: r14477
Richard Kenner committed -
pass srcdir variable. From-SVN: r14476
Richard Kenner committed
-
- 17 Jul, 1997 11 commits
-
-
* configure.in (merged_frags): Delete unused variable. (extra_headers_list): Move setting outside of subdir loop. (extra_headers,extra_passes): Don't pass to configure.lang. (extra_programs,extra_parts,extra_objs): Likewise. (host_extra_gcc_objs,gxx_include_dir,md_cppflags): Likewise. From-SVN: r14475
Doug Evans committed -
* configure.lang (EXTRA_HEADERS,EXTRA_PASSES,EXTRA_PARTS): Delete. (EXTRA_PROGRAMS,EXTRA_OBJS,EXTRA_GCC_OBJS,MD_DEPS): Delete. (version) Delete duplicate entry. From-SVN: r14474
Doug Evans committed -
(f_options): Add "stack-check". From-SVN: r14473
Richard Kenner committed -
From-SVN: r14472
Richard Kenner committed -
From-SVN: r14471
Richard Kenner committed -
requested, emit needed probes. From-SVN: r14470
Richard Kenner committed -
(emit_stack_probe, probe_stack_range): New functions. From-SVN: r14469
Richard Kenner committed -
From-SVN: r14468
Richard Kenner committed -
(probe_stack_range): New declaration. From-SVN: r14467
Richard Kenner committed -
EXECUTE_IF_SET_IN_REG_SET. From-SVN: r14466
Richard Kenner committed -
From-SVN: r14465
Jason Merrill committed
-
- 16 Jul, 1997 12 commits
-
-
From-SVN: r14464
Jason Merrill committed -
From-SVN: r14463
Richard Kenner committed -
EXECUTE_IF_SET_IN_REG_SET. From-SVN: r14462
Richard Kenner committed -
From-SVN: r14461
Richard Kenner committed -
(TARGET_OPTIONS): Add arch= and fp=. Delete fpe=. (enum processor_type): Add PROCESSOR_NONE, for use in all_procs table. (FP_DEFAULT): Default floating point architecture for generic back-end. (PREDICATE_CODES): Add f_register_operand. From-SVN: r14460
Richard Earnshaw committed -
From-SVN: r14459
Richard Earnshaw committed -
From-SVN: r14458
Richard Earnshaw committed -
(target_{cpu,fpe}_name): Delete. (arm_fpu_arch): New variable. (arm_select): Also allow -march=... to configure just the architecture. (all_procs): Allow armv{2,2a,3,3m,4,4t} for use with -march=. (arm_override_options): Handle -march=, but don't let -mcpu= and -mtune= match the architecture names, since we can only tune for an implementation. Rework selection of tuning options for floating point. (use_return_insn): Support interworking with Thumb code. (arm_rtx_costs): Rework multiply costs so that cost is based on the tune, not the architecture. (f_register_operand): New function. (output_return_instruction): Support interworking with Thumb code. (output_func_epilogue): Support interworking with Thumb code. Remove redundant calculation of code_size. Use floating-point load-multiples if permitted. (emit_sfm): New function. (arm_expand_prologue): Use floating-point store-multiples if permitted. From-SVN: r14457
Richard Earnshaw committed -
From-SVN: r14456
Richard Earnshaw committed -
From-SVN: r14451
Richard Earnshaw committed -
From-SVN: r14450
Jim Wilson committed -
Change remaining AC_SUBST to use build_exeext instead of exeext. From-SVN: r14449
Jim Wilson committed
-
- 15 Jul, 1997 3 commits
-
-
to: if [[ x$enable_threads = xyes ]]; then From-SVN: r14448
Doug Evans committed -
From-SVN: r14447
Michael Meissner committed -
From-SVN: r14446
Jason Merrill committed
-
- 14 Jul, 1997 2 commits
-
-
From-SVN: r14445
Jason Merrill committed -
calls.c (emit_library_call): Use right index into argvec array when iterating over arguments which need to... * calls.c (emit_library_call): Use right index into argvec array when iterating over arguments which need to be pushed on the stack. (emit_library_call_value): Likewise. From-SVN: r14444
Jeff Law committed
-