Age | Commit message (Expand) | Author | Files | Lines |
1995-06-14 | (LINK_SPEC): Don't pass -init __main anymore. | Richard Kenner | 2 | -2/+2 |
1995-06-05 | Use "some_operand" for patterns valid only during reload and meant to handle... | Richard Kenner | 1 | -13/+13 |
1995-05-29 | Don't include alloca.h for winnt. | Richard Kenner | 1 | -1/+1 |
1995-05-29 | Include alpha/xm-alpha.h, then winnt/xm-winnt.h. | Richard Kenner | 1 | -1/+3 |
1995-05-25 | (alpha_emit_set_const): Don't call expand_binop for other than add if | Richard Kenner | 1 | -2/+5 |
1995-05-23 | (negsi2-2): Change output pattern to #. | Jim Wilson | 1 | -1/+1 |
1995-05-22 | Set new variables into Makefile. | Richard Kenner | 1 | -4/+23 |
1995-05-16 | Changed WINNT to _WIN32. | Richard Kenner | 1 | -1/+1 |
1995-05-16 | (FAILURE_EXIT_CODE): Remove. | Richard Kenner | 1 | -3/+2 |
1995-05-16 | Fix typos in comments. | Richard Kenner | 3 | -4/+4 |
1995-05-15 | (movsicc, case NE): Don't generate unrecognizable insn. | Doug Evans | 1 | -6/+16 |
1995-05-10 | (alpha_set_emit_const): Cleanups to work properly when run on 32-bit | Richard Kenner | 1 | -12/+14 |
1995-04-28 | (mov[sd]i and splits): Change call to alpha_emit_set_const. | Richard Kenner | 1 | -7/+21 |
1995-04-28 | (alpha_emit_set_const): Add declaration. | Richard Kenner | 1 | -0/+7 |
1995-04-28 | (alpha_emit_set_const): Now returns rtx and take MODE arg. | Richard Kenner | 1 | -52/+54 |
1995-04-25 | (alpha_builtin_saveregs): Refine last change to work for both stdarg | Richard Kenner | 1 | -1/+1 |
1995-04-25 | (current_file_function_operand): Return false if profiling. | Richard Kenner | 1 | -0/+1 |
1995-04-25 | (CONST_OK_FOR_LETTER_P, case 'L'): Reject 0x80000000. | Richard Kenner | 1 | -1/+3 |
1995-04-25 | (add_operand): Test for exactly the constants allowed by the | Richard Kenner | 1 | -4/+3 |
1995-04-25 | (alpha_builtin_saveregs): Add to incoming args addr if less than 6 | Richard Kenner | 1 | -1/+1 |
1995-04-15 | alpha.c (output_epilog): Initialize fp_offset to 0, and | Brendan Kehoe | 1 | -2/+2 |
1995-04-14 | (output_prolog): Changed stack probe at function entry. | Richard Kenner | 1 | -11/+7 |
1995-04-14 | (probe_stack): Probe with write, not read. | Richard Kenner | 1 | -42/+22 |
1995-04-14 | (call_operand): Any reg is valid for NT. | Richard Kenner | 1 | -7/+16 |
1995-04-14 | Add defines. | Jason Merrill | 1 | -0/+12 |
1995-04-13 | Initial revision | Richard Kenner | 3 | -0/+217 |
1995-04-13 | (calll, tablejump, movsi): New variants for NT. | Richard Kenner | 1 | -6/+171 |
1995-04-13 | (WINDOWS_NT): Provide default definition. | Richard Kenner | 1 | -5/+15 |
1995-04-13 | Don't #include stamp.h for WINNT. | Richard Kenner | 1 | -2/+3 |
1995-03-20 | (EXTRA_SECTIONS): Write zeros first time in .rdata. | Richard Kenner | 1 | -1/+13 |
1995-03-18 | (movsi): Allow FP regs and add case for store of FP reg. | Richard Kenner | 1 | -12/+6 |
1995-03-18 | (SECONDARY_{INPUT,OUTPUT}_RELOAD_CLASS): Need GENERAL_REGS for paradoxical SU... | Richard Kenner | 1 | -2/+10 |
1995-03-08 | Add -taso and -rpath to LINK_SPEC | Jason Merrill | 2 | -3/+11 |
1995-02-25 | (ASM_SPEC): Pass -pg to assembler. | Richard Kenner | 1 | -13/+4 |
1995-02-23 | (RTX_COSTS): Update costs for FP operations. | Richard Kenner | 1 | -9/+12 |
1995-02-21 | Added arg to RETURN_POPS_ARGS. | Richard Kenner | 1 | -2/+3 |
1995-02-10 | (direct_return): Can't if have outgoing args. | Richard Kenner | 1 | -1/+2 |
1995-01-25 | (movsicc): New named pattern. | Doug Evans | 1 | -0/+184 |
1995-01-13 | (LINK_SPEC): Add missing "\". | Richard Kenner | 1 | -2/+2 |
1994-11-19 | (sign_extend): Disable pattern with explicit SUBREG. | Richard Kenner | 1 | -22/+27 |
1994-11-19 | (print_operand, case 'c', case 'd'): New cases. | Richard Kenner | 1 | -0/+17 |
1994-11-19 | Shared library support. | Jason Merrill | 1 | -2/+5 |
1994-11-17 | (addsi3, adddi3): For patterns valid only during reload, allow operand | Richard Kenner | 1 | -3/+3 |
1994-11-17 | (PREDICATE_CODES): Add `some_operand'. | Richard Kenner | 1 | -0/+2 |
1994-11-17 | (some_operand): New function. | Richard Kenner | 1 | -0/+24 |
1994-11-16 | (FUNCTION_VALUE): Use INTEGRAL_MODE_P rather than | Jason Merrill | 1 | -6/+1 |
1994-10-28 | (reload_outqi): Correctly handle scratch assignments for unaligned | Richard Kenner | 1 | -1/+2 |
1994-10-26 | (FUNCTION_PROFILER): Use $28 instead of $27. | Richard Kenner | 1 | -7/+7 |
1994-10-20 | (define_split comparison op with power of two minus 1): Fix typo. | Richard Kenner | 1 | -1/+1 |
1994-10-20 | (LINK_SPEC): Pass -shared through; don't | Jason Merrill | 1 | -1/+2 |