Skip to content
  1. Jul 26, 2009
  2. Jul 25, 2009
  3. Jul 24, 2009
  4. Jul 23, 2009
  5. Jul 22, 2009
  6. Jul 21, 2009
  7. Jul 20, 2009
  8. Jul 19, 2009
  9. Jul 18, 2009
  10. Jul 17, 2009
    • Dan Gohman's avatar
      Add a new Operator class, for handling Instructions and ConstantExprs · 80ca01c4
      Dan Gohman authored
      in a convenient manner, factoring out some common code from
      InstructionCombining and ValueTracking. Move the contents of
      BinaryOperators.h into Operator.h and use Operator to generalize them
      to support ConstantExprs as well as Instructions.
      
      llvm-svn: 76232
      80ca01c4
    • Eli Friedman's avatar
      Replace isTrapping with a new, similar method called · b8f6a4fc
      Eli Friedman authored
      isSafeToSpeculativelyExecute. The new method is a bit closer to what 
      the callers actually care about in that it rejects more things callers 
      don't want.  It also adds more precise handling for integer 
      division, and unifies code for analyzing the legality of a speculative 
      load.
      
      llvm-svn: 76150
      b8f6a4fc
  11. Jul 16, 2009
Loading