Skip to content
  1. Jan 12, 2007
  2. Jan 11, 2007
  3. Jan 08, 2007
  4. Jan 07, 2007
  5. Jan 06, 2007
  6. Jan 05, 2007
  7. Jan 04, 2007
  8. Jan 03, 2007
  9. Dec 31, 2006
    • Reid Spencer's avatar
      Fix a typo. · e8a74ee5
      Reid Spencer authored
      llvm-svn: 32803
      e8a74ee5
    • 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
  10. Dec 24, 2006
    • Reid Spencer's avatar
      For PR1066: · 193df25e
      Reid Spencer authored
      Fix this by ensuring that a bitcast is inserted to do sign switching. This
      is only temporarily needed as the merging of signed and unsigned is next
      on the SignlessTypes plate.
      
      llvm-svn: 32757
      193df25e
  11. Dec 23, 2006
  12. Dec 20, 2006
  13. Dec 19, 2006
  14. Dec 18, 2006
  15. Dec 15, 2006
  16. Dec 13, 2006
Loading