Skip to content
  1. Oct 25, 2009
  2. Oct 10, 2009
    • Dan Gohman's avatar
      Factor out LiveIntervalAnalysis' code to determine whether an instruction · 87b02d5b
      Dan Gohman authored
      is trivially rematerializable and integrate it into
      TargetInstrInfo::isTriviallyReMaterializable. This way, all places that
      need to know whether an instruction is rematerializable will get the
      same answer.
      
      This enables the useful parts of the aggressive-remat option by
      default -- using AliasAnalysis to determine whether a memory location
      is invariant, and removes the questionable parts -- rematting operations
      with virtual register inputs that may not be live everywhere.
      
      llvm-svn: 83687
      87b02d5b
  3. Aug 22, 2009
  4. Aug 11, 2009
  5. Oct 16, 2008
  6. Oct 03, 2008
  7. Sep 25, 2008
  8. Sep 24, 2008
  9. Sep 23, 2008
  10. Sep 18, 2008
  11. Sep 17, 2008
Loading