1. 12 Aug, 2005 15 commits
  2. 11 Aug, 2005 20 commits
  3. 10 Aug, 2005 5 commits
    • forgot to add the PR marker: · ce31ea84
      2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR target/21887
              * config/darwin.c (machopic_indirect_data_reference): Use a new register
              for the high part when generating dynamic-no-pic code.
      
      From-SVN: r102960
      Andrew Pinski committed
    • re PR libfortran/22143 (missing kinds 1 and 2 for eoshift and cshift) · bf302220
      
      2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	PR libfortran/22143
      	gfortran.h:  Declare new function gfc_resolve_dim_arg.
      	resolve.c:  New function gfc_resolve_dim_arg.
      	iresolve.c (gfc_resolve_all):  Use gfc_resolve_dim_arg.
      	(gfc_resolve_any):  Likewise.
      	(gfc_resolve_count):  Likewise.
      	(gfc_resolve_cshift):  Likewise.  If the kind of shift is less
      	gfc_default_integer_kind, convert it to default integer type.
      	(gfc_resolve_eoshift):  Likewise.
      	(gfc_resolve_maxloc):  Use gfc_resolve_dim_arg.
      	(gfc_resolve_maxval):  Likewise.
      	(gfc_resolve_minloc):  Likewise.
      	(gfc_resolve_minval):  Likewise.
      	(gfc_resolve_product):  Likewise.
      	(gfc_resolve_spread):  Likewise.
      	(gfc_resolve_sum):  Likewise.
      
      2005-08-10  Thomas Koenig  <Thomas.Koenig@online.de>
      
      	PR libfortran/22143
      	gfortran.dg/shift-kind.f90:  New testcase.
      
      From-SVN: r102957
      Thomas Koenig committed
    • rs6000.c (mems_ok_for_quad_peep): Rewrite. · bb8df8a6
      2005-08-10  Eric Christopher  <echristo@apple.com>
      
              * config/rs6000/rs6000.c (mems_ok_for_quad_peep): Rewrite.
              * config/rs6000/rs6000.md (*lfq_power2, *stfq_power2): Use
              V2DFmode.
      
      From-SVN: r102956
      Eric Christopher committed
    • darwin.c (machopic_indirect_data_reference): Use a new register for the high… · 4f8dbd34
      darwin.c (machopic_indirect_data_reference): Use a new register for the high part when generating dynamic-no-pic code.
      
      2005-08-10  Andrew Pinski  <pinskia@physics.uc.edu>
      
              * config/darwin.c (machopic_indirect_data_reference): Use a new register
              for the high part when generating dynamic-no-pic code.
      
      From-SVN: r102955
      Andrew Pinski committed
    • config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file. · d75e02d6
      2005-08-10  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* config.gcc (i[34567]86-*-linux*): Add i386/t-crtfm to tm-file.
      	(x86_64-*-linux*): Likewise.
      
      	* config/i386/crtfastmath.c: New file.
      	* config/i386/t-crtfm: Likewise.
      
      	* config/i386/linux.h (ENDFILE_SPEC): New.
      	* config/i386/linux64.h (ENDFILE_SPEC): Likewise.
      
      	* config/i386/t-linux64 (EXTRA_MULTILIB_PARTS): Add
      	crtfastmath.o.
      
      From-SVN: r102954
      H.J. Lu committed