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. May 27, 2011
  3. May 21, 2011
  4. May 19, 2011
  5. May 18, 2011
  6. Apr 13, 2011
  7. Mar 27, 2011
  8. Mar 15, 2011
  9. Mar 10, 2011
  10. Feb 24, 2011
  11. Jan 10, 2011
  12. Jan 07, 2011
  13. Jan 06, 2011
  14. Dec 25, 2010
  15. Dec 20, 2010
  16. Dec 19, 2010
  17. Oct 22, 2010
  18. Oct 01, 2010
  19. Aug 09, 2010
  20. Aug 03, 2010
  21. Jul 30, 2010
  22. Jul 28, 2010
  23. Jul 22, 2010
  24. Jul 16, 2010
  25. Jun 30, 2010
Loading