- 16 Jul, 1997 9 commits
-
-
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 27 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 -
From-SVN: r14442
Richard Stallman committed -
From-SVN: r14441
Karl Berry committed -
From-SVN: r14440
Richard Kenner committed -
From-SVN: r14439
Richard Kenner committed -
From-SVN: r14438
Richard Kenner committed -
From-SVN: r14437
Richard Kenner committed -
From-SVN: r14436
Richard Kenner committed -
From-SVN: r14435
Richard Kenner committed -
From-SVN: r14434
Richard Kenner committed -
From-SVN: r14433
Richard Kenner committed -
From-SVN: r14432
Richard Kenner committed -
From-SVN: r14431
Richard Kenner committed -
(anddi3, iordi3, xordi3): New patterns. ({and,ior,xor}si3_internal): Use corresponding output_???si3 function. From-SVN: r14430
Richard Kenner committed -
From-SVN: r14429
Richard Kenner committed -
variable is too large. From-SVN: r14428
Richard Kenner committed -
From-SVN: r14427
Richard Kenner committed -
(schedule_block): Free space associated with reg_pending_sets and old_live_regs. (schedule_insns): Free bb_{dead,live}_regs on first pass. (sched_analyze_insn): Use EXECUTE_IF_SET_IN_REG_SET and then clear. From-SVN: r14426
Richard Kenner committed -
From-SVN: r14425
Richard Kenner committed -
(allocate_reg_info): Invoke MAX_REGNO_REG_SET. (regset_release_memory): Free basic_block_live_at_start storage. From-SVN: r14424
Richard Kenner committed -
(regno_uninitialized, regno_clobbered_at_setjmp): Likewise. (dump_flow_info, flow_analysis): Likewise. From-SVN: r14423
Richard Kenner committed -
(init_regset_vector): Make global; don't take basic block times # of pseduos as argument. (life_analysis): Change all init_regset_vector calls. Use free_regset_vector to release arrays only flow uses at end. (allocate_for_life_analysis): Change init_regset_vector call. Don't set regset_{size,bytes}. (free_regset_vector): Call FREE_REG_SET to release any memory allocated by each vector. (propagate_block): Call FREE_REG_SET on dead/live. (mark_used_regs): Don't use REGSET_ELT_TYPE anymore. From-SVN: r14422
Richard Kenner committed -
(regset_{size,bytes}): Delete. (regs_live_at_setjmp): Declare. (EXECUTE_IF_SET_AND_RESET_IN_REG_SET): Delete. From-SVN: r14421
Richard Kenner committed -
From-SVN: r14420
Richard Kenner committed -
(BASIC_BLOCK_H): New make variable for basic-block.h, bitmap.h. ({flow,combine,regclass,local-alloc,reload1,reorg,sched}.o): Use BASIC_BLOCK_H variable instead of basic-block.h. From-SVN: r14419
Richard Kenner committed -
From-SVN: r14418
Jason Merrill committed
-
- 13 Jul, 1997 1 commit
-
-
From-SVN: r14417
Richard Kenner committed
-