Skip to content
  1. Jul 25, 2009
  2. Jul 24, 2009
  3. Jul 22, 2009
  4. Jul 16, 2009
  5. Jul 15, 2009
  6. Jul 11, 2009
  7. Jul 07, 2009
  8. Jul 06, 2009
  9. Dec 18, 2008
  10. Dec 13, 2008
  11. Jun 22, 2008
  12. May 23, 2008
  13. May 15, 2008
  14. Apr 14, 2008
  15. Apr 13, 2008
  16. Apr 06, 2008
  17. Feb 20, 2008
  18. Dec 29, 2007
  19. Dec 17, 2007
  20. Oct 18, 2007
  21. Oct 17, 2007
  22. 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
  23. 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
  24. Jun 21, 2007
  25. Jun 08, 2007
  26. Jun 04, 2007
  27. Apr 18, 2007
  28. Apr 16, 2007
  29. Apr 07, 2007
  30. Mar 22, 2007
  31. Feb 13, 2007
  32. Feb 06, 2007
  33. Jan 31, 2007
  34. Jan 12, 2007
  35. Jan 11, 2007
  36. 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
  37. Dec 07, 2006
  38. Nov 26, 2006
Loading