1. b7cfe88 Make a few related changes: by Chris Lattner · 16 years ago
  2. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  3. fce71b8 Fix PR2081 (problems codegen'ing some recursive structures) patch by Chris Lattner · 16 years ago
  4. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  5. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CodeGenTypes.h]
  6. ef52a2f make include guards more unique. by Chris Lattner · 16 years ago
  7. 8fb1dd0 now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType. by Chris Lattner · 17 years ago
  8. 4581fff rename TypeHolderMap to TypeCache, which more aptly describes what it is. by Chris Lattner · 17 years ago
  9. fc3b8e9 split tagged decl layout into its own method. by Chris Lattner · 17 years ago
  10. c5b8806 sink more of the type related code into CodeGenTypes. by Chris Lattner · 17 years ago
  11. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 17 years ago
  12. af31913 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 17 years ago
  13. eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 17 years ago
  14. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 17 years ago
  15. 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  16. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  17. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  18. b8b1e28 Separate access field number is not required. by Devang Patel · 17 years ago
  19. 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
  20. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago
  21. 88a981b Rename classes and collections that maintain record layout information. by Devang Patel · 17 years ago
  22. d9e9ede Keep track of field offsets during structure layout. Take 2. by Devang Patel · 17 years ago
  23. 7a4718e Take 2. by Devang Patel · 17 years ago
  24. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  25. 8967e9e Keep track of field offsets during structure layout. by Devang Patel · 17 years ago
  26. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  27. 0ffe89a Use by Devang Patel · 17 years ago
  28. 86522b9 Add RecordOrganizer::layoutUnionFields() by Devang Patel · 17 years ago
  29. 5825ac2 Document ConvertNewType() method and make it a private method. by Devang Patel · 17 years ago
  30. 30ec997 Cache llvm::Type through PATypeHolder. by Devang Patel · 17 years ago
  31. c5d3d72 Remove unused #includes by Devang Patel · 17 years ago
  32. 057afdd Move RecordOrganizer into CodeGenTypes.cpp by Devang Patel · 17 years ago
  33. c4c429a by Devang Patel · 17 years ago
  34. 71bcb09 Add notes. by Devang Patel · 17 years ago
  35. b1e3989 Handle nested structs. typdef struct A { int i; struct A *next; } A by Devang Patel · 17 years ago
  36. b84a06e Begin struct layout work. by Devang Patel · 17 years ago
  37. c9e2091 Implement code generation for constant CFStrings. by Anders Carlsson · 17 years ago
  38. 4e53328 Add preliminary support for converting struct types. by Anders Carlsson · 17 years ago
  39. d2d2a11 A significant refactoring of the type size stuff to also by Chris Lattner · 17 years ago
  40. a7674d8 Move getSize() out of type, into ASTContext, where it has target info, and by Chris Lattner · 17 years ago
  41. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago