| Commit message (Expand) | Author | Age | Files | Lines |
* | * config/i386/i386.md (*extendsfdf2_sse): Use "nonimmediate_operand" | uros | 2005-01-24 | 1 | -1/+1 |
* | * alias.c, c-common.h, c-incpath.c, c-incpath.h, expr.c, | kazu | 2005-01-23 | 11 | -16/+17 |
* | PR middle-end/19378 | sayle | 2005-01-23 | 1 | -12/+11 |
* | PR target/19506 | rth | 2005-01-22 | 2 | -7/+47 |
* | * config/i386/i386.md (smaxsf3): Fix mnemonic typo. | rth | 2005-01-22 | 1 | -1/+1 |
* | * config/i386/i386.c (ix86_prepare_fp_compare_args): Fix is_sse test. | rth | 2005-01-22 | 1 | -1/+1 |
* | * genopinit.c (optabs): Use smin/smax for floating point too. | rth | 2005-01-22 | 3 | -14/+14 |
* | 2005-01-22 Paul Brook <paul@codesourcery.com> | pbrook | 2005-01-22 | 1 | -2/+2 |
* | 2005-01-21 Mark Dettinger <dettinge@de.ibm.com> | uweigand | 2005-01-22 | 1 | -10/+69 |
* | * config/s390/s390.md ("doloop_si64"): Reload input value directly | uweigand | 2005-01-22 | 1 | -11/+8 |
* | * config/s390/s390.h (HARD_REGNO_NREGS): Fix computation for | uweigand | 2005-01-22 | 1 | -2/+2 |
* | * cfganal.c, real.h, reorg.c, timevar.def, tree-ssa-ccp.c, | kazu | 2005-01-22 | 7 | -7/+7 |
* | 2005-01-20 David Edelsohn <edelsohn@gnu.org> | dje | 2005-01-22 | 1 | -2/+4 |
* | 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org> | corsepiu | 2005-01-22 | 1 | -1/+1 |
* | 2005-01-22 Ralf Corsepius <ralf.corsepius@rtems.org> | corsepiu | 2005-01-22 | 1 | -0/+17 |
* | * config.gcc (sparc-*-netbsdelf*): Include dbxelf.h | ebotcazou | 2005-01-21 | 6 | -33/+0 |
* | * config/arm/arm.md (insv): Use gen_int_mode. | pbrook | 2005-01-20 | 1 | -1/+1 |
* | * config/sparc/freebsd.h (ASM_OUTPUT_INTERNAL_LABELREF): Delete. | ebotcazou | 2005-01-20 | 5 | -36/+0 |
* | PR target/19418 | rth | 2005-01-20 | 1 | -0/+38 |
* | PR target/19530 | rth | 2005-01-20 | 3 | -7/+113 |
* | * config/i386/i386.c (ix86_expand_push): New. | rth | 2005-01-20 | 4 | -0/+35 |
* | PR target/19350 | rth | 2005-01-20 | 1 | -0/+2 |
* | * config/i386/i386.c (ix86_expand_vector_init_one_var): Fix typo | rth | 2005-01-20 | 1 | -2/+2 |
* | PR target/19511 | rth | 2005-01-20 | 3 | -247/+114 |
* | PR target/19427 | rth | 2005-01-20 | 1 | -4/+4 |
* | PR target/19518 | rth | 2005-01-20 | 5 | -143/+335 |
* | 2005-01-19 Ralf Corsepius <ralf.corsepius@rtems.org> | corsepiu | 2005-01-19 | 1 | -0/+7 |
* | * config/sh/linux.h (TARGET_C99_FUNCTIONS): Define. | kkojima | 2005-01-18 | 1 | -1/+6 |
* | * config/sparc/sparc.c (load_pic_register): Emit the appropriate | ebotcazou | 2005-01-18 | 2 | -26/+19 |
* | * config/rs6000/rs6000.md ("sunordered"): Disable for e500. | aldyh | 2005-01-18 | 1 | -2/+2 |
* | * config/rs6000/aix43.h (CPLUSPLUS_CPP_SPEC): Delete | dje | 2005-01-18 | 3 | -13/+4 |
* | 2005-01-18 Joel Sherrill <joel.sherrill@oarcorp.com> | joel | 2005-01-18 | 1 | -0/+4 |
* | * config/darwin.c, config/darwin.h, config/freebsd-spec.h, | kazu | 2005-01-18 | 39 | -39/+44 |
* | PR target/19496 | rth | 2005-01-18 | 1 | -0/+6 |
* | 2005-01-18 Marc Espie <espie@openbsd.org> | espie | 2005-01-18 | 1 | -1/+1 |
* | * config/i386/i386.c (ix86_expand_fp_movcc): Remove TARGET_IEEE_FP | rth | 2005-01-18 | 2 | -8/+5 |
* | * config/i386/i386.c (override_options): Revert 2004-11-24 change. | uros | 2005-01-18 | 2 | -13/+65 |
* | PR target/19424 | uros | 2005-01-18 | 1 | -8/+10 |
* | Fix ICE with long double after float HFA. | wilson | 2005-01-18 | 1 | -5/+40 |
* | * config/i386/sse.md (smaxv4sf3_finite, sse_vmsmaxv4sf3_finite, | rth | 2005-01-18 | 1 | -20/+136 |
* | * config/s390/s390.md ("*clc"): Remove incorrect '='. | uweigand | 2005-01-17 | 1 | -2/+2 |
* | * config.gcc (mips64*-*-linux*): Set the default abi to n32. Remove | rsandifo | 2005-01-17 | 2 | -14/+5 |
* | PR target/16304 | danglin | 2005-01-16 | 2 | -0/+9 |
* | Update copyrights to 2005. | danglin | 2005-01-15 | 6 | -6/+9 |
* | PR target/19336 | danglin | 2005-01-15 | 2 | -0/+57 |
* | * pa-protos.h (prefetch_operand): Delete. | danglin | 2005-01-15 | 4 | -111/+111 |
* | * config/rs6000/aix52.h (CPLUSPLUS_CPP_SPEC): Revert previous change. | dje | 2005-01-15 | 1 | -2/+2 |
* | PR ada/19388 | danglin | 2005-01-15 | 3 | -9/+17 |
* | * harg-reg-set.h (reg_class_names): Prototype global array. | sayle | 2005-01-15 | 1 | -3/+1 |
* | * config/s390/s390.md ("reload_outti"): Remove predicate for | uweigand | 2005-01-15 | 1 | -4/+7 |