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