Skip to content
  1. Feb 21, 2007
  2. Feb 20, 2007
  3. Feb 19, 2007
    • Reid Spencer's avatar
      Implement support for non-standard integer bit widths of any size. The · 421bad0d
      Reid Spencer authored
      rules alignment is to pick the alignment that corresponds to the smallest
      specified alignment that is larger than the bit width of the type or the
      largest specified integer alignment if none are larger than the bitwidth
      of the type. For the byte size, the size returned is the next larger
      multiple of the alignment for that type (using the above rule). This patch
      also changes bit widths from "short" to "uint32_t" to ensure there are
      enough bits to specify any bit width that LLVM can handle (currently 2^23);
      16-bits isn't enough.
      
      llvm-svn: 34431
      421bad0d
    • Evan Cheng's avatar
      Re-apply my liveintervalanalysis changes. Now with PR1207 fixes. · f7ed82da
      Evan Cheng authored
      llvm-svn: 34428
      f7ed82da
    • Reid Spencer's avatar
      For PR1207: · da81bf4d
      Reid Spencer authored
      Revert patches that caused the problem. Evan, please investigate and reapply
      when you've discovered the problem.
      
      llvm-svn: 34399
      da81bf4d
  4. Feb 17, 2007
  5. Feb 16, 2007
  6. Feb 15, 2007
  7. Feb 14, 2007
  8. Feb 13, 2007
  9. Feb 12, 2007
  10. Feb 10, 2007
  11. Feb 09, 2007
Loading