1. 28 Mar, 2003 21 commits
  2. 27 Mar, 2003 13 commits
  3. 26 Mar, 2003 6 commits
    • 20020227-1.x: Don't XFAIL for powerpc64. · db8627a1
      2003-03-26  Janis Johnson  <janis187@us.ibm.com>
      
      	* gcc.c-torture/execute/20020227-1.x: Don't XFAIL for powerpc64.
      
      	* gcc.c-torture/compile/simd-5.x: Expect XFAIL for powerpc64.
      
      From-SVN: r64907
      Janis Johnson committed
    • c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P. · 3684a055
              * c-decl.c (finish_function): Always defer if DECL_DECLARED_INLINE_P.
      	* gcc.dg/inline-4.c: New.
      
      From-SVN: r64906
      Richard Henderson committed
    • natRuntime.cc (insertSystemProperties): Set gnu.classpath.home.url. · 1c81e343
      	* java/lang/natRuntime.cc (insertSystemProperties): Set
      	gnu.classpath.home.url.
      	* Makefile.in: Rebuilt.
      	* Makefile.am: Define LIBDIR.
      
      From-SVN: r64905
      Tom Tromey committed
    • PR bootstrap/10051, PR bootstrap/10169. · de132314
      	* mips-tfile.c (init_file): Don't provide a static initializer.
      	(initialize_init_file): Initialize the contents of init_file.
      	(add_file): Call initialize_init_file if not already initialized.
      
      From-SVN: r64904
      Roger Sayle committed
    • s390.c (s390_optimize_prolog): Do not save/restore registers used for global asm variables. · 6f84708a
      	* config/s390/s390.c (s390_optimize_prolog): Do not save/restore
      	registers used for global asm variables.
      	(s390_frame_info, s390_arg_frame_offset): Likewise.
      	(s390_emit_prologue, s390_emit_epilogue): Likewise.
      
      From-SVN: r64902
      Ulrich Weigand committed
    • 8540.md: New file. · 5e8006fa
      2003-03-26  Vladimir Makarov  <vmakarov@redhat.com>
      
              * config/rs6000/8540.md: New file.
      
      	* config/rs6000/{40x.md, 603.md, 6xx.md, 7450.md, 7xx.md, mpc.md,
      	power4.md, rios1.md, rios2.md, rs64.md}: Add mult_compare to
      	reservations for imul.
      
      	* config/rs6000/rs6000.md: Include 8540.md.  Change
      	delayed_compare onto mult_compare for insns generating
      	multiplication.
      	(mult_compare, fpsimple, brinc, vecdiv, veccmpsimple, vecfdiv):
      	New type attribute values.
      
      	* config/rs6000/spe.md (*negsf2_gp, *abssf2_gpr): Use type
      	fpsimple instead of fp.
      	(*divsf3_gpr): Use type vecfdiv instead of fp.
      	(spe_evfsabs, spe_evfsnabs, spe_evfsneg): Use type vecsimple
      	instead of vecfloat.
      	(spe_evfsdive): Use type vecfdiv instead of vecfloat.
      	(spe_brinc): Use type brinc instead of veccomplex.
      	(spe_evaddw, spe_evaddiw): Use type vecsimple instead of
      	veccomplex.
      	(spe_evdivws, spe_evdivwu): Use type vecdiv instead of veccomplex.
      	(*movv2si_internal, *movv1di_internal, *movv4hi_internal,
      	*movv2sf_internal): Define type attribute values for all
      	alternatives.
      	(cmpsfeq_gpr, cmpsfgt_gpr, cmpsflt_gpr): Use type veccmp instead
      	of fpcompare.
      	(tstsfeq_gpr, tstsfgt_gpr, tstsflt_gpr): Use type veccmpsimple
      	instead of fpcompare.
      
      From-SVN: r64899
      Vladimir Makarov committed