1. 02 Dec, 2008 17 commits
  2. 01 Dec, 2008 15 commits
  3. 30 Nov, 2008 6 commits
  4. 29 Nov, 2008 2 commits
    • re PR target/29987 (libgomp.c++/ctor-9.C failure) · 6ac16442
      	PR target/29987
      	* config/sparc/sol2.h (ASM_OUTPUT_ALIGNED_COMMON): Redefine.
      
      From-SVN: r142286
      Jakub Jelinek committed
    • rs6000.c (rs6000_emit_sync): Remove support for operand wrapped in NOT. · f66f9865
              * config/rs6000/rs6000.c (rs6000_emit_sync): Remove support for
              operand wrapped in NOT.  Emit NAND as (ior (not X) (not Y)).
              (rs6000_split_atomic_op): Emit NAND as (ior (not X) (not Y)).
              * config/rs6000/sync.md (sync_nand<mode>): Represent NAND in RTL.
              Call rs6000_emit_sync with CODE=NOT and unmodified operands.
              Ignore sub-word case for now.
              (sync_nand<mode>_internal): Represent NAND in RTL.
              (sync_old_nand<mode): Same.
              (sync_old_name<mode>_internal): Same.
              (sync_new_nand<mode>): Same.
              (sync_new_nand<mode>_internal): Same.
              (sync_boolcshort_internal): Expect NAND.
      
      From-SVN: r142285
      David Edelsohn committed