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