1. 14 Feb, 1999 10 commits
  2. 13 Feb, 1999 6 commits
  3. 12 Feb, 1999 12 commits
  4. 11 Feb, 1999 11 commits
  5. 10 Feb, 1999 1 commit
    • function.c (assign_stack_temp_for_type): Clear best_p when an exact match is found. · d16790f2
              * function.c (assign_stack_temp_for_type): Clear best_p
              when an exact match is found.
              * i386.h (LOCAL_ALIGNMENT): Define.
              * function.c (assign_stack_local, assign_outer_stack_local): Use it.
              (assign_stack_temp_for_type): New function based on assign_stack_temp.
              (assign_stack_temp): Call it.
              (assign_temp): Use assign_stack_temp_for_type, not assign_stack_temp.
              * stmt.c: Use assign_temp, not assign_stack_temp.
              * tm.texi: Document LOCAL_ALIGNMENT.
      
      From-SVN: r25143
      John Wehle committed