1. 22 Feb, 2002 4 commits
    • cl · 87b3cd76
      From-SVN: r49949
      Aldy Hernandez committed
    • forgot cl · 8fc2ba41
      From-SVN: r49948
      Aldy Hernandez committed
    • attr-alwaysinline.c: New. · 6aa77e6c
      2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
      
              * gcc.dg/attr-alwaysinline.c: New.
      
              * c-common.c (c_common_post_options): Set inline trees by
              default.
      
              * doc/extend.texi (Function Attributes): Document always_inline
              attribute.
              Update documentation about inlining when not optimizing.
      
              * cp/decl.c (duplicate_decls): Merge always_inline attribute.
      
              * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
              unless DECL_ALWAYS_INLINE.
      
              * c-objc-common.c (c_cannot_inline_tree_fn): Do not inline at -O0
              unless DECL_ALWAYS_INLINE.
              (c_disregard_inline_limits): Disregard if always_inline set.
      
              * langhooks.c (lhd_tree_inlining_disregard_inline_limits):
              Disregard if always_inline set.
              (lhd_tree_inlining_cannot_inline_tree_fn): Do not inline at -O0
              unless DECL_ALWAYS_INLINE.
      
              * attribs.c (handle_always_inline_attribute): New.
              (c_common_attribute_table): Add always_inline.
      
              * config/rs6000/altivec.h: Add prototypes for builtins
              requiring the always_inline attribute.
      
      From-SVN: r49947
      Aldy Hernandez committed
    • expmed.c (store_bit_field): Try to simplify the subreg before generating a new one when... · c410d49e
      2002-02-21  Eric Christopher  <echristo@redhat.com>
      
      	* expmed.c (store_bit_field): Try to simplify the subreg
      	before generating a new one when when the mode size of
      	value is less than maxmode.
      
      From-SVN: r49946
      Eric Christopher committed
  2. 21 Feb, 2002 16 commits
  3. 20 Feb, 2002 20 commits