Age | Commit message (Expand) | Author | Files | Lines |
1999-04-13 | i386.c (memory_address_length): New function. | Richard Henderson | 2 | -0/+118 |
1999-04-13 | Missed during interix commit. | Jeff Law | 1 | -3/+4 |
1999-04-13 | configure.in (interix Alpha): Add. | Donn Terry | 7 | -67/+433 |
1999-04-13 | vxi386.h (CPP_CPU_SPEC): Define appropriately for vxworks. | Mike Stump | 1 | -0/+39 |
1999-04-13 | John Wehle (john@feith.com) | John Wehle | 1 | -0/+34 |
1999-04-13 | Revert one over-aggressive "0" -> "%%r0" conversion ;-) | Jeff Law | 1 | -1/+1 |
1999-04-13 | c4x.md (storeqf_int, [...]): Add new patterns with corresponding splitters to... | Michael Hayes | 3 | -9/+179 |
1999-04-13 | Jan Hubicka <hubicka@freesoft.cz> | Jan Hubicka | 1 | -3/+23 |
1999-04-13 | Jan Hubicka <hubicka@freesoft.cz> | Jan Hubicka | 1 | -3/+3 |
1999-04-13 | Jan Hubicka <hubicka@freesoft.cz> | Jan Hubicka | 1 | -2/+4 |
1999-04-13 | pa.c: Avoid Using immediate zero for register zero. | Jeffrey A Law | 2 | -59/+70 |
1999-04-13 | Jan Hubicka <hubicka@freesoft.cz> | Jan Hubicka | 1 | -18/+33 |
1999-04-13 | Jan Hubicka <hubicka@freesoft.cz> | Jan Hubicka | 1 | -4/+14 |
1999-04-13 | pa.c: Use a register name... | Jeffrey A Law | 2 | -46/+46 |
1999-04-13 | pa.c: Use a register name, not a raw immediate in "bv" instructions. | Jeffrey A Law | 6 | -31/+32 |
1999-04-13 | arm.h (function prototypes for arm.c): Ifdef these out if HAVE_CONFIG_H is no... | Richard Earnshaw | 1 | -1/+6 |
1999-04-12 | pa.c: Remove space register specification in memory addresses... | Jeffrey A Law | 6 | -231/+231 |
1999-04-12 | * rs6000/sysv4.h (CPP_OS_LINUX_SPEC): Add missing backslash. | Daniel Jacobowitz | 1 | -1/+1 |
1999-04-12 | cygwin.h (SUBTARGET_SWITCHES): Add -mconsole; fix -mno-nop-fun-dllimport and ... | Mumit Khan | 3 | -18/+13 |
1999-04-12 | arm.h (target_fp_name, [...]): Const-ify. | Richard Earnshaw | 4 | -33/+250 |
1999-04-11 | alpha.c (aligned_memory_operand): Handle out of range stack slots. | Richard Henderson | 2 | -48/+133 |
1999-04-10 | configure.in: Set target_cpu_default2 for target_alias k6. | Philipp Thomas | 1 | -10/+10 |
1999-04-10 | i386.md (floatsisf2, [...]): Remove unused register constraints from the spli... | John Wehle | 3 | -257/+300 |
1999-04-10 | Allow SUBREGs in place of REGs in soft_df_operand and di_operand | Nick Clifton | 1 | -2/+8 |
1999-04-09 | t-interix: Use mostly system headers unchanged. | Donn Terry | 5 | -10/+47 |
1999-04-09 | * i386/djgpp.h (SET_ASM_OP): Define. | Mark Elbrecht | 1 | -0/+5 |
1999-04-09 | sysv4.h (CPP_OS_LINUX_SPEC): Fix conditions for -Dunix and -Dlinux, and remov... | Daniel Jacobowitz | 2 | -8/+5 |
1999-04-09 | collect2.c (find_a_file): Use HAVE_DOS_BASED_FILE_SYSTEM in place of the DIR_... | Mark Elbrecht | 5 | -4/+49 |
1999-04-09 | pdp11.h (TARGET_SWITCHES): Add option to vary assembler syntax. | Joseph Myers | 3 | -23/+36 |
1999-04-09 | gas.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Fix typo. | Krister Walfridsson | 2 | -2/+2 |
1999-04-09 | Prevent warning about redefinition of SUBTARGET_CPU_DEFAULT | Nick Clifton | 1 | -1/+8 |
1999-04-09 | rs6000.c (rs6000_override_options, [...]): Const-ify a char*. | Kaveh R. Ghazi | 3 | -35/+39 |
1999-04-08 | Undo previous delta - always display large constants in decimal. | Nick Clifton | 1 | -9/+2 |
1999-04-08 | configure.in (host_xm_file, [...]): Include hwint.h. | Kaveh R. Ghazi | 1 | -15/+7 |
1999-04-08 | i386.md (truncdfsf2, [...]): Rewrite using a splitter. | John Wehle | 1 | -68/+185 |
1999-04-07 | freebsd-elf.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Avoid ambigious else statement. | Art Haas | 4 | -6/+10 |
1999-04-07 | h8300.c (h8300_adjust_insn_length): Also avoid recognizing ADDR_VEC and ADDR_... | Jeffrey A Law | 1 | -1/+3 |
1999-04-07 | h8300.c (h8300_adjust_insn_length): Avoid trying to recognize USE, CLOBBER or... | Jeffrey A Law | 1 | -0/+6 |
1999-04-07 | Patch to make nested functions and non-local gotos work. | Jim Wilson | 3 | -40/+36 |
1999-04-07 | check for __ELF__ not __elf__ | Philip Blundell | 1 | -1/+1 |
1999-04-07 | elf.h (MAKE_DECL_ONE_ONLY): Define. | Catherine Moore | 1 | -0/+2 |
1999-04-07 | i386.c (output_move_memory): Remove. | John Wehle | 3 | -129/+9 |
1999-04-06 | Fix copyright date. | Jeff Law | 1 | -1/+1 |
1999-04-06 | * alpha.c (alpha_end_function): Don't flag weak functions. | Richard Henderson | 1 | -3/+3 |
1999-04-06 | alpha.c (reg_no_subreg_operand): New function. | Richard Henderson | 3 | -6/+21 |
1999-04-06 | pdp11.c (simple_memory_operand): Add default case in switch. | Joseph Myers | 2 | -44/+49 |
1999-04-05 | * m68k.md (movdf): Hide GPR sources & destinations from regclass. | Jeffrey A Law | 1 | -2/+4 |
1999-04-05 | Oops - fixed typo in previous delta | Nick Clifton | 1 | -2/+2 |
1999-04-04 | i386.c (x86_double_with_add): Turn off for Pentium and PPro. | Jeffrey A Law | 3 | -195/+116 |
1999-04-03 | rs6000.md (addsi3, [...]): Use no_new_pseudos. | David Edelsohn | 2 | -37/+28 |