1. 11 Mar, 2013 9 commits
  2. 10 Mar, 2013 3 commits
  3. 09 Mar, 2013 5 commits
    • dse.c (delete_dead_store_insn): Respect TDF_DETAILS. · 456610d3
      	* dse.c (delete_dead_store_insn): Respect TDF_DETAILS.
      	(canon_address, record_store, replace_read, check_mem_read_rtx,
      	scan_insn, dse_step1, dse_step2_init, dse_step2_spill,
      	dse_step4, dse_step5_nospill, dse_step5_spill, dse_step6,
      	rest_of_handle_dse): Likewise.
      
      From-SVN: r196576
      Steven Bosscher committed
    • * de.po: Update. · a42f62a0
      From-SVN: r196575
      Joseph Myers committed
    • 55463.cc: Avoid -Wunused warnings. · 03a42414
      2013-03-09  Paolo Carlini  <paolo.carlini@oracle.com>
      
      	* testsuite/20_util/function_objects/mem_fn/55463.cc: Avoid
      	-Wunused warnings.
      
      From-SVN: r196572
      Paolo Carlini committed
    • re PR middle-end/56524 (Compiler ICE when compiling with -mips16) · 4b1baac8
      gcc/
      	PR middle-end/56524
      	* tree.h (tree_optimization_option): Rename target_optabs to optabs.
      	Add base_optabs.
      	(TREE_OPTIMIZATION_OPTABS): Update after previous field change.
      	(TREE_OPTIMIZATION_BASE_OPTABS): New macro.
      	(save_optabs_if_changed): Replace with...
      	(init_tree_optimization_optabs): ...this.
      	* optabs.c (save_optabs_if_changed): Rename to...
      	(init_tree_optimization_optabs): ...this.  Take the optimization node
      	as argument.  Do nothing if the base optabs are already correct.
      	Reuse the existing TREE_OPTIMIZATION_OPTABS memory if we need
      	to recompute optabs.
      	* function.h (function): Remove optabs field.
      	* function.c (invoke_set_current_function_hook): Call
      	init_tree_optimization_optabs.  Use the result to initialize
      	this_fn_optabs.
      
      gcc/c-family/
      	PR middle-end/56524
      	* c-common.c (handle_optimize_attribute): Don't call
      	save_optabs_if_changed.
      
      gcc/testsuite/
      	PR middle-end/56524
      	* gcc.target/mips/pr56524.c: New test.
      
      From-SVN: r196570
      Richard Sandiford committed
    • Daily bump. · cc107acf
      From-SVN: r196567
      GCC Administrator committed
  4. 08 Mar, 2013 22 commits
  5. 07 Mar, 2013 1 commit