Skip to content
  1. Jun 29, 2011
  2. Jun 28, 2011
  3. Jun 25, 2011
  4. Jun 21, 2011
  5. 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
  6. Jun 18, 2011
  7. Jun 17, 2011
  8. Jun 13, 2011
  9. Jun 07, 2011
  10. May 31, 2011
  11. May 24, 2011
  12. May 22, 2011
  13. May 21, 2011
  14. May 12, 2011
  15. May 11, 2011
  16. May 09, 2011
  17. May 04, 2011
  18. May 02, 2011
  19. May 01, 2011
  20. Apr 30, 2011
  21. Apr 28, 2011
Loading