| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in comments. | kenner | 1995-05-16 | 3 | -4/+4 |
* | (movsicc, case NE): Don't generate unrecognizable insn. | dje | 1995-05-15 | 1 | -6/+16 |
* | (alpha_set_emit_const): Cleanups to work properly when run on 32-bit | kenner | 1995-05-10 | 1 | -12/+14 |
* | (mov[sd]i and splits): Change call to alpha_emit_set_const. | kenner | 1995-04-28 | 1 | -7/+21 |
* | (alpha_emit_set_const): Add declaration. | kenner | 1995-04-28 | 1 | -0/+7 |
* | (alpha_emit_set_const): Now returns rtx and take MODE arg. | kenner | 1995-04-28 | 1 | -52/+54 |
* | (alpha_builtin_saveregs): Refine last change to work for both stdarg | kenner | 1995-04-26 | 1 | -1/+1 |
* | (current_file_function_operand): Return false if profiling. | kenner | 1995-04-25 | 1 | -0/+1 |
* | (CONST_OK_FOR_LETTER_P, case 'L'): Reject 0x80000000. | kenner | 1995-04-25 | 1 | -1/+3 |
* | (add_operand): Test for exactly the constants allowed by the | kenner | 1995-04-25 | 1 | -4/+3 |
* | (alpha_builtin_saveregs): Add to incoming args addr if less than 6 | kenner | 1995-04-25 | 1 | -1/+1 |
* | * alpha/alpha.c (output_epilog): Initialize fp_offset to 0, and | brendan | 1995-04-15 | 1 | -2/+2 |
* | (output_prolog): Changed stack probe at function entry. | kenner | 1995-04-14 | 1 | -11/+7 |
* | (probe_stack): Probe with write, not read. | kenner | 1995-04-14 | 1 | -42/+22 |
* | (call_operand): Any reg is valid for NT. | kenner | 1995-04-14 | 1 | -7/+16 |
* | Add defines. | merrill | 1995-04-14 | 1 | -0/+12 |
* | Initial revision | kenner | 1995-04-13 | 3 | -0/+217 |
* | (calll, tablejump, movsi): New variants for NT. | kenner | 1995-04-13 | 1 | -6/+171 |
* | (WINDOWS_NT): Provide default definition. | kenner | 1995-04-13 | 1 | -5/+15 |
* | Don't #include stamp.h for WINNT. | kenner | 1995-04-13 | 1 | -2/+3 |
* | (EXTRA_SECTIONS): Write zeros first time in .rdata. | kenner | 1995-03-20 | 1 | -1/+13 |
* | (movsi): Allow FP regs and add case for store of FP reg. Remove cvtlq | kenner | 1995-03-18 | 1 | -12/+6 |
* | (SECONDARY_{INPUT,OUTPUT}_RELOAD_CLASS): Need GENERAL_REGS for | kenner | 1995-03-18 | 1 | -2/+10 |
* | Add -taso and -rpath to LINK_SPEC | merrill | 1995-03-08 | 2 | -3/+11 |
* | (ASM_SPEC): Pass -pg to assembler. | kenner | 1995-02-25 | 1 | -13/+4 |
* | (RTX_COSTS): Update costs for FP operations. | kenner | 1995-02-23 | 1 | -9/+12 |
* | Added arg to RETURN_POPS_ARGS. | kenner | 1995-02-21 | 1 | -2/+3 |
* | (direct_return): Can't if have outgoing args. | kenner | 1995-02-10 | 1 | -1/+2 |
* | (movsicc): New named pattern. | dje | 1995-01-25 | 1 | -0/+184 |
* | (LINK_SPEC): Add missing "\". | kenner | 1995-01-13 | 1 | -2/+2 |
* | (sign_extend): Disable pattern with explicit SUBREG. | kenner | 1994-11-19 | 1 | -22/+27 |
* | (print_operand, case 'c', case 'd'): New cases. | kenner | 1994-11-19 | 1 | -0/+17 |
* | Shared library support. | merrill | 1994-11-19 | 1 | -2/+5 |
* | (addsi3, adddi3): For patterns valid only during reload, allow operand | kenner | 1994-11-17 | 1 | -3/+3 |
* | (PREDICATE_CODES): Add `some_operand'. | kenner | 1994-11-17 | 1 | -0/+2 |
* | (some_operand): New function. | kenner | 1994-11-17 | 1 | -0/+24 |
* | (FUNCTION_VALUE): Use INTEGRAL_MODE_P rather than | merrill | 1994-11-16 | 1 | -6/+1 |
* | (reload_outqi): Correctly handle scratch assignments for unaligned | kenner | 1994-10-28 | 1 | -1/+2 |
* | (FUNCTION_PROFILER): Use $28 instead of $27. | kenner | 1994-10-26 | 1 | -7/+7 |
* | (define_split comparison op with power of two minus 1): Fix typo. | kenner | 1994-10-20 | 1 | -1/+1 |
* | (LINK_SPEC): Pass -shared through; don't | merrill | 1994-10-20 | 1 | -1/+2 |
* | (LINK_SPEC): Pass -shared through; don't | merrill | 1994-10-20 | 1 | -5/+8 |
* | (ASM_FILE_START): Write .set volatile. | kenner | 1994-09-21 | 1 | -0/+1 |
* | (mode_mask_operand): Always return a value. | kenner | 1994-09-20 | 1 | -5/+5 |
* | (LINK_SPEC): Ditto. | merrill | 1994-09-10 | 1 | -1/+1 |
* | (HAS_INIT_SECTION): Define. | merrill | 1994-09-10 | 1 | -1/+5 |
* | (call): Rework to use macro version of jsr. | kenner | 1994-08-24 | 1 | -43/+35 |
* | (call_operand): New function. | kenner | 1994-08-24 | 1 | -3/+14 |
* | (EXTRA_CONSTRAINT): Add new letter, `R'. | kenner | 1994-08-24 | 1 | -7/+9 |
* | (FUNCTION_PROFILER): Load global pointer from $27, not $26. | kenner | 1994-08-11 | 1 | -1/+1 |