Skip to content
  1. Feb 06, 2007
  2. Feb 05, 2007
  3. Feb 04, 2007
    • Reid Spencer's avatar
      For PR1163: · 3f4e6e84
      Reid Spencer authored
      Make the Module's dependent library use a std::vector instead of SetVector
      adjust #includes in .cpp files because SetVector.h is no longer included.
      
      llvm-svn: 33855
      3f4e6e84
  4. Feb 03, 2007
  5. Feb 01, 2007
  6. Jan 31, 2007
  7. Jan 30, 2007
  8. Jan 26, 2007
  9. 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
  10. Jan 15, 2007
  11. Jan 14, 2007
  12. Jan 12, 2007
  13. Jan 11, 2007
  14. Jan 07, 2007
  15. Jan 06, 2007
    • Reid Spencer's avatar
      For PR411: · 32af9e8c
      Reid Spencer authored
      Take an incremental step towards type plane elimination. This change
      separates types from values in the symbol tables by finally making use
      of the TypeSymbolTable class. This yields more natural interfaces for
      dealing with types and unclutters the SymbolTable class.
      
      llvm-svn: 32956
      32af9e8c
  16. Dec 31, 2006
    • Reid Spencer's avatar
      For PR950: · c635f47d
      Reid Spencer authored
      This patch replaces signed integer types with signless ones:
      1. [US]Byte -> Int8
      2. [U]Short -> Int16
      3. [U]Int   -> Int32
      4. [U]Long  -> Int64.
      5. Removal of isSigned, isUnsigned, getSignedVersion, getUnsignedVersion
         and other methods related to signedness. In a few places this warranted
         identifying the signedness information from other sources.
      
      llvm-svn: 32785
      c635f47d
  17. 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
  18. Dec 19, 2006
  19. Dec 17, 2006
  20. Dec 13, 2006
  21. Dec 12, 2006
  22. Dec 07, 2006
  23. Dec 06, 2006
Loading