Skip to content
  1. Nov 29, 2010
  2. Nov 24, 2010
  3. Nov 23, 2010
  4. Oct 21, 2010
  5. Oct 12, 2010
  6. Oct 11, 2010
  7. Oct 04, 2010
  8. Sep 28, 2010
  9. Sep 24, 2010
  10. 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
  11. Sep 01, 2010
  12. 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
  13. Aug 07, 2010
  14. Jul 22, 2010
  15. Jul 20, 2010
  16. Mar 17, 2010
  17. Mar 01, 2010
  18. Feb 17, 2010
  19. Feb 09, 2010
  20. Jan 22, 2010
    • Torok Edwin's avatar
      Fix TimeValue::now() on Unix. · fbcd2c76
      Torok Edwin authored
      TimeValue()::now().toEpochTime() is supposed to be the same as time(),
      but it wasn't, because toEpoch subtracted PosixZeroTime, but now()
      didn't add PosixZeroTime!
      Add a unittest to check this works.
      
      llvm-svn: 94178
      fbcd2c76
  21. Dec 18, 2009
  22. Oct 27, 2009
  23. Oct 17, 2009
  24. Oct 12, 2009
  25. Oct 06, 2009
  26. Sep 26, 2009
  27. Sep 25, 2009
  28. Sep 24, 2009
  29. Sep 15, 2009
  30. Sep 09, 2009
  31. Sep 06, 2009
Loading