1. 22 Apr, 2015 3 commits
    • remove some ifdef HAVE_cc0 · 8a90eeb6
      gcc/ChangeLog:
      
      2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* conditions.h: Define macros even if HAVE_cc0 is undefined.
      	* emit-rtl.c: Define functions even if HAVE_cc0 is undefined.
      	* final.c: Likewise.
      	* jump.c: Likewise.
      	* recog.c: Likewise.
      	* recog.h: Declare functions even when HAVE_cc0 is undefined.
      	* sched-deps.c (sched_analyze_2): Always compile case for cc0.
      
      From-SVN: r222294
      Trevor Saunders committed
    • add default definition of EH_RETURN_DATA_REGNO · 9a522505
      gcc/ChangeLog:
      
      2015-04-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
      
      	* defaults.h: New definition of EH_RETURN_DATA_REGNO.
      	* except.c: Remove definition of EH_RETURN_DATA_REGNO.
      	* builtins.c (expand_builtin): Remove check if
      	EH_RETURN_DATA_REGNO is defined.
      	* df-scan.c (df_bb_refs_collect): Likewise.
      	(df_get_exit_block_use_set): Likewise.
      	* haifa-sched.c (initiate_bb_reg_pressure_info): Likewise.
      	* ira-lives.c (process_bb_node_lives): Likewise.
      	* lra-lives.c (process_bb_lives): Likewise.
      
      From-SVN: r222293
      Trevor Saunders committed
    • Daily bump. · 858d4a15
      From-SVN: r222292
      GCC Administrator committed
  2. 21 Apr, 2015 21 commits
  3. 20 Apr, 2015 15 commits
  4. 19 Apr, 2015 1 commit
    • re PR rtl-optimization/65805 (Chromium gets miscompiled) · a6af1bf9
      2015-04-19  Vladimir Makarov  <vmakarov@redhat.com>
      
      	PR rtl-optimization/65805
      	* lra-eliminations.c (lra_eliminate_regs_1): Add new assert.
      	Don't use difference of offset and previous offset if
      	update_sp_offset is non-zero.
      	(eliminate_regs_in_insn): Ditto.
      	* lra-spills.c (remove_pseudos): Exchange 4th and 6th args in
      	lra_eliminate_regs_1 call.
      	* lra-constraints.c (get_equiv_with_elimination): Ditto.
      
      From-SVN: r222223
      Vladimir Makarov committed