Skip to content
  1. Aug 12, 2010
    • Nick Lewycky's avatar
      Clean up ConstantRange a bit: · d385c22c
      Nick Lewycky authored
       - remove ashr which never worked.
       - fix lshr and shl and add tests.
       - remove dead function "intersect1Wrapped".
       - add a new sub method to subtract ranges, with test.
      
      llvm-svn: 110861
      d385c22c
  2. Aug 08, 2010
  3. Aug 07, 2010
  4. Aug 06, 2010
  5. Aug 03, 2010
    • Dan Gohman's avatar
      Make SCEVUnknown a CallbackVH, so that it can be notified directly · 7cac9577
      Dan Gohman authored
      of Value deletions and RAUWs, instead of relying on ScalarEvolution's
      Scalars map being notified, as that's complicated at best, and
      insufficient in general.
      
      This means SCEVUnknown needs a non-trivial destructor, so introduce
      a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns.
      
      llvm-svn: 110086
      7cac9577
  6. Aug 02, 2010
  7. Jul 30, 2010
  8. Jul 29, 2010
  9. Jul 22, 2010
  10. Jul 20, 2010
  11. Jul 17, 2010
  12. Jul 13, 2010
  13. Jul 10, 2010
  14. Jun 08, 2010
  15. Jun 03, 2010
  16. May 26, 2010
  17. May 13, 2010
  18. May 12, 2010
  19. Apr 30, 2010
  20. Apr 18, 2010
  21. Apr 17, 2010
Loading