1. 29 Dec, 2004 9 commits
    • re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address… · 9479075a
      re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address computed for struct accesses)
      
      2004-12-29  Ira Rosen  <irar@il.ibm.com>
      
              PR tree-optimization/18179
              * tree-vectorizer.c (vect_get_base_and_offset): Call get_inner_reference
              and vect_analyze_offset_expr.
              (vect_create_addr_base_for_vector_ref): Build address_base by combining
              base and initial_offset fields of vect_stmt_info.
              (vect_update_inits_of_dr): Update offset of data-ref instead of its
              access-fn. Remove argument.
              (vect_update_inits_of_drs): Call vect_update_inits_of_dr with new
              arguments.
              (vect_compute_data_ref_alignment): Check misalignment info in
              vect_stmt_info. Remove argument.
              (vect_compute_data_refs_alignment): Call vect_compute_data_ref_alignment
              with correct argument.
              (vect_analyze_data_ref_access): Check access info in vect_stmt_info.
              (vect_analyze_pointer_ref_access): Update step and initial_offset fields
              of vect_stmt_info.
              (vect_get_memtag_and_dr): Call vect_get_base_and_offset and set the
              fields of stmt_vec_info.
              (vect_analyze_data_refs): Find vectype and pass it to
              vect_get_memtag_and_dr.
              (vect_get_first_index): Remove.
              (vect_compute_array_base_alignment): Remove.
              (vect_compute_array_ref_alignment): Remove
              (vect_create_data_ref_ptr): Use TYPE_SIZE_UNIT instead GET_MODE_SIZE.
              (vect_gen_niters_for_prolog_loop): Use TREE_CONSTANT instead
              host_integerp.
              (vectorizable_load): Use size arithmetics.
      
      From-SVN: r92704
      Ira Rosen committed
    • re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address… · 21c58af5
      re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address computed for struct accesses)
      
      2004-12-29  Ira Rosen  <irar@il.ibm.com>
      
              PR tree-optimization/18179
              * tree-vectorizer.c (vect_get_base_and_offset): Rename (previous name
              vect_get_base_and_bit_offset).
              (vect_get_memtag_and_dr): Rename (previous name vect_get_symbl_and_dr).
      
      From-SVN: r92702
      Ira Rosen committed
    • re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address… · 1de6a873
      re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address computed for struct accesses)
      
      2004-12-29  Ira Rosen  <irar@il.ibm.com>
      
              PR tree-optimization/18179
              * tree-vectorizer.h (struct _stmt_vec_info): Add new fields:
              initial_offset, step, misalignment and base_aligned_p and macros
              to access them.
              * tree-vectorizer.c (vect_analyze_offset_expr): New function.
              (new_stmt_vec_info): Initialize the new fields of stmt_vec_info.
      
              (vect_create_data_ref_ptr): Fix printings.
      
      From-SVN: r92701
      Ira Rosen committed
    • re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address… · 6e611d92
      re PR tree-optimization/18179 (vectorizer: wrong alignment/step/initial-address computed for struct accesses)
      
      2004-12-29  Ira Rosen  <irar@il.ibm.com>
      
              PR tree-optimization/18179
              * tree-vectorizer.c (vect_get_symbl_and_dr): Reorganize. Add memtag
              retrieval.
              (vect_analyze_data_refs): Remove memtag retrieval.
      
      From-SVN: r92700
      Ira Rosen committed
    • type_traits: Add has_nothrow_constructor. · 5249b4b0
      2004-12-29  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/tr1/type_traits: Add has_nothrow_constructor.
      	* testsuite/tr1/4_metaprogramming/type_properties/
      	has_nothrow_constructor/has_nothrow_constructor.cc: New.
      	* testsuite/tr1/4_metaprogramming/type_properties/
      	has_nothrow_constructor/typedefs.cc: Likewise.
      
      From-SVN: r92699
      Paolo Carlini committed
    • gfortran.h (gfc_case): fix typo in comment. · 410d1a45
      2004-12-29  Steven G. Kargl  <kargls@comcast.net>
      
      * gfortran.h (gfc_case): fix typo in comment.
      
      From-SVN: r92695
      Steven G. Kargl committed
    • * objc.dg/stabs-1.m: Disable for alpha. · 2f9742c3
      From-SVN: r92694
      Richard Henderson committed
    • re PR inline-asm/15740 (ICE caused by a memory operand in an asm statement) · 74f0c611
      	PR inline-asm/15740
              * gimplify.c (gimplify_asm_expr): Move resolve asm names ...
              * c-typeck.c (build_asm_expr): ... here.  Validate input
              constraints.  Mark memory inputs addressable.
      
              * semantics.c (finish_asm_stmt): Resolve asm names.  Validate input
              constraints.  Mark memory inputs addressable.
      
      From-SVN: r92693
      Richard Henderson committed
    • Daily bump. · 85f3cc42
      From-SVN: r92691
      GCC Administrator committed
  2. 28 Dec, 2004 15 commits
  3. 27 Dec, 2004 16 commits