Skip to content
  1. Dec 23, 2005
  2. Dec 22, 2005
  3. Dec 21, 2005
  4. Dec 20, 2005
  5. Dec 17, 2005
  6. Dec 15, 2005
  7. Dec 14, 2005
  8. Dec 13, 2005
  9. Dec 12, 2005
  10. Dec 10, 2005
  11. Dec 09, 2005
  12. Dec 08, 2005
  13. Dec 06, 2005
  14. Dec 05, 2005
    • Chris Lattner's avatar
      Several things: · 3c0b8f57
      Chris Lattner authored
      1. Remove redundant type casts now that PR673 is implemented.
      2. Implement the OUT*ir instructions correctly.  The port number really
         *is* a 16-bit value, but the patterns should only match if the number
         is 0-255.  Update the patterns so they now match.
      3. Fix patterns for shifts to reflect that the shift amount is always an
         i8, not an i16 as they were believed to be before.  This previous fib
         stopped working when we started knowing that CL has type i8.
      4. Change use of i16i8imm in SH*ri patterns to all be imm.
      
      llvm-svn: 24599
      3c0b8f57
  15. Dec 04, 2005
Loading