Skip to content
  1. Apr 14, 2007
  2. Apr 12, 2007
  3. Apr 11, 2007
  4. Apr 10, 2007
  5. Apr 09, 2007
  6. Apr 08, 2007
  7. Apr 07, 2007
  8. Apr 06, 2007
    • Reid Spencer's avatar
      For PR1209: · 8d529a18
      Reid Spencer authored
      Implement Type class's ContainedTys without using a std::vector.
      
      llvm-svn: 35693
      8d529a18
  9. Apr 05, 2007
  10. Apr 01, 2007
    • Reid Spencer's avatar
      For PR1297: · 2a2117c8
      Reid Spencer authored
      Implement "actual" argument types for the Intrinsic member functions. This
      involves changing the getName, getType, and getDeclaration methods to have
      optional parameters for the actual types. These are necessary in order for
      the type/name to be constructed properly for overloaded intrinsics. Only
      the caller knows the actual argument types desired.
      
      llvm-svn: 35541
      2a2117c8
    • Reid Spencer's avatar
      For PR1297: · 7c57b88b
      Reid Spencer authored
      1. Clear up confusion between "GotBits" and "ExpectBits". GotBits is the
         type actually provided. ExpectedBits is the type expected for the
         intrinsics. Before this patch, it was reversed!
      2. Implement checks for overloaded intrinsics. This involves computing the
         suffix expected and making sure the suffix matches the function name. It
         also includes some intrinsic-specific checks such as ensuring that the
         bswap parameter and result are the same width and an even number of bytes.
      
      llvm-svn: 35540
      7c57b88b
  11. Mar 31, 2007
  12. Mar 28, 2007
  13. Mar 27, 2007
  14. Mar 26, 2007
  15. Mar 25, 2007
  16. Mar 24, 2007
  17. Mar 23, 2007
  18. Mar 22, 2007
  19. Mar 20, 2007
Loading