Age | Commit message (Expand) | Author | Files | Lines |
2001-03-14 | aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New. | Zack Weinberg | 1 | -23/+0 |
2001-03-06 | xm-a29k.h, [...]: Delete HOST_BITS_PER_* definitions which match the defaults... | Kaveh R. Ghazi | 1 | -4/+0 |
2001-03-03 | configure.in: Kill tm.h. | Zack Weinberg | 1 | -9/+0 |
2001-03-02 | xm-lynx.h, [...]: Do not define TRUE or FALSE. | Zack Weinberg | 1 | -5/+1 |
2001-01-01 | tm.texi (REGISTER_MOVE_COST): Add a mode argument. | Alexandre Oliva | 1 | -3/+5 |
2000-11-30 | udivmod.c, [...]: Moved from here. | Stephane Carrez | 4 | -90/+2 |
2000-05-16 | mn10200.h (PREFERRED_RELOAD_CLASS): Do not prefer DATA_REGS if X has VOIDmode... | Jeffrey A Law | 2 | -4/+4 |
2000-05-15 | Update to libgcc copyright exception clause. | Jeff Law | 1 | -11/+6 |
2000-03-29 | Convert ACCUMULATE_OUTGOING_ARGS to an expression. | Jan Hubicka | 1 | -1/+1 |
2000-01-25 | dwarf2out.c: include "varray.h", not dyn-string.h. | Jason Merrill | 1 | -4/+0 |
2000-01-14 | mn10200-protos.h: New file. | Kaveh R. Ghazi | 4 | -39/+84 |
1999-11-30 | Fix psimode truncation patterns to not accept MEMs that are not valid for | Nick Clifton | 3 | -2/+18 |
1999-10-31 | mn10200.c (mn10200_va_arg): Force the return value into a register. | Jeffrey A Law | 1 | -1/+1 |
1999-10-18 | mn10200.md (outline_epilogue_jump): Embed a (return) to indicate to the cfg c... | Jeffrey A Law | 1 | -1/+2 |
1999-10-14 | 1750a.md (movstrqi): Add missing output reload constraint. | Richard Henderson | 1 | -0/+7 |
1999-10-04 | * mn10200.c (asm_file_start): Fix typo. | Jeffrey A Law | 1 | -2/+2 |
1999-09-30 | h8300.h (INIT_TARGET_OPTABS): Use init_one_optab instead of generating RTL di... | Jeffrey A Law | 1 | -2/+2 |
1999-09-11 | Replace recog_foo with recog_data.foo. | Richard Henderson | 1 | -5/+5 |
1999-09-08 | dsp16xxx.c: Include ggc.h | Mark Mitchell | 1 | -0/+3 |
1999-09-06 | Merge in gcc2-ss-010999 | Jeff Law | 4 | -82/+72 |
1999-08-24 | Fix more problems from GC diffs | Bernd Schmidt | 1 | -1/+2 |
1999-08-10 | output.h (assemble_name): Constify a char*. | Kaveh R. Ghazi | 1 | -1/+1 |
1999-08-09 | Include function.h in most files. | Bernd Schmidt | 1 | -2/+0 |
1999-08-04 | t-a29kbare: Fix some comments. | Jeffrey A Law | 1 | -3/+0 |
1999-07-28 | mn10200.c (mn10200_va_arg): New. | Richard Henderson | 2 | -0/+41 |
1999-05-03 | mn10200.md (btst insns): btst does not leave cc0 in a useable state for redun... | Jeffrey A Law | 1 | -2/+2 |
1999-03-16 | Fix build failure when using SGI Irix6 cc. | Jim Wilson | 1 | -5/+0 |
1999-03-08 | openbsd.h (HANDLE_SYSV_PRAGMA): Define. | Jeff Law | 1 | -5/+0 |
1999-02-11 | * mn10200.md (bset); Re-enable. | Jeffrey A Law | 1 | -1/+1 |
1999-02-10 | * mn10200.md (bset, bclr): Operand 0 is a read/write operand. | Jeffrey A Law | 1 | -6/+6 |
1998-12-15 | * mn10200.md (addsi3 expander): Use "nonmemory_operand" for operand 2. | Jeffrey A Law | 1 | -1/+4 |
1998-12-15 | Fix dumb thinkos in last change. | Jeff Law | 1 | -8/+8 |
1998-12-15 | mn10200.md (abssf2, negsf2): New expanders. | Jeffrey A Law | 1 | -0/+71 |
1998-10-23 | * mn10200.md (truncated shift): Accept constant inputs too. | Jeffrey A Law | 1 | -3/+3 |
1998-10-13 | * mn10200.md (addsi3, subsi3, negsi2): Only allow register operands. | Jeffrey A Law | 1 | -10/+10 |
1998-09-15 | mn10200.h (ASM_OUTPUT_DWARF2_ADDR_CONST): Define. | Jeffrey A Law | 1 | -0/+4 |
1998-08-20 | mn10200.h (REG_OK_FOR_INDEX_P): Do not check the mode of the register (it cou... | Jeffrey A Law | 1 | -10/+6 |
1998-07-07 | mn10200.md (various zero/sign extension patterns): zero and sign extensions w... | Jeffrey A Law | 1 | -5/+5 |
1998-05-06 | typo typo fixes fixes | Jeff Law | 1 | -1/+1 |
1998-03-06 | rtl.h (addr_diff_vec_flags): New typedef. | Joern Rennecke | 1 | -1/+1 |
1998-01-28 | rtlanal.c (dead_or_set_regno_p): Ignore REG_DEAD notes after reload completes. | Mike Stump | 1 | -16/+0 |
1998-01-27 | m32r.md, [...]: Add some comments regarding use of dead_or_set_p. | Mike Stump | 1 | -0/+16 |
1998-01-01 | mn10200.md (tstxx, cmpxx): Use "nonimmediate_operand" as predicate for first ... | Jeffrey A Law | 1 | -5/+5 |
1997-12-31 | * mn10200.md (addsi3, subsi3): Fix thinkos. | Jeffrey A Law | 1 | -2/+2 |
1997-12-21 | Makefile.in (FPBIT_FUNCS, [...]): Define. | Jeff Law | 1 | -1/+6 |
1997-12-06 | Merge from gcc-2.8 | Jeff Law | 3 | -6/+5 |
1997-11-04 | mn10200.h (ASM_OUTPUT_BSS): Delete. | Jeffrey A Law | 1 | -2/+2 |
1997-11-02 | Update mainline egcs to gcc2 snapshot 971021. | Jeff Law | 1 | -1/+1 |
1997-10-31 | Fix typo. | Jeff Law | 1 | -1/+1 |
1997-10-24 | mn10200.c (indirect_memory_operand): Delete unused function. | Jeffrey A Law | 3 | -30/+37 |