Skip to content
  1. Jun 22, 2008
  2. May 23, 2008
  3. May 15, 2008
  4. Apr 14, 2008
  5. Apr 13, 2008
  6. Apr 06, 2008
  7. Feb 20, 2008
  8. Dec 29, 2007
  9. Dec 17, 2007
  10. Oct 18, 2007
  11. Oct 17, 2007
  12. Sep 04, 2007
    • David Greene's avatar
      · c656cbb8
      David Greene authored
      Update GEP constructors to use an iterator interface to fix
      GLIBCXX_DEBUG issues.
      
      llvm-svn: 41697
      c656cbb8
  13. Aug 01, 2007
    • David Greene's avatar
      · 17a5dfe6
      David Greene authored
      New CallInst interface to address GLIBCXX_DEBUG errors caused by
      indexing an empty std::vector.
      
      Updates to all clients.
      
      llvm-svn: 40660
      17a5dfe6
  14. Jun 21, 2007
  15. Jun 08, 2007
  16. Jun 04, 2007
  17. Apr 18, 2007
  18. Apr 16, 2007
  19. Apr 07, 2007
  20. Mar 22, 2007
  21. Feb 13, 2007
  22. Feb 06, 2007
  23. Jan 31, 2007
  24. Jan 12, 2007
  25. Jan 11, 2007
  26. 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
  27. Dec 07, 2006
  28. Nov 26, 2006
  29. 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
  30. Sep 29, 2006
  31. Jan 22, 2006
  32. Apr 22, 2005
  33. Mar 15, 2005
  34. Jan 29, 2005
  35. Nov 20, 2004
  36. Nov 13, 2004
  37. Sep 15, 2004
Loading