- 13 May, 1995 1 commit
-
-
(find_basic_blocks): Only perform n_basic_blocks sanity check on first pass, and on second pass ensure it has the correct value. From-SVN: r9671
Doug Evans committed
-
- 12 May, 1995 39 commits
-
-
(build_binary_op): Warn when ~unsigned is compared against unsigned, and type promotions result in an unexpected answer. From-SVN: r9670
Doug Evans committed -
From-SVN: r9669
Roland McGrath committed -
(layout_type, case ARRAY_TYPE): Compute length using MAX of length and zero if sizetype signed and neither bound constant. From-SVN: r9668
Richard Kenner committed -
(IMM): New macro. (all code): Use IMM macro instead of hardcoding # for immediate operands. From-SVN: r9667
Ken Raeburn committed -
(extendqidi2, extendhidi2, extendsidi2): Allow "general_operand" instead of "register_operand" 0. (adddid_sexthishl32, subdid_sexthishl32, subdi_dishl32): Likewise. (adddi_dilshr32): Operand 0 constraint changed from "ro" to "do"; Code generation fixed. (adddi_mem, subdi_mem): Fixed for "<" and ">" operand 0. (adddi3, subdi3): Operand 2 constraint changed from "ao" to "*ao" (ashldi_sexthi, ashrdi_const32): Allow only "register_operand" instead of "general_operand" 0. (ash[lr]di_const, ash[lr]di3): Allow also 8 and 16 as shift count. (subreg1ashrdi_const32): Pattern deleted. (subreghi1ashrdi_const32, subregsi1ashrdi_const32): New pattern. (lshrsi_31): New implementation. (scc0_di, scc_di, beq0_di, bne0_di, bge0_di, blt0_di): New patterns. From-SVN: r9666
Richard Kenner committed -
* pa.md (bb patterns): Fix bugs in length computation exposed by recent branch shortening and genattrtab changes. From-SVN: r9665
Jeff Law committed -
From-SVN: r9664
Richard Kenner committed -
(extend_operator) : Allow DImode target. From-SVN: r9663
Richard Kenner committed -
From-SVN: r9662
Richard Kenner committed -
(special_symbol): Handle it; emit value of IMMEDIATE_PREFIX. (IMMEDIATE_PREFIX): Default to empty string. (initialize_builtins): Install __IMMEDIATE_PREFIX__ builtin, parallel to __REGISTER_PREFIX__. From-SVN: r9661
Ken Raeburn committed -
#if VMS, don't define `stat' macro to be VMS_stat. Compare enums explicitly to 0 to work around VAX C bug. From-SVN: r9660
Richard Kenner committed -
From-SVN: r9659
Richard Kenner committed -
(build_tmp_function_decl): Call push_parm_decl with new format. (start_class): Initialize unused_list. (start_method_def): Call push_parm_decl with new format and mark _cmp as possibly unused. From-SVN: r9658
Richard Kenner committed -
From-SVN: r9657
Richard Kenner committed -
From-SVN: r9656
Michael Meissner committed -
Make generated .opt files have more consistent format (all comma separated, excess whitespace eliminated); (additional_compiler): New routine. (process_makefile): Use it to handle cc1plus via cp/Make-lang.in. From-SVN: r9655
Richard Kenner committed -
restore .h suffix stripped by vmsconfig; (loop1): More robust handling of directory prefix on file names. From-SVN: r9654
Richard Kenner committed -
(movsfcc, movdfcc, *movsicc_insn, *movsfcc_hard_insn): Likewise. (*movsfcc_soft_insn, movdfcc_insn): Likewise. (*movdf_soft_insn): Rewrite. From-SVN: r9653
Doug Evans committed -
Replace ARM_COMMENT_CHAR with ASM_COMMENT_START. (arm_asm_output_label): Use USER_LABEL_PREFIX. (soft_df_operand): New function. From-SVN: r9652
Doug Evans committed -
Replace ARM_COMMENT_CHAR with ASM_COMMENT_START. (REGISTER_PREFIX): Define. (USER_LABEL_PREFIX, LOCAL_LABEL_PREFIX): Define. (SECONDARY_OUTPUT_RELOAD_CLASS): Handle DFmodes only if TARGET_HARD_FLOAT. (PREDICATE_CODES): Add soft_df_operand. From-SVN: r9651
Doug Evans committed -
From-SVN: r9650
Richard Kenner committed -
From-SVN: r9649
Doug Evans committed -
From-SVN: r9648
Michael Meissner committed -
Add better support for passing args in registers; Add loop/jump/function alignment overrides; add decrement_and_branch until 0 From-SVN: r9647
Michael Meissner committed -
JUMP_INSN. From-SVN: r9646
Richard Kenner committed -
From-SVN: r9645
Doug Evans committed -
From-SVN: r9644
Doug Evans committed -
From-SVN: r9643
Doug Evans committed -
no_use_except_counting is false, there must be only one biv. From-SVN: r9642
Jim Wilson committed -
From-SVN: r9641
Richard Kenner committed -
(write_test_expr, case MATCH_DUP): Use operands[N] instead of JUMP_LABEL (which may not be set). (walk_attr_value, case MATCH_DUP): Set must_extract. From-SVN: r9640
Richard Kenner committed -
From-SVN: r9639
Richard Kenner committed -
(parm): Support attributes. From-SVN: r9638
Richard Kenner committed -
From-SVN: r9637
Per Bothner committed -
STARTFILE_SPEC, LINK_SPEC): Define. From-SVN: r9636
Jim Wilson committed -
* cpplib.c (line_for_error): Make it work; add extra parameter. (skip_quoted_string, cpp_get_token): Update calls to line_for_error. (macroexpand): Remember initial line so we can report it if the call is unterminated. Also, simplify error logic slightly. (do_include): Cast alloca return value, to avoid pcc warning. From-SVN: r9635
Per Bothner committed -
From-SVN: r9634
Per Bothner committed -
From-SVN: r9633
Torbjorn Granlund committed -
(i960_print_operand): Use REAL_VALUE_TO_DECIMAL for decimal strings. (i960_output_double, i960_output_float): Likewise; also change arg VALUE from `double' to `REAL_VALUE_TYPE'. From-SVN: r9632
Torbjorn Granlund committed
-