Skip to content
  1. Jun 20, 2011
    • Chris Lattner's avatar
      Revamp the "ConstantStruct::get" methods. Previously, these were scattered · cc19efaa
      Chris Lattner authored
      all over the place in different styles and variants.  Standardize on two
      preferred entrypoints: one that takes a StructType and ArrayRef, and one that
      takes StructType and varargs.
      
      In cases where there isn't a struct type convenient, we now add a
      ConstantStruct::getAnon method (whose name will make more sense after a few
      more patches land).  
      
      It would be "really really nice" if the ConstantStruct::get and 
      ConstantVector::get methods didn't make temporary std::vectors.
      
      llvm-svn: 133412
      cc19efaa
  2. Jun 18, 2011
  3. Jun 17, 2011
  4. Jun 13, 2011
  5. Jun 01, 2011
  6. May 31, 2011
  7. May 30, 2011
  8. May 28, 2011
  9. May 27, 2011
  10. May 26, 2011
  11. May 24, 2011
  12. May 23, 2011
  13. May 22, 2011
  14. May 21, 2011
  15. May 20, 2011
  16. May 19, 2011
  17. May 18, 2011
  18. May 14, 2011
  19. May 05, 2011
  20. May 02, 2011
Loading