1. 03 Feb, 2009 1 commit
  2. 02 Feb, 2009 14 commits
  3. 01 Feb, 2009 2 commits
  4. 31 Jan, 2009 8 commits
  5. 30 Jan, 2009 13 commits
  6. 29 Jan, 2009 2 commits
    • thread: Remove unused headers. · cbdab9c8
      2009-01-29  Jonathan Wakely  <jwakely.gcc@gmail.com>
      
      	* include/std/thread: Remove unused headers.
      	(__thread_data_base): Remove unused mutex and base.
      	(thread::~thread): Only detach if joinable.
      	(thread::joinable): Test if thread data ptr is empty.
      	(thread::_M_thread_data_mutex): Remove.
      	(thread::_M_get_thread_data): Remove.
      	(thread::_M_make_thread_data): Remove overload, use make_shared.
      	(thread::id::id): Make constructor explicit.
      	* src/thread.cc (thread::join,thread::detach): Throw if not joinable.
      	(thread::_M_start_thread): Break shared_ptr cycle on error.
      	(__thread_proxy): Use shared_ptr swap instead of copy and reset.
      	* testsuite/30_threads/thread/member/4.cc: New.
      	* testsuite/30_threads/thread/member/5.cc: New.
      
      From-SVN: r143772
      Jonathan Wakely committed
    • ira-color.c (allocno_reload_assign): Update comments. · 3631be48
      2009-01-29  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* ira-color.c (allocno_reload_assign): Update comments.
      	* regmove.c (regmove_optimize): Likewise.
      
      	* ra.h: Removed.
      
      From-SVN: r143771
      H.J. Lu committed