1. 10 Sep, 2000 5 commits
  2. 09 Sep, 2000 7 commits
  3. 08 Sep, 2000 25 commits
  4. 07 Sep, 2000 3 commits
    • Add bits for --enable-maintainer-mode... · 7f586614
      
      2000-09-07  Phil Edwards  <pme@sources.redhat.com>
      
      	Add bits for --enable-maintainer-mode:
      	- turns on enable_debug
                (doing "--enable-maint --disable-debug" will DTRT)
      	- turns on -Werror, now off by default
      	* acinclude.m4: Add bits.
      	* aclocal.m4: Regenerate.
      	* configure.in: Add defaults for GLIBCPP_ENABLE_DEBUG.
      	* configure: Regenerate.
      
      From-SVN: r36252
      Benjamin Kosnik committed
    • std_cwctype.h: Remove yesterday's hacks. · bed7f389
      
      2000-09-07  Benjamin Kosnik  <bkoz@cygnus.com>
      
      	* bits/std_cwctype.h: Remove yesterday's hacks.
      
      From-SVN: r36251
      Benjamin Kosnik committed
    • loop.c (strength_reduce): Call check_ext_dependant_givs. · e8cb4873
              * loop.c (strength_reduce): Call check_ext_dependant_givs.
              Properly extend the biv initial value for the giv.
              (record_biv): Zero ext_dependant.
              (record_giv): New argument ext_val.  Update all callers.
              (general_induction_var): Likewise.
              (consec_sets_giv): Likewise.
              (simplify_giv_expr): Likewise.  Fill in ext_val if we find
              a sign-extend, zero-extend, or truncate.
              (combine_givs_p): Make sure modes are compatible.
              (check_ext_dependant_givs): New.
              (extend_value_for_giv): New.
              * loop.h (struct induction): Add ext_dependant.
              * unroll.c (iteration_info): Extend the biv initial value for the giv.
              (find_splittable_givs): Likewise.
              (final_giv_value): Likewise.
      
      From-SVN: r36250
      Richard Henderson committed