1. 20 Sep, 2010 6 commits
  2. 19 Sep, 2010 13 commits
  3. 18 Sep, 2010 14 commits
  4. 17 Sep, 2010 7 commits
    • Add DEBUG_FUNCTION to all the dot_* debugging functions. · 1f424006
      2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* graphite-dependences.c (dot_deps): Add DEBUG_FUNCTION.
      	(dot_deps_stmt): Same.
      	* graphite-poly.c (dot_lst): Same.
      	* graphite-scop-detection.c (dot_all_scops): Same.
      	(dot_scop): Same.
      
      From-SVN: r164381
      Sebastian Pop committed
    • Add back dot_rdg. · f3241b29
      2010-09-17  Sebastian Pop  <sebastian.pop@amd.com>
      
      	Revert commit: 2009-12-16  Ben Elliston  <bje@au.ibm.com>
      	* tree-data-ref.c (dot_rdg_1): Added back.
      	(dot_rdg): Same.  Added "#if 0" around system call.
      
      From-SVN: r164380
      Sebastian Pop committed
    • Pad short functions with NOPs for Atom. · e7ed95a2
      gcc/
      
      2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
      	    Richard Henderson  <rth@redhat.com>
      
      	* config/i386/i386.c (initial_ix86_tune_features): Add
      	X86_TUNE_PAD_SHORT_FUNCTION.
      	(ix86_code_end): Pad with 8 NOPs for TARGET_PAD_SHORT_FUNCTION.
      	(ix86_count_insn): New.
      	(ix86_pad_short_function): Likewise.
      	(ix86_reorg): Support TARGET_PAD_SHORT_FUNCTION.
      
      	* config/i386/i386.h (ix86_tune_indices): Add
      	X86_TUNE_PAD_SHORT_FUNCTION.
      	(TARGET_PAD_SHORT_FUNCTION): New.
      
      	* config/i386/i386.md (UNSPEC_NOPS): New.
      	(nops): Likewise.
      
      gcc/testsuite/
      
      2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	* gcc.target/i386/pad-1.c: New.
      	* gcc.target/i386/pad-2.c: Likewise.
      	* gcc.target/i386/pad-3.c: Likewise.
      	* gcc.target/i386/pad-4.c: Likewise.
      	* gcc.target/i386/pad-5a.c: Likewise.
      	* gcc.target/i386/pad-5b.c: Likewise.
      	* gcc.target/i386/pad-6a.c: Likewise.
      	* gcc.target/i386/pad-6b.c: Likewise.
      	* gcc.target/i386/pad-7.c: Likewise.
      	* gcc.target/i386/pad-8.c: Likewise.
      	* gcc.target/i386/pad-9.c: Likewise.
      	* gcc.target/i386/pad-10.c: Likewise.
      
      Co-Authored-By: Richard Henderson <rth@redhat.com>
      
      From-SVN: r164379
      H.J. Lu committed
    • Do not print warning messages when there are no occurences. · 8cab7c13
      2010-07-02  Sebastian Pop  <sebastian.pop@amd.com>
      
      	* check_GNU_style.sh: Do not print warning messages when there are
      	no occurences.
      
      From-SVN: r164378
      Sebastian Pop committed
    • Make sure that all variable sized adjustments are multiple of preferred · 2b3ded42
      stack boundary after stack alignment.
      
      gcc/
      
      2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/45234
      	* calls.c (expand_call): Make sure that all variable sized
      	adjustments are multiple of preferred stack boundary after
      	stack alignment.
      
      gcc/testsuite/
      
      2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/45234
      	* gcc.dg/torture/stackalign/alloca-5.c: New.
      
      From-SVN: r164377
      H.J. Lu committed
    • rx.c (valid_psw_flag): New. · bf9afb7d
      * config/rx/rx.c (valid_psw_flag): New.
      (rx_expand_builtin): Call it for setpsw/clrpsw.
      (rx_expand_builtin_mvtipl): Pass an integer to IN_RANGE, not an
      RTX.
      * config/rx/rx.md (bitclr): Don't mark the output as early-clobber.
      (bitclr_in_memory): Likewise.
      (clrspw, setpsw, mvfc, mvtc, mvtipl): Make volatile.
      
      From-SVN: r164376
      DJ Delorie committed
    • Update stack alignment when increasing local variable alignment. · 765c3e8f
      gcc/
      
      2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/45678
      	* cfgexpand.c (update_stack_alignment): New.
      	(get_decl_align_unit): Use it.
      	(expand_one_stack_var_at): Call update_stack_alignment.
      
      gcc/testsuite/
      
      2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
      
      	PR middle-end/45678
      	* gcc.dg/torture/pr45678-2.c: New.
      
      From-SVN: r164375
      H.J. Lu committed