Skip to content
  1. Jun 09, 2007
  2. Apr 26, 2007
  3. Apr 13, 2007
  4. Apr 07, 2007
  5. Apr 01, 2007
  6. Mar 10, 2007
  7. Mar 02, 2007
  8. Mar 01, 2007
  9. Feb 28, 2007
    • Reid Spencer's avatar
      Move ConstantRange class to lib/Support from lib/Analysis and make its · 9b3d6ec9
      Reid Spencer authored
      interface not depend on Type or ICmpInst.
      
      llvm-svn: 34761
      9b3d6ec9
    • Reid Spencer's avatar
      For PR1205: · 3a7e9d8e
      Reid Spencer authored
      Remove ConstantInt from ConstantRange interface and adjust its users to
      compensate.
      
      llvm-svn: 34758
      3a7e9d8e
    • Reid Spencer's avatar
      For PR1205: · 56f784d1
      Reid Spencer authored
      First round of ConstantRange changes. This makes all CR constructors use
      only APInt and not use ConstantInt. Clients are adjusted accordingly.
      
      llvm-svn: 34756
      56f784d1
    • Reid Spencer's avatar
      For PR1205: · e1f3f191
      Reid Spencer authored
      Convert ConstantRange class to use APInt internally as its value type for
      the constant range, instead of ConstantInt.
      
      llvm-svn: 34745
      e1f3f191
  10. Feb 11, 2007
  11. Jan 19, 2007
    • Reid Spencer's avatar
      For PR1043: · a94d394a
      Reid Spencer authored
      This is the final patch for this PR. It implements some minor cleanup
      in the use of IntegerType, to wit:
      1. Type::getIntegerTypeMask -> IntegerType::getBitMask
      2. Type::Int*Ty changed to IntegerType* from Type*
      3. ConstantInt::getType() returns IntegerType* now, not Type*
      
      This also fixes PR1120.
      
      Patch by Sheng Zhou.
      
      llvm-svn: 33370
      a94d394a
  12. Jan 15, 2007
  13. Jan 12, 2007
  14. Jan 11, 2007
  15. Jan 08, 2007
  16. Dec 23, 2006
    • Reid Spencer's avatar
      For PR950: · 266e42b3
      Reid Spencer authored
      This patch removes the SetCC instructions and replaces them with the ICmp
      and FCmp instructions. The SetCondInst instruction has been removed and
      been replaced with ICmpInst and FCmpInst.
      
      llvm-svn: 32751
      266e42b3
  17. Dec 13, 2006
  18. Dec 07, 2006
  19. Dec 06, 2006
  20. Dec 04, 2006
  21. Nov 29, 2006
  22. Nov 28, 2006
  23. Oct 20, 2006
    • Reid Spencer's avatar
      For PR950: · e0fc4dfc
      Reid Spencer authored
      This patch implements the first increment for the Signless Types feature.
      All changes pertain to removing the ConstantSInt and ConstantUInt classes
      in favor of just using ConstantInt.
      
      llvm-svn: 31063
      e0fc4dfc
  24. Sep 29, 2006
  25. Apr 07, 2006
  26. Apr 22, 2005
  27. Aug 16, 2004
  28. Jul 15, 2004
  29. Jul 04, 2004
  30. Mar 30, 2004
  31. Mar 29, 2004
  32. Jan 12, 2004
Loading