1. 16 Apr, 2007 6 commits
    • re PR target/31582 (ix86_expand_vec_set_builtin modifies source) · 7bb4a6be
      2007-04-16  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR target/31582
      	* config/i386/i386.c (ix86_expand_vec_set_builtin): Make a
      	copy of source, pass it to ix86_expand_vector_set and return
      	it as target.
      
      From-SVN: r123866
      H.J. Lu committed
    • TaggedComponentHelper.java (read): Use read_octet_array(), not read(). · 9c3068be
      2007-04-16  Andrew Haley  <aph@redhat.com>
      
              * org/omg/IOP/TaggedComponentHelper.java (read): Use
              read_octet_array(), not read().
              (write): Use write_octet_array(), not write().
      
              * org/omg/PortableServer/Servant.java (_get_delegate): Throw if no
              delegate has been set.
      
              * javax/management/ObjectName.java serialVersionUID: Declare.
              Make all fields transient.
              (parse): Break out from constructor.
              (writeObject, readObject): New methods.
      
      From-SVN: r123865
      Andrew Haley committed
    • TaggedComponentHelper.java (read): Use read_octet_array(), not read(). · 2f69f684
      2007-04-16  Andrew Haley  <aph@redhat.com>
      
              * org/omg/IOP/TaggedComponentHelper.java (read): Use
              read_octet_array(), not read().
              (write): Use write_octet_array(), not write().
      
              * org/omg/PortableServer/Servant.java (_get_delegate): Throw if no
              delegate has been set.
      
              * javax/management/ObjectName.java serialVersionUID: Declare.
              Make all fields transient.
              (parse): Break out from constructor.
              (writeObject, readObject): New methods.
      
      From-SVN: r123864
      Andrew Haley committed
    • mips.h (PROCESSOR_74KC, [...]): Define. · 8dd58f01
      2007-04-16  David Ung  <davidu@mips.com>
                  Joseph Myers  <joseph@codesourcery.com>
      
      	* config/mips/mips.h (PROCESSOR_74KC, PROCESSOR_74KF,
      	PROCESSOR_74KX, TUNE_74K, GENERATE_MADD_MSUB): Define.
      	* config/mips/mips.c (mips_cpu_info_table, mips_rtx_cost_data):
      	Add 74K processor information.
      	* config/mips/mips.md: Include 74k.md.
      	(cpu): Add 74kc,74kf,74kx.
      	(ISA_HAS_MADD_MSUB): Change to GENERATE_MADD_MSUB throughout.
      	* config/mips/74k.md: New.
      	* doc/invoke.texi (MIPS Options): Document 74K support.
      
      Co-Authored-By: Joseph Myers <joseph@codesourcery.com>
      
      From-SVN: r123863
      David Ung committed
    • BootClassLoader.java (getBootURLLoader): New method. · 0e055c1c
      2007-04-16  Andrew Haley  <aph@redhat.com>
      
              * gnu/gcj/runtime/BootClassLoader.java (getBootURLLoader): New
              method.
              (bootGetResource): Use getBootURLLoader() to load resources.
              (bootGetResources): Likewise.
      
              * java/lang/reflect/natMethod.cc (Method::invoke): In invoke also
              check that the method's declaring class is accessible.
      
      From-SVN: r123862
      Andrew Haley committed
    • tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to vectorizable_* functions. · 60555ced
              * tree-vect-analyze.c (vect_analyze_operations): Reorganize calls to
              vectorizable_* functions.
              * tree-vect-transform.c (vectorizable_call): Add check for
              STMT_VINFO_RELEVANT_P, STMT_VINFO_DEF_TYPE and STMT_VINFO_LIVE_P.
              (vectorizable_store): likewise.
              (vectorizable_conversion): Add check for STMT_VINFO_DEF_TYPE.
              Add comments.
              (vectorizable_operation, vectorizable_type_demotion): Likewise.
              (vectorizable_type_promotion, vectorizable_load): Likewise.
              (vectorizable_live_operation, vectorizable_condition): Likewise.
              (vectorizable_assignment): Add check for STMT_VINFO_DEF_TYPE and
              STMT_VINFO_LIVE_P.
              (vect_transform_stmt): Reorganize calls to vectorizable_* functions.
      
      From-SVN: r123861
      Dorit Nuzman committed
  2. 15 Apr, 2007 16 commits
  3. 14 Apr, 2007 18 commits