Skip to content
  1. Jul 16, 2012
  2. Jun 28, 2012
  3. May 18, 2012
  4. Jun 22, 2011
  5. Dec 07, 2010
  6. Sep 28, 2010
  7. Sep 07, 2010
    • Nick Lewycky's avatar
      Add a new isSignWrappedSet() method to ConstantRange. · a35462da
      Nick Lewycky authored
      Fix zeroExtend and signExtend to support empty sets, and to return the smallest
      possible result set which contains the extension of each element in their
      inputs. For example zext i8 [100, 10) to i16 is now [0, 256), not i16 [100, 10)
      which contains 63446 members.
      
      llvm-svn: 113187
      a35462da
  8. 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
  9. Aug 07, 2010
  10. Sep 06, 2009
  11. Sep 05, 2009
  12. Aug 24, 2009
  13. Aug 23, 2009
  14. Jul 22, 2009
  15. Jul 19, 2009
  16. Jul 18, 2009
  17. Jul 13, 2009
  18. Jul 12, 2009
  19. Jul 11, 2009
  20. Jul 10, 2009
Loading