Age | Commit message (Expand) | Author | Files | Lines |
1994-03-18 | (divmodsi4, udivsi3, divsi3, udivmodsi4): Add AIX common-mode cases. | Richard Kenner | 1 | -32/+260 |
1994-03-18 | (SELECT_RTX_SECTION): Add. | Jim Wilson | 1 | -0/+16 |
1994-03-18 | (SELECT_RTX_SECTION): Delete. | Jim Wilson | 1 | -10/+0 |
1994-03-18 | (include_prefix): New variable. | Jim Wilson | 1 | -8/+27 |
1994-03-18 | (before_system, last_before_system): New variables. | Jim Wilson | 1 | -1/+28 |
1994-03-18 | (scan_loop): New variable loop_depth. | Jim Wilson | 1 | -20/+40 |
1994-03-18 | (FIXUNS_TRUNCTFSI2_LIBCALL): Define. | Jim Wilson | 1 | -0/+1 |
1994-03-18 | (init_optabs): Use FIXUNS_TRUNCTFSI2_LIBCALL macro. | Jim Wilson | 1 | -1/+3 |
1994-03-17 | stor-layout.c (layout_type, [...]): Set TREE_UNSIGNED unless TYPE_MIN_VALUE i... | Per Bothner | 1 | -1/+4 |
1994-03-17 | (pushdecl): Call lookup_name for external references. | Jim Wilson | 1 | -20/+19 |
1994-03-17 | (shorten_compare): When simplify compare against | Jim Wilson | 1 | -1/+1 |
1994-03-17 | (expand_call): Undo Feb 27 change. | Jim Wilson | 1 | -17/+12 |
1994-03-17 | Define BYTE_ORDER in <sys/byteorder.h> as on UnixWare 1.1 | Ian Lance Taylor | 1 | -0/+40 |
1994-03-17 | (layout_type, case INTEGER_TYPE): Properly test for nonnegative lower | Richard Kenner | 1 | -1/+2 |
1994-03-16 | Don't declare last parameter of stdarg function to be register. | Ian Lance Taylor | 2 | -3/+3 |
1994-03-16 | pa.h (INITIALIZE_TRAMPOLINE): Do not mask off high bits of address passed to ... | Jeff Law | 1 | -6/+3 |
1994-03-16 | pa.h (WCHAR_TYPE): Use "unsigned int" by default. | Jeff Law | 5 | -14/+9 |
1994-03-16 | * pa.md (DImode lo_sum): Add earlyclobber for alternative one. | Jeff Law | 1 | -1/+1 |
1994-03-16 | pa.h (ASM_OUTPUT_ADDR_DIFF_ELT): Rewrite to match ASM_OUTPUT_ADDR_VEC_ELT whi... | Jeff Law | 1 | -3/+6 |
1994-03-16 | (FUNCTION_PROLOGUE): Load sb through r0 if TARGET_REGPARM is false. | Richard Kenner | 1 | -2/+10 |
1994-03-16 | (global_symbolic_reference_mentioned_p): Recurse only | Richard Kenner | 1 | -2/+9 |
1994-03-16 | (gen_lowpart_common... | Richard Kenner | 1 | -9/+9 |
1994-03-16 | (expand_expr): Update comments and fix formatting. | Richard Kenner | 1 | -159/+163 |
1994-03-16 | (layout_record): If the place where we were going to put a field | Richard Kenner | 1 | -6/+13 |
1994-03-15 | (stmp-fixproto): Add missing "-" in front of "if". | Richard Kenner | 1 | -3/+3 |
1994-03-14 | (assign_parms, expand_function_start): Properly set MEM_IN_STRUCT_P | Richard Kenner | 1 | -5/+22 |
1994-03-14 | Insert newlines for sed 'a' and 'i' commands. | Ian Lance Taylor | 1 | -33/+66 |
1994-03-14 | Don't name variables in mmap prototype. | Ian Lance Taylor | 1 | -2/+1 |
1994-03-14 | (*.o): Add explicit dependencies for Sun's VPATH. | Doug Evans | 1 | -0/+15 |
1994-03-14 | (grokdeclarator): Convert to sizetype when manipulating size of array | Richard Kenner | 1 | -10/+16 |
1994-03-14 | (compile_file): Call bc_write_file here and pass asm_out_file, not stdout. | Richard Kenner | 1 | -4/+4 |
1994-03-14 | (bc_seg_write): Don't make unaligned reference to seg->data. | Richard Kenner | 1 | -1/+1 |
1994-03-14 | (output_constant_def): Do hashing and make label even if bytecode. | Richard Kenner | 1 | -39/+34 |
1994-03-14 | (bc_expand_start_cond): Set exit_label if not EXITFLAG. | Richard Kenner | 1 | -2/+4 |
1994-03-14 | (bc_expand_{binary,unary}_operation): Add missing args to call to | Richard Kenner | 1 | -4/+4 |
1994-03-14 | (expand_expr): Don't call bc_expand_expr if EXPAND_INITIALIZER. | Richard Kenner | 1 | -1/+1 |
1994-03-14 | (fold, associate): If -ffast-math, associate FP mults. | Richard Kenner | 1 | -11/+70 |
1994-03-14 | (fold): Call tree_int_cst_sgn. | Richard Kenner | 1 | -7/+7 |
1994-03-14 | (expand_builtin, case BUILT_IN_RETURN_ADDRESS): Call tree_int_cst_sgn. | Richard Kenner | 1 | -1/+1 |
1994-03-14 | (convert_to_integer): Convert integer_one_node to proper type before | Richard Kenner | 1 | -21/+23 |
1994-03-14 | (build_binary_op, pop_init_level, output_pending_init_elements): Call | Richard Kenner | 1 | -9/+10 |
1994-03-14 | (finish_{decl,struct,enum}): Call tree_int_cst_sgn. | Richard Kenner | 1 | -5/+4 |
1994-03-14 | (tree_int_cst_sgn): New function. | Richard Kenner | 1 | -0/+18 |
1994-03-14 | (tree_int_cst_sgn): New declaration. | Richard Kenner | 1 | -0/+1 |
1994-03-13 | (TRUTH_*_EXPR): Convert to integer_type_node. | Richard Kenner | 1 | -0/+2 |
1994-03-13 | (convert_to_integer): When changing type of truthvalue operation, | Richard Kenner | 1 | -6/+20 |
1994-03-13 | Add OVERFLOW operand to CHECK_FLOAT_VALUE. | Richard Kenner | 6 | -47/+64 |
1994-03-13 | (constant_expression_warning, overflow_warning): Handle REAL_CST and | Richard Kenner | 1 | -4/+16 |
1994-03-13 | (force_fit_value): Operate on REAL_CST as well. | Richard Kenner | 1 | -37/+53 |
1994-03-13 | (simplify_binary_operation): Protect real_value_truncate inside | Richard Kenner | 1 | -1/+1 |