Skip to content
  1. Dec 13, 2005
  2. Dec 12, 2005
  3. Dec 11, 2005
  4. Dec 10, 2005
  5. Dec 09, 2005
  6. Dec 08, 2005
  7. Dec 07, 2005
  8. Dec 06, 2005
  9. Dec 05, 2005
    • Andrew Lenharth's avatar
      move this over to the dag · 5bfcd1e6
      Andrew Lenharth authored
      llvm-svn: 24609
      5bfcd1e6
    • Andrew Lenharth's avatar
      fix constant pool loads · 94104339
      Andrew Lenharth authored
      llvm-svn: 24607
      94104339
    • 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
Loading