Age | Commit message (Expand) | Author | Files | Lines |
1994-04-28 | (output_prolog): Use mr, lis, and li instructions. | Richard Kenner | 1 | -5/+8 |
1994-04-28 | Add missing blank line. | Richard Kenner | 1 | -0/+1 |
1994-04-28 | (addsi3): Prefer add without carry instructions and flag input operands as co... | Richard Kenner | 1 | -45/+92 |
1994-04-24 | (movti): Adjust constraints to avoid impossible reload. | Richard Kenner | 1 | -1/+1 |
1994-04-17 | (processor_target_table): Change "all" to "common". | Richard Kenner | 1 | -6/+22 |
1994-04-17 | (PROCESSOR_COMMON, PROCESSOR_POWER, PROCESSOR_POWERPC): New macros. | Richard Kenner | 1 | -0/+4 |
1994-04-16 | (one_cmplsi2): Always use nor instruction; | Richard Kenner | 1 | -14/+2 |
1994-04-16 | Add missing blank lines. | Richard Kenner | 1 | -0/+7 |
1994-04-10 | Remove references to LSHIFT and lshlsi3. | Richard Kenner | 1 | -7/+7 |
1994-04-09 | (rs6000_convert_preincs): New function. | Richard Kenner | 1 | -0/+28 |
1994-04-09 | (FINAL_PRESCAN_INSN): Define. | Richard Kenner | 1 | -2/+10 |
1994-03-18 | (SELECT_SECTION): Variables go in readonly data | Jim Wilson | 1 | -5/+7 |
1994-03-18 | (HARD_REGNO_MODE_OK): Allow DImode in FP registers. | Richard Kenner | 1 | -14/+38 |
1994-03-18 | (common_mode_defined): New variable. | Richard Kenner | 1 | -0/+14 |
1994-03-18 | (divmodsi4, udivsi3, divsi3, udivmodsi4): Add AIX common-mode cases. | Richard Kenner | 1 | -32/+260 |
1994-02-26 | (movsi): If -mno-sum-in-toc, do addition of symbol + const. | Richard Kenner | 1 | -0/+19 |
1994-02-26 | (MASK_NO_SUM_IN_TOC, TARGET_NO_SUM_IN_TOC): New macros. | Richard Kenner | 1 | -2/+11 |
1994-02-15 | (output_prolog): Use RS6000_ITRUNC and RS6000_UITRUNC, not "itrunc" and | Ian Lance Taylor | 1 | -1/+2 |
1994-02-15 | (fix_truncdfsi2, fixuns_truncdfsi2): Use RS6000_ITRUNC and RS6000_UITRUNC, | Ian Lance Taylor | 1 | -2/+2 |
1994-02-15 | Define RS6000_ITRUNC and RS6000_UITRUNC | Ian Lance Taylor | 1 | -0/+5 |
1994-02-14 | (output_epilog): Don't output a traceback table if | Ian Lance Taylor | 1 | -164/+180 |
1994-02-13 | (ADJUST_COST): Call rs6000_adjust_cost. | Richard Kenner | 1 | -1/+1 |
1994-02-13 | (rs6000_adjust_cost): Renamed from ppc_adjust_cost. | Richard Kenner | 1 | -1/+1 |
1994-02-13 | Use ASM_GENERATE_INTERNAL_LABEL rather than assuming what it does | Ian Lance Taylor | 2 | -10/+52 |
1994-02-12 | (ADJUST_COST): Call ppc_adjust_cost. | Torbjorn Granlund | 1 | -2/+1 |
1994-02-12 | (ppc_adjust_cost): New function. Adjust for TYPE_JMPREG. | Torbjorn Granlund | 1 | -0/+34 |
1994-02-12 | (definition of "type"): Add "jmpreg" as new type. | Torbjorn Granlund | 1 | -7/+9 |
1994-01-28 | (fsel): Remove insns with record bit set. | Richard Kenner | 1 | -56/+6 |
1994-01-23 | Insert some missing blank lines. | Richard Kenner | 1 | -0/+7 |
1994-01-12 | (sqrtsf2, sqrtdf2): Change POWERPCSQR to PPCFPX. | Richard Kenner | 1 | -5/+189 |
1994-01-12 | (MASK and TARGET): Change POWERPCSQR to PPCFPX to describe both fsqrt | Richard Kenner | 1 | -9/+9 |
1994-01-12 | (rs6000_override_options): Change POWERPCSQR to PPCFPX. | Richard Kenner | 1 | -15/+15 |
1993-12-31 | Define CAN_DEBUG_WITHOUT_FP; delete OPTIMIZATION_OPTIONS. | Richard Kenner | 1 | -8/+2 |
1993-12-20 | (divsi3): Correct logic for when we call force_reg. | Richard Kenner | 1 | -5/+4 |
1993-12-11 | (modsi3): Correct error in last change. | Richard Kenner | 1 | -5/+11 |
1993-12-11 | Add a few missing new nmemonics. | Richard Kenner | 1 | -8/+8 |
1993-12-11 | (modsi3): Move test of exact_log2 into extra condition. | Richard Kenner | 1 | -6/+3 |
1993-12-11 | (modsi3): Remove unneeded test. | Richard Kenner | 1 | -1/+1 |
1993-12-11 | (modsi3): Correct predicate on operand 2. | Richard Kenner | 1 | -1/+1 |
1993-12-10 | (easy_fp_constant): Use input_operand to see if each word can be | Richard Kenner | 1 | -10/+5 |
1993-12-10 | Change numerous occurrences of TARGET_POWERPC to ! TARGET_POWER and | Richard Kenner | 1 | -39/+33 |
1993-12-10 | (modsi3): Rework to operate correctly for both POWER and PowerPC. | Richard Kenner | 1 | -10/+10 |
1993-12-02 | (define_function_unit): Restore ppc601 load and fpload timings. | Richard Kenner | 1 | -2/+2 |
1993-11-19 | (output_function_profiler): When TARGET_MINIMAL_TOC, | Jim Wilson | 1 | -2/+5 |
1993-11-10 | (LINK_SPEC): Don't pass -btextro if -r. | Richard Kenner | 1 | -1/+1 |
1993-11-10 | (sqrtdf2): Fix typo in extra condition. | Richard Kenner | 1 | -2/+2 |
1993-11-10 | Add blank line in comment. | Richard Kenner | 1 | -0/+1 |
1993-11-09 | (ASM_FILE_START): Emit filename directive. | Richard Stallman | 1 | -0/+2 |
1993-11-05 | (ASM_OUTPUT_DOUBLE, ASM_OUTPUT_FLOAT): Use | Richard Stallman | 1 | -4/+35 |
1993-11-04 | (movdf): Don't have reload choose alternative of loading a constant | Richard Kenner | 1 | -2/+8 |