1. 71bcb09 Add notes. by Devang Patel · 17 years ago
  2. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  3. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  4. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  5. 4e53328 Add preliminary support for converting struct types. by Anders Carlsson · 17 years ago
  6. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  7. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  8. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago