Skip to content
  1. May 08, 2012
  2. May 07, 2012
  3. May 05, 2012
  4. May 04, 2012
  5. May 03, 2012
  6. May 02, 2012
  7. May 01, 2012
  8. Apr 29, 2012
  9. Apr 28, 2012
  10. Apr 26, 2012
    • Andrew Trick's avatar
      Fix the SD scheduler to avoid gluing the same node twice. · 03fa574a
      Andrew Trick authored
      DAGCombine strangeness may result in multiple loads from the same
      offset. They both may try to glue themselves to another load. We could
      insist that the redundant loads glue themselves to each other, but the
      beter fix is to bail out from bad gluing at the time we detect it.
      
      Fixes rdar://11314175: BuildSchedUnits assert.
      
      llvm-svn: 155668
      03fa574a
  11. Apr 25, 2012
  12. Apr 24, 2012
Loading