1. 17 Jul, 2000 27 commits
  2. 16 Jul, 2000 10 commits
  3. 15 Jul, 2000 3 commits
    • valarray_array.h (__valarray_get_memory, [...]): New functions. · 5b2ff385
      2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
      
      	* std/valarray_array.h (__valarray_get_memory,
      	__valarray_get_storage, __valarray_release_storage): New
      	functions.
      	(_Array_default_ctor, _Array_init_ctor, _Array_copy_ctor,
      	_Array_copier): New traits classes.
      	(__valarray_default_construct): New function.  Implements valarray
      	default construction.
      	(__valarray_fill_construct): New function. Implements valarray
      	construction with initializer.
      	(__valarray_copy_construct): New function.  Implements valarray
      	copy construction.
      	(__valarray_destroy_elements): New function.
      	(__valarray_copy, __valarray_fill): Tweak.
      	(__valarray_sum, __valarray_product): New helper functions.
      	(_Array<>::free_data): Remove.
      	(_Array<>::_Array): Tweak.
      
      	* std/std_valarray.h (valarray<>::product): Remove.
      	(valarray<>::valarray): Use __valarray_get_storage.
      	(valarray<>::shift, valarray<>::cshift, valarray<>::resize):
      	Tweak.
      
      	* std/cpp_type_traits.h: New file.
      
      	* valarray.cc (multiplies<>, accumulate, valarray<>::product):
      	Remove explicit instantiation.
      	(__valarray_product): New function.
      	(_Indexer::_Indexer): Use.
      
      From-SVN: r35055
      Gabriel Dos Reis committed
    • ia64-protos.h (ia64_move_ok): Prototype. · 557b9df5
              * config/ia64/ia64-protos.h (ia64_move_ok): Prototype.
              * config/ia64/ia64.c (ia64_move_ok): New function.
              * config/ia64/ia64.md (movqi, movqi_internal): Use it.
              (movhi, movsi, movdi, movsf, movdf, movxf): Likewise.
      
      From-SVN: r35054
      Richard Henderson committed
    • valarray_array.h (__valarray_get_storage): New function. · d4c4ae6f
      2000-07-15  Gabriel Dos Reis  <gdr@codesourcery.com>
      
      	* bits/valarray_array.h (__valarray_get_storage): New function.
      	(_Array<>::Array): Use it.
      	* bits/std_valarray.h (valarray<>::valarray): Likewise.
      	(valarray<>::resize): Likewise.  Tweak.
      	* src/valarray-inst.cc (__valarray_product): Tweak.
      
      From-SVN: r35053
      Gabriel Dos Reis committed