1. 18 Dec, 2008 1 commit
  2. 17 Dec, 2008 7 commits
  3. 16 Dec, 2008 7 commits
  4. 15 Dec, 2008 10 commits
  5. 14 Dec, 2008 5 commits
  6. 13 Dec, 2008 8 commits
  7. 12 Dec, 2008 2 commits
    • re PR target/24779 (Python miscompilation - TOC reload) · a893ac80
      2008-12-12  Andrew Pinski  <andrew_pinskia@playstation.sony.com>
                  Peter Bergner <bergner@vnet.ibm.com>
      
              PR target/24779
              * config/rs6000/rs6000.md (call_indirect_aix32): Move the load of the
              TOC into the call pattern.
              (call_indirect_aix64): Likewise.
              (call_value_indirect_aix32): Likewise.
              (call_value_indirect_aix64): Likewise.
              (call_indirect_nonlocal_aix32_internal): New insn and split patterns
              to split off the load of the TOC.
              (call_indirect_nonlocal_aix32): Enable only after reload.
              (call_indirect_nonlocal_aix64_internal): New insn and split patterns
              to split off the load of the TOC.
              (call_indirect_nonlocal_aix64): Enable only after reload.
              (call_value_indirect_nonlocal_aix32_internal): New insn and split
              patterns to split off the load of the TOC.
              (call_value_indirect_nonlocal_aix32): Enable only after reload.
              (call_value_indirect_nonlocal_aix64_internal): New insn and split
              patterns to split off the load of the TOC.
              (call_value_indirect_nonlocal_aix64): Enable only after reload.
      
      
      
      Co-Authored-By: Peter Bergner <bergner@vnet.ibm.com>
      
      From-SVN: r142727
      Andrew Pinski committed
    • re PR testsuite/38163 (gcc.dg/tree-ssa/loop-3.c failure at -m64 on i686-apple-darwin9) · 9bf6b5c1
      	PR testsuite/38163
      	* gcc.dg/tree-ssa/loop-3.c: Compile only on nonpic x86 targets.
      	Remove dg-skip-if directive.
      
      From-SVN: r142726
      Uros Bizjak committed