Age | Commit message (Expand) | Author | Files | Lines |
1996-11-16 | (operand_subword): Avoid confusion if sizeof (float) is less than a | Richard Kenner | 1 | -0/+17 |
1996-11-16 | (TARGET_DEFAULT): Use symbolic values. | Richard Kenner | 1 | -3/+2 |
1996-11-16 | (MASK_BYTE_OPS): Now define as 1024. | Richard Kenner | 1 | -5/+5 |
1996-11-16 | Formerly tm.texi.~237~ | Richard Kenner | 1 | -1/+1 |
1996-11-16 | Formerly cpp.texi.~25~ | Richard Kenner | 1 | -8/+8 |
1996-11-16 | (get_inner_reference): Add new arg. | Richard Kenner | 1 | -1/+3 |
1996-11-16 | (optimize_bit_field_compare, decode_field_reference): Pass new arg to | Richard Kenner | 1 | -4/+6 |
1996-11-16 | (get_inner_reference): Add new arg PALIGNMENT and compute it. | Richard Kenner | 1 | -9/+27 |
1996-11-16 | Initial revision | Richard Kenner | 3 | -0/+505 |
1996-11-16 | ({div,mod}[sd]i3): Only for VMS. | Richard Kenner | 1 | -65/+249 |
1996-11-16 | ({MASK,TARGET}_{OPEN_VMS,FLOAT_VAX}): New macros. | Richard Kenner | 1 | -10/+42 |
1996-11-16 | (override_options): Handle VAX format floating-point. | Richard Kenner | 1 | -27/+785 |
1996-11-16 | (\value): Don't call \parsearg, @value takes a simple arg. | Karl Berry | 1 | -3/+3 |
1996-11-16 | (\parsetpheaderline): Don't go through \tptemp when removing braces from #2, ... | Karl Berry | 1 | -6/+5 |
1996-11-15 | sdbout.c (current_file): New global. | Doug Evans | 3 | -0/+83 |
1996-11-15 | x | Jason Merrill | 1 | -1/+4 |
1996-11-15 | Remove COMMENT_BEGIN | Stan Cox | 4 | -16/+0 |
1996-11-15 | (print_node{,_brief}, case INTEGER_CST): Use HOST_WIDE_INT_PRINT_*. | Richard Kenner | 1 | -55/+16 |
1996-11-15 | (print_rtx, case 'w'): Use HOST_WIDE_INT_PRINT_DEC. | Richard Kenner | 1 | -7/+2 |
1996-11-15 | (asm_fprintf): Use "ll" prefix for a long long HOST_WIDE_INT. | Richard Kenner | 1 | -42/+12 |
1996-11-15 | (HOST_PTR_PRINTF): Handle char * wider than long. | Richard Kenner | 1 | -1/+66 |
1996-11-15 | (rtvec_alloc): Clear rtwint instead of rtvec. | Richard Kenner | 1 | -3/+4 |
1996-11-15 | (main): Use loop, not bcopy, to set recog_operands from an rtvec. | Richard Kenner | 1 | -5/+3 |
1996-11-15 | (simplify_cond): Make TESTS an array of rtunions. | Richard Kenner | 1 | -17/+16 |
1996-11-15 | (copy_for_inline): Call gen_rtvec_vv. | Richard Kenner | 2 | -3/+3 |
1996-11-15 | (gen_rtvec_vv): Declare. | Richard Kenner | 1 | -0/+1 |
1996-11-15 | (gen_rtvec_vv): New function. | Richard Kenner | 1 | -1/+20 |
1996-11-15 | (try_combine): Properly copy an rtvec. | Richard Kenner | 1 | -1/+1 |
1996-11-15 | (unextend): Rewrite type conversions to avoid overflow. | Jim Wilson | 1 | -3/+13 |
1996-11-15 | (iteration_info): Fix code so that it knows iteration_var is a | Richard Kenner | 1 | -4/+6 |
1996-11-15 | (operand_equal_p): Do real comparison with REAL_VALUES_EQUAL. | Richard Kenner | 1 | -7/+29 |
1996-11-15 | (decl_attributes, case A_ALIAS): Add missing parens. | Richard Kenner | 1 | -1/+1 |
1996-11-15 | (range_binop): Set SNG1 to zero if ARG1 is a not a lower or upper | Richard Kenner | 1 | -1/+1 |
1996-11-15 | x | Jason Merrill | 10 | -106/+277 |
1996-11-15 | Formerly tm.texi.~236~ | Jason Merrill | 1 | -2/+8 |
1996-11-14 | h8300.c (dosize): Don't clobber the static chain register if it's needed by t... | Jeff Law | 1 | -1/+21 |
1996-11-13 | Bunch of updates. See ChangeLog. | Per Bothner | 1 | -13/+34 |
1996-11-14 | x | Jason Merrill | 1 | -0/+12 |
1996-11-12 | pa.c (print_operand, case 'Y'): Fix comparisons to handle NaNs properly in al... | Jeff Law | 1 | -4/+4 |
1996-11-12 | (emit_group_store): For REG case, call gen_lowpart if | Jim Wilson | 1 | -1/+5 |
1996-11-12 | (vfork): Supply new definition for VMS. | Richard Kenner | 1 | -0/+9 |
1996-11-12 | (exit): If VMS, define as __posix_exit. | Richard Kenner | 1 | -3/+7 |
1996-11-12 | (zero_extendqidi2): Handle TARGET_BYTE_OPS. | Torbjorn Granlund | 1 | -9/+132 |
1996-11-12 | (input_operand): If TARGET_BYTE_OPS accept HImode and QImode. | Torbjorn Granlund | 1 | -1/+2 |
1996-11-12 | (MASK_BYTE_OPS): New define. | Torbjorn Granlund | 1 | -1/+7 |
1996-11-12 | Initial revision | Richard Kenner | 1 | -0/+34 |
1996-11-12 | (output_function_{pro,epi}logue): Save and restore fp-registers only | Richard Kenner | 1 | -13/+19 |
1996-11-12 | (jump_optimize): Fix bug in Sep 23 change. | Richard Kenner | 1 | -0/+1 |
1996-11-12 | (prune_references): Add missing symmetic CONFLICTP call. | Richard Kenner | 1 | -1/+2 |
1996-11-12 | (ASM_OUTPUT_INTERNAL_LABEL): Prefix labels with "L%". | Richard Kenner | 1 | -15/+9 |