1. 23 Aug, 2005 1 commit
  2. 22 Aug, 2005 18 commits
  3. 21 Aug, 2005 10 commits
  4. 20 Aug, 2005 9 commits
  5. 19 Aug, 2005 2 commits
    • optabs.h: Change CTI_ to COI_. · c414ac1d
      2005-08-19  Eric Christopher  <echristo@apple.com>
      
              * optabs.h: Change CTI_ to COI_.
              * optabs.c: Ditto.
      
      From-SVN: r103295
      Eric Christopher committed
    • Fix uninitialized register read problem. · c8f27794
      * builtins.c (expand_builtin_return_addr): Set
      current_function_accesses_prior_frames when count != 0.  Use
      frame_pointer_rtx when count == 0.
      * function.h (struct function): Add accesses_prior_frames field.
      (current_function_accesses_prior_frames): Define.
      * reload1.c (init_elim_table): Check
      current_function_accesses_prior_frames.
      * doc/tm.texi (INITIAL_FRAME_ADDRESS_RTX): Update docs.
      
      From-SVN: r103294
      James E Wilson committed