1. 11 Mar, 2004 35 commits
  2. 10 Mar, 2004 5 commits
    • optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2. · a251102e
      2004-03-10  Uros Bizjak  <uros@kss-loka.si>
      
      	* optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.
      	(exp10_optab, exp2_optab): Define corresponding macros.
      	* optabs.c (init_optabs): Initialize exp10_optab and exp2_optab.
      	* genopinit.c (optabs): Implement exp10_optab and exp2_optab
      	using exp10?f2 and exp2?f2 patterns.
      	* builtins.c (expand_builtin_mathfn): Handle BUILT_IN_EXP10{,F,L}
      	using exp10_optab, and BUILT_IN_EXP2{,F,L} using exp2_optab.
      	(expand_builtin): Expand BUILT_IN_EXP10{,F,L} and BUILT_IN_EXP2{,F,L}
      	using expand_builtin_mathfn if flag_unsafe_math_optimizations is set.
      
      	* config/i386/i386.md (exp10sf2, exp10df2, exp10xf2, exp2sf2,
      	exp2df2, exp2xf2): New patterns to implement exp10, exp10f, exp10l,
      	exp2, exp2f and exp2l built-ins as inline x87 intrinsics.
      
      	* gcc.dg/builtins-34.c: New test.
      
      From-SVN: r79279
      Uros Bizjak committed
    • * MAINTAINERS: Update my email address. · 5199e2c6
      From-SVN: r79278
      Ben Elliston committed
    • invoke.texi (ARM Options): Fix -mpfu typo. · 11f01d37
      2004-03-10  Anthony Green  <green@redhat.com>
      
              * doc/invoke.texi (ARM Options): Fix -mpfu typo.
      
      From-SVN: r79277
      Anthony Green committed
    • aix.h (TARGET_OS_CPP_BUILTINS): Rename to ... · bb904c1a
      	* config/rs6000/aix.h (TARGET_OS_CPP_BUILTINS): Rename to ...
      	(TARGET_OS_AIX_CPP_BUILTINS): this.  Conditionally define
      	__LONGDOUBLE128.
      	* config/rs6000/aix41.h (TARGET_OS_CPP_BUILTINS): Use
      	TARGET_OS_AIX_CPP_BUILTINS.
      	* config/rs6000/aix43.h (TARGET_OS_CPP_BUILTINS): Same.
      	* config/rs6000/aix51.h (TARGET_OS_CPP_BUILTINS): Same.
      	* config/rs6000/aix52.h (TARGET_OS_CPP_BUILTINS): Same.
      	* config/rs6000/rs6000-c.c (rs6000_cpu_cpp_builtins): Revert
      	previous change.
      
      From-SVN: r79274
      David Edelsohn committed
    • fold-const.c (tree_expr_nonnegative_p): Add more builtin cases. · b45d3a36
      	* fold-const.c (tree_expr_nonnegative_p): Add more builtin cases.
      
      testsuite:
      	* gcc.dg/torture/builtin-nonneg-1.c: New test.
      
      From-SVN: r79269
      Kaveh R. Ghazi committed