1. 02 Mar, 2009 9 commits
    • i386.md (ST?_REG, MM?_REG): New constants. · 78168632
      	* config/i386/i386.md (ST?_REG, MM?_REG): New constants.
      	(*call_1_rex64_ms_sysv): Use named constants instead of magic
      	numbers to describe clobbbered registers.
      	(*call_value_0_rex64_ms_sysv): Ditto.
      	* config/i386/mmx.md (emms): Ditto.
      	(femms): Ditto.
      
      From-SVN: r144554
      Uros Bizjak committed
    • mips.c (mips_mdebug_abi_name): Fix the handling of ABI_64. · 63553059
      gcc/
      	* config/mips/mips.c (mips_mdebug_abi_name): Fix the handling
      	of ABI_64.
      
      From-SVN: r144552
      Richard Sandiford committed
    • spu.c (TARGET_SECTION_TYPE_FLAGS): Define. · 500a1f85
      	* config/spu/spu.c (TARGET_SECTION_TYPE_FLAGS): Define.
      	(spu_section_type_flags): New function.
      
      From-SVN: r144550
      Ulrich Weigand committed
    • pthread4.cc: Move... · 33b4155d
      2009-03-02  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/thread/pthread4.cc: Move...
      	* testsuite/21_strings/basic_string/pthread4.cc: ...here.
      	* testsuite/thread/pthread5.cc: Move...
      	* testsuite/23_containers/list/pthread5.cc: ...here.
      	* testsuite/thread/pthread6.cc: Move...
      	* testsuite/23_containers/map/pthread6.cc: ...here.
      	* testsuite/thread/pthread7-rope.cc: Move...
      	* testsuite/ext/rope/pthread7-rope.cc: ...here.
      	* testsuite/thread/guard.cc: Move...
      	* testsuite/18_support/pthread_guard.cc: ...here.
      	* testsuite/thread/18185.cc: Move...
      	* testsuite/21_strings/basic_string/pthread18185.cc: ...here.
      	* testsuite/thread/pthread1.cc: Move...
      	* testsuite/23_containers/list/pthread1.cc: ...here.
      	* testsuite/thread/pthread2.cc: Move...
      	* testsuite/27_io/basic_ofstream/pthread2.cc: ...here.
      	* testsuite/thread/pthread3.cc: Move...
      	* testsuite/27_io/basic_ostringstream/pthread3.cc: ...here.
      
      	* testsuite/libstdc++-dg/conformance.exp: Remove thread directory.
      	* testsuite/thread: Remove.
      
      From-SVN: r144547
      Benjamin Kosnik committed
    • pthread4.cc: Move... · 48a3a45a
      2009-03-02  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* testsuite/thread/pthread4.cc: Move...
      	* testsuite/21_strings/basic_string/pthread4.cc: ...here.
      	* testsuite/thread/pthread5.cc: Move...
      	* testsuite/23_containers/list/pthread5.cc: ...here.
      	* testsuite/thread/pthread6.cc: Move...
      	* testsuite/23_containers/map/pthread6.cc: ...here.
      	* testsuite/thread/pthread7-rope.cc: Move...
      	* testsuite/ext/rope/pthread7-rope.cc: ...here.
      	* testsuite/thread/guard.cc: Move...
      	* testsuite/18_support/pthread_guard.cc: ...here.
      	* testsuite/thread/18185.cc: Move...
      	* testsuite/21_strings/basic_string/pthread18185.cc: ...here.
      	* testsuite/thread/pthread1.cc: Move...
      	* testsuite/23_containers/list/pthread1.cc: ...here.
      	* testsuite/thread/pthread2.cc: Move...
      	* testsuite/27_io/basic_ofstream/pthread2.cc: ...here.
      	* testsuite/thread/pthread3.cc: Move...
      	* testsuite/27_io/basic_ostringstream/pthread3.cc: ...here.
      
      From-SVN: r144546
      Benjamin Kosnik committed
    • return-4.c: Scan andl/andq instead of andl. · 0f07d576
      2009-03-02  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* gcc.target/i386/stackalign/return-4.c: Scan andl/andq instead
      	of andl.
      	* gcc.target/i386/stackalign/return-5.c: Likewise.
      	* gcc.target/i386/stackalign/return-6.c: Likewise.
      
      From-SVN: r144544
      H.J. Lu committed
    • i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy reg_class_contents of FLOAT_REGS into a temporary. · 962aae34
      	* config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy
      	reg_class_contents of FLOAT_REGS into a temporary.
      
      From-SVN: r144542
      Uros Bizjak committed
    • re PR middle-end/39318 (internal compiler error: verify_stmts failed) · 6dfb529c
      2009-03-02  Richard Guenther  <rguenther@suse.de>
                  Ira Rosen  <irar@il.ibm.com>
      
      	PR tree-optimization/39318
      	* tree-vect-transform.c (vectorizable_call): Transfer the EH region
      	information to the vectorized statement.
      
      
      Co-Authored-By: Ira Rosen <irar@il.ibm.com>
      
      From-SVN: r144541
      Richard Guenther committed
    • Daily bump. · cbf92fc2
      From-SVN: r144538
      GCC Administrator committed
  2. 01 Mar, 2009 18 commits
  3. 28 Feb, 2009 7 commits
  4. 27 Feb, 2009 6 commits
    • Fix long lines. · f10a1c6c
      From-SVN: r144476
      Eric Botcazou committed
    • re PR debug/39267 (gdb testsuite regressions) · cff7525f
      	PR debug/39267
      	* tree.h (TREE_PROTECTED): Fix comment.
      	(BLOCK_HANDLER_BLOCK): Remove.
      	(struct tree_block): Remove handler_block add body_block.
      	(inlined_function_outer_scope_p): New.
      	(is_body_block): Remove.
      	* dbxout.c (dbxout_block): Remove BLOCK_HANDLER_BLOCK.
      	* dwarf2out.c (is_inlined_entry_point): Remove.
      	(add_high_low_attributes): Use inlined_function_outer_scope_p.
      	(gen_block_die): Use is_inlined_entry_point check; remove body block code.
      	* langhooks.h (struct lang_hooks): Remove no_bodu_blocks.
      	* gimplify.c (gimplify_expr): Gimplify body blocks.
      	* tree-ssa-live.c (remove_unused_scope_block_p): Allow removing wrapper block
      	with multiple subblocks.
      	(dump_scope_block): Prettier output; dump more flags and info.
      	(dump_scope_blocks): New.
      	(remove_unused_locals): Use dump_scope_blocks.
      	* tree-flow.h (dump_scope_blocks): Declare.
      	* tree-cfg.c (execute_build_cfg): Dump scope blocks.
      	* stmt.c (is_body_block): Remove.
      	* tree-inline.c (remap_block): Copy BODY_BLOCK info.
      	* langhooks-def.h (LANG_HOOKS_NO_BODY_BLOCKS): Remove.
      
      From-SVN: r144474
      Jan Hubicka committed
    • re PR middle-end/39308 (ICE when compiling with -O[s123] -floop-interchange) · c20993b9
      2009-02-27  Sebastian Pop  <sebastian.pop@amd.com>
      
      	PR middle-end/39308
      	* graphite.c (graphite_loop_normal_form): Do not call 
      	number_of_iterations_exit from a gcc_assert.
      
      From-SVN: r144470
      Sebastian Pop committed
    • s390.c: (s390_swap_cmp): Look for conditional jumps if COND is NULL. · e3cba5e5
      2009-02-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
      
      	* gcc/config/s390/s390.c: (s390_swap_cmp): Look for conditional
      	jumps if COND is NULL.
      	(find_cond_jump): New function.
      	(s390_z10_optimize_cmp): Handling for reg-reg compares added.
      	* gcc/config/s390/s390.md: Remove z10_cobra attribute value.
      
      From-SVN: r144466
      Andreas Krebbel committed
    • Update e-mail address. · c9e9e11f
      From-SVN: r144465
      Andreas Schwab committed
    • Add PR ref. · 4c354194
      From-SVN: r144464
      Andreas Schwab committed