1. 57eb23f keep track of whether being in a RS_StructPointer state by Chris Lattner · 13 years ago
  2. f742eb0 Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since by Chris Lattner · 13 years ago
  3. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  4. 08d4792 IRgen: Add CGOptions to CGTypes. by Daniel Dunbar · 13 years ago
  5. fd05ca0 Move GlobalDecl to AST by Peter Collingbourne · 13 years ago
  6. 42e0611 More killing of std::vector. by John McCall · 13 years ago
  7. e0047b1 Don't add type names for enums; they're never used in LLVM IR. by Anders Carlsson · 13 years ago
  8. 6aed2a1 Add addBaseSubobjectTypeName which isn't used yet. by Anders Carlsson · 13 years ago
  9. e9742b0 Move code to add a type name to a TagDecl type out into a helper function. No functionality change. by Anders Carlsson · 13 years ago
  10. d26bc76 Use the "undergoes default argument promotion" bit on parameters to by John McCall · 13 years ago
  11. 9c6082f Revert "Add CC_Win64ThisCall and set it in the necessary places." by Tilmann Scheller · 13 years ago
  12. 88d117c Add CC_Win64ThisCall and set it in the necessary places. by Tilmann Scheller · 13 years ago
  13. f4c7371 Change QualType::getTypePtr() to return a const pointer, then change a by John McCall · 14 years ago
  14. c8f01eb Make CodeGenTypes::getCGRecordLayout compute the layout lazily if it doesn't exist. This matches ASTContext::getASTRecordLayout and is less confusing. by Anders Carlsson · 14 years ago
  15. 9cac494 Fix Whitespace. by Michael J. Spencer · 14 years ago
  16. 4c40d98 Teach IR generation to return 'this' from constructors and destructors by John McCall · 14 years ago
  17. f16aa10 Go back to asking CodeGenTypes whether a type is zero-initializable. by John McCall · 14 years ago
  18. 800588f Kill off the 'coerce' ABI passing form. Now 'direct' and 'extend' always by Chris Lattner · 14 years ago
  19. a9fa858 fix rdar://8147692 - yet another crash due to my abi work. by Chris Lattner · 14 years ago
  20. bcaedae Reapply: by Chris Lattner · 14 years ago
  21. 7bbe03d Revert r107173, "fix PR7519: after thrashing around and remembering how all this stuff", it broke bootstrap. by Daniel Dunbar · 14 years ago
  22. a9e0515 Revert r107216, "fix PR7523, which was caused by the ABI code calling ConvertType instead", it is part of a boostrap breaking sequence. by Daniel Dunbar · 14 years ago
  23. f1d5d8a fix PR7523, which was caused by the ABI code calling ConvertType instead by Chris Lattner · 14 years ago
  24. 376fe5e fix PR7519: after thrashing around and remembering how all this stuff by Chris Lattner · 14 years ago
  25. c00129a Fix for PR7040: Don't try to compute the LLVM type for a function where it by Eli Friedman · 14 years ago
  26. c39211d Add CodeGenTypes::ContainsPointerToDataMember overload that takes a CXXRecordDecl. by Anders Carlsson · 14 years ago
  27. 3e5af90 Move ContainsPointerToDataMember to CodeGenTypes. No functionality change. by Anders Carlsson · 14 years ago
  28. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 14 years ago
  29. ce2b41d tidy up by Chris Lattner · 14 years ago
  30. 6876fe6 Minor include pruning. by Benjamin Kramer · 14 years ago
  31. 198bcb4 IRGen: Move the auxiliary data structures tracking AST -> LLVM mappings out of CodeGenTypes, to per-record CGRecordLayout structures. by Daniel Dunbar · 14 years ago
  32. 270e203 IRGen: Hide CGRecordLayoutBuilder class, because I can. by Daniel Dunbar · 14 years ago
  33. 7c465b9 IRGen: Narrow getCGRecordLayout type. by Daniel Dunbar · 14 years ago
  34. 2924ade IRgen: Move CGRecordLayout to its own happy little file. by Daniel Dunbar · 14 years ago
  35. f858da6 Minor formatting/FIXME cleanups. by Daniel Dunbar · 14 years ago
  36. 264ba48 the big refactoring bits of PR3782. by Rafael Espindola · 14 years ago
  37. ead608a Use the power of types to track down another canonicalization bug in by John McCall · 14 years ago
  38. 0b0ef0a Canonicalize parameter and return types before computing ABI info. Eliminates by John McCall · 14 years ago
  39. c0bf462 Perform two more constructor/destructor code-size optimizations: by John McCall · 14 years ago
  40. b2bcf1c Use the correct function info for constructors when applying function attributes. Fixes PR6245. by Anders Carlsson · 14 years ago
  41. 04a67a6 Standardize the parsing of function type attributes in a way that by John McCall · 14 years ago
  42. 2c12d03 Improve handling of emitting 'null' pointers to data members. by Anders Carlsson · 14 years ago
  43. 82d0a41 Generalize target weirdness handling having proper layering in mind: by Anton Korobeynikov · 15 years ago
  44. 1a5e0d7 Have ASTRecordLayout keep track of the key function, in preparation of fixing a synthetic ctor/dtor bug. by Anders Carlsson · 15 years ago
  45. f6c56e2 Add VTT parameter to base ctors/dtors with virtual bases. (They aren't used yet). by Anders Carlsson · 15 years ago
  46. ecf282b It is common for vtables to contain pointers to functions that have either incomplete return types or incomplete argument types. by Anders Carlsson · 15 years ago
  47. 444be73 Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. by Daniel Dunbar · 15 years ago
  48. 5017a15 Store the key function of a record decl inside CGRecordLayout. by Anders Carlsson · 15 years ago
  49. 375c31c Implement code generation of member function pointer calls. Fixes PR5121. by Anders Carlsson · 15 years ago
  50. bac7c25 Add CallingConvention argument to CGFunctionInfo. - Currently unused. by Daniel Dunbar · 15 years ago
  51. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  52. ad3e711 More member pointer work. by Anders Carlsson · 15 years ago
  53. fc3eaa4 More work towards zero-initializing structs that contain member pointers in constant expressions. by Anders Carlsson · 15 years ago
  54. 341bdf8 Remove the PaddingFields member from CGRecordLayout, it wasn't used anyway. by Anders Carlsson · 15 years ago
  55. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  56. 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
  57. 8330cee Move the LLVM field number for bit fields into the BitFieldInfo structure, since it's meaning is completely different than for non-bit fields. by Anders Carlsson · 15 years ago
  58. 45372a6 Check in CGRecordLayoutBuilder which is a reimplementation of the record layout code. (Yay, no more packed structs unless absolutely necessary). We currently don't use the layouts being built but that will change when the new code is mature enough :) by Anders Carlsson · 15 years ago
  59. 412f59b Don't convert interface types (to structs) as part of CodeGenTypes. by Daniel Dunbar · 15 years ago
  60. a17d7cc Don't assume that a block always has a FunctionProtoType. Fixes rdar://6768379. by Anders Carlsson · 15 years ago
  61. 5529b24 Add a getFunctionInfo that takes a BlockPointerType. by Anders Carlsson · 15 years ago
  62. f6f8ae5 Add a getFunctionInfo that takes a CXXMethodDecl. by Anders Carlsson · 15 years ago
  63. 285d0db fix the two xfails I added with a previous patch by making ObjC interface by Chris Lattner · 15 years ago
  64. 636efb6 remove a dead prototype by Chris Lattner · 15 years ago
  65. b3b6b9b Initial implementation of CodeGen for incomplete function types; fixes by Eli Friedman · 15 years ago
  66. 57a84fb Fix for PR3687: use the memory representation for booleans when a by Eli Friedman · 15 years ago
  67. 72564e7 Create a new TypeNodes.def file that enumerates all of the types, by Douglas Gregor · 15 years ago
  68. 68694ad Remove PointerLikeType. by Daniel Dunbar · 15 years ago
  69. 6aeae7f Change PointersToResolve to list the pointee type to resolve, not the by Daniel Dunbar · 15 years ago
  70. 40a6be6 Memoize CGFunctionInfo construction. by Daniel Dunbar · 15 years ago
  71. 541b63b Thread CGFunctionInfo construction through CodeGenTypes. by Daniel Dunbar · 15 years ago
  72. bb36d33 ABI handling API changes. by Daniel Dunbar · 15 years ago
  73. 36b5f5e Remove unused overload of GetFunctionType. by Daniel Dunbar · 15 years ago
  74. 725ad31 Kill off CGCallInfo, always use CGFunctionInfo for encapsulating by Daniel Dunbar · 15 years ago
  75. fd64bb6 Code gen. for ivar references; including bitfield ivars. by Fariborz Jahanian · 16 years ago
  76. 6b1da0e Lift out ABIInfo abstract base class. by Daniel Dunbar · 16 years ago
  77. 5627377 Add support for ABIArgInfo::Expand - No functionality change. by Daniel Dunbar · 16 years ago
  78. 62d5c1b Add CodeGenTypes::GetFunctionType overload for getting the effective by Daniel Dunbar · 16 years ago
  79. 45c25ba Move FunctionType conversion into CGCall.cpp: by Daniel Dunbar · 16 years ago
  80. efb6d0d Key LLVM types for TagDecl's off of the clang Type, since there is now by Daniel Dunbar · 16 years ago
  81. b7cfe88 Make a few related changes: by Chris Lattner · 16 years ago
  82. 4111024 Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl. by Chris Lattner · 16 years ago
  83. fce71b8 Fix PR2081 (problems codegen'ing some recursive structures) patch by Chris Lattner · 16 years ago
  84. 391d77a Add initial support for objc codegen for methods, ivars, and the by Chris Lattner · 16 years ago
  85. bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 16 years ago[Renamed from CodeGen/CodeGenTypes.h]
  86. ef52a2f make include guards more unique. by Chris Lattner · 16 years ago
  87. 8fb1dd0 now that ConvertTagDeclType is nice and simple, use it from UpdateCompletedType. by Chris Lattner · 16 years ago
  88. 4581fff rename TypeHolderMap to TypeCache, which more aptly describes what it is. by Chris Lattner · 16 years ago
  89. fc3b8e9 split tagged decl layout into its own method. by Chris Lattner · 16 years ago
  90. c5b8806 sink more of the type related code into CodeGenTypes. by Chris Lattner · 16 years ago
  91. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 16 years ago
  92. af31913 Change the key of CGRecordLayouts from being an llvm type* to being a decl*. LLVM by Chris Lattner · 16 years ago
  93. eae1560 Cleanup InitListExpr code generation code. by Devang Patel · 16 years ago
  94. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 16 years ago
  95. 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 16 years ago
  96. 19009e6 implement proper support for _Bool in memory, which is usually i8, not i1. by Chris Lattner · 17 years ago
  97. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  98. b8b1e28 Separate access field number is not required. by Devang Patel · 17 years ago
  99. 37884b3 More struct bitfields layout work. Now handle, by Devang Patel · 17 years ago
  100. 159e330 Start struct bit field laout work. This is far from complete. by Devang Patel · 17 years ago