Skip to content
  1. 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
  2. Jan 15, 2007
  3. Jan 12, 2007
  4. Jan 11, 2007
  5. Jan 08, 2007
  6. 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
  7. Dec 13, 2006
  8. Dec 07, 2006
  9. Dec 06, 2006
  10. Dec 04, 2006
  11. Nov 29, 2006
  12. Nov 28, 2006
  13. 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
  14. Sep 29, 2006
  15. Apr 07, 2006
  16. Apr 22, 2005
  17. Aug 16, 2004
  18. Jul 15, 2004
  19. Jul 04, 2004
  20. Mar 30, 2004
  21. Mar 29, 2004
  22. Jan 12, 2004
  23. Dec 14, 2003
  24. Nov 11, 2003
  25. Oct 20, 2003
  26. Jul 23, 2003
  27. Sep 04, 2002
  28. Sep 02, 2002
Loading