1. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  2. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  3. d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  4. 7a4718e Take 2. by Devang Patel · 17 years ago
  5. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  6. 8967e9e Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  7. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  8. 0ffe89a Use by Devang Patel · 17 years ago
  9. 86522b9 Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  10. 5825ac2 Document ConvertNewType() method and make it a private method. by Devang Patel · 17 years ago
  11. 30ec997 Cache llvm::Type through PATypeHolder. by Devang Patel · 17 years ago
  12. c5d3d72 Remove unused #includes by Devang Patel · 17 years ago
  13. 057afdd Move RecordOrganizer into CodeGenTypes.cpp by Devang Patel · 17 years ago
  14. c4c429a by Devang Patel · 17 years ago
  15. 71bcb09 Add notes. by Devang Patel · 17 years ago
  16. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  17. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  18. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  19. 4e53328 Add preliminary support for converting struct types. by Anders Carlsson · 17 years ago
  20. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  21. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  22. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago