1. 16 Apr, 2007 3 commits
    • 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 19 commits
  4. 13 Apr, 2007 2 commits