Skip to content
  1. Feb 13, 2008
  2. Feb 12, 2008
    • Duncan Sands's avatar
      Generalize getCopyFromParts and getCopyToParts to · f213e82b
      Duncan Sands authored
      handle arbitrary precision integers and any number
      of parts.  For example, on a 32 bit machine an i50
      corresponds to two i32 parts.  getCopyToParts will
      extend the i50 to an i64 then write half of the i64
      to each part; getCopyFromParts will combine the two
      i32 parts into an i64 then truncate the result to
      i50.
      
      llvm-svn: 47024
      f213e82b
  3. Feb 11, 2008
  4. Feb 10, 2008
  5. Feb 09, 2008
  6. Feb 08, 2008
  7. Feb 07, 2008
  8. Feb 06, 2008
  9. Feb 05, 2008
Loading