1. 22 Feb, 2016 6 commits
    • HSA: fix emission of clrsb{l,ll} builtins · f91d04e7
      	* hsa-gen.c (gen_hsa_clrsb): In case of zero value,
      	return bitsize - 1 as the return value.
      
      From-SVN: r233602
      Martin Liska committed
    • re PR rtl-optimization/69806 ([SH] Combine doesn't see constant) · f88d45dc
      gcc/
      	PR target/69806
      	PR target/54089
      	* config/sh/sh.c (sh_lshrsi_clobbers_t_reg_p, sh_dynamicalize_shift_p):
      	Handle negative shift counts.
      	* config/sh/sh.md (ashlsi3, lshrsi3_n, lshrsi3_n_clobbers_t): Don't use
      	force_reg on the shift constant.
      	(lshrsi3): Likewise.  Expand into lshrsi3_n* instead of lshrsi3_d.
      	(lshrsi3_d): Handle negative shift counts.
      
      gcc/testsuite/
      	PR target/69806
      	PR target/54089
      	* gcc.target/sh/pr54089-10.c: New.
      
      From-SVN: r233601
      Oleg Endo committed
    • Add dot-fn to gdbhooks.py · bddb7adb
      2016-02-22  Richard Biener  <rguenther@suse.de>
      	    Tom de Vries  <tom@codesourcery.com>
      
      	* graph.c: Include dumpfile.h.
      	(print_graph_cfg): Split into three overloads.
      	* gdbhooks.py (class DotFn): Add and instantiate, adding command dot-fn.
      
      Co-Authored-By: Tom de Vries <tom@codesourcery.com>
      
      From-SVN: r233600
      Richard Biener committed
    • Add dump-fn to gdbhooks.py · b6e5b400
      2016-02-22  Tom de Vries  <tom@codesourcery.com>
      
      	* gdbhooks.py (class DumpFn): Add and instantiate, adding command
      	dump-fn.
      
      From-SVN: r233599
      Tom de Vries committed
    • re PR middle-end/37448 (cannot compile big function) · bddead15
      2016-02-22  Richard Biener  <rguenther@suse.de>
      
      	PR ipa/37448
      	* ipa-inline-transform.c (inline_call): When not updating
      	overall summaries adjust self size by the growth estimate.
      	* ipa-inline.c (inline_to_all_callers_1): Add to the callers
      	hash-set, do not update overall summaries here.  Renamed from ...
      	(inline_to_all_callers): ... this which is now wrapping the
      	above and performing delayed overall summary update.
      	(early_inline_small_functions): Delay updating of the overall
      	summary.
      
      From-SVN: r233598
      Richard Biener committed
    • Daily bump. · f97374a7
      From-SVN: r233597
      GCC Administrator committed
  2. 21 Feb, 2016 2 commits
  3. 20 Feb, 2016 10 commits
  4. 19 Feb, 2016 22 commits