1. 97a9375 More synthesis of copy constructors. Work in progress. by Fariborz Jahanian · 16 years ago
  2. e6e1d60 Fix typo. by Mike Stump · 16 years ago
  3. 928f150 Add ability to generate vcall offsets for primary virtual base. by Mike Stump · 16 years ago
  4. e607ed0 Fix some const_cast issues. This is the beginning of the rabbit hole. by Mike Stump · 16 years ago
  5. 02cf1e2 Add support for vcall generation for vtables for virtual bases. WIP. by Mike Stump · 16 years ago
  6. 9889652 Patch toward synthesizing copy constructors. Work in progress. by Fariborz Jahanian · 16 years ago
  7. e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 16 years ago
  8. 1cf9ff8 Set and use Elidable in elimination of copy ctors. by Fariborz Jahanian · 16 years ago
  9. 70101ce Layout the primary base first in the vtable. by Mike Stump · 16 years ago
  10. 8a12b56 More layout for virtual tables for virtual bases. Still in progress. by Mike Stump · 16 years ago
  11. eb19fa9 Layout virtual bases. Work in progress. by Mike Stump · 16 years ago
  12. a10f7ea Fix clang breakage, CGF can be null in this context. by Daniel Dunbar · 16 years ago
  13. 6904cbb Patch to optimize away copy constructor call when appropriate. by Fariborz Jahanian · 16 years ago
  14. 47a434f Update for LLVM API change. by Owen Anderson · 16 years ago
  15. b502d83 Refactor some bits. by Mike Stump · 16 years ago
  16. 6f37633 Calculate the primary base class better and use that when laying down by Mike Stump · 16 years ago
  17. f35271b cgobjcgnu was making invalid common globals. by Chris Lattner · 16 years ago
  18. e78b86f weak globals that are const should get weak_odr linkage. by Chris Lattner · 16 years ago
  19. 309457d rdar://7119244 - globals with an explicit section specified don't get by Chris Lattner · 16 years ago
  20. 104ffaa vtable building for simple inheritance. Still in progress. by Mike Stump · 16 years ago
  21. cb1b5d3 Will I ever get used to CamelCase? Will I ever like capitols for by Mike Stump · 16 years ago
  22. fca9361 Revert the fix for PR3800, it broke things. by Anders Carlsson · 16 years ago
  23. de9f2c9 Simplify alignment handling in the record builder. by Anders Carlsson · 16 years ago
  24. 434da48 Make sure UTF-16 strings end with a 16-bit null (as opposed to 8-bit). by Daniel Dunbar · 16 years ago
  25. e3d25ab When generating cleanup blocks for Obj-C @finally, mark them as catch all blocks by Daniel Dunbar · 16 years ago
  26. 667f36a assert(nyi) on attempt to destruct an array of objects. by Fariborz Jahanian · 16 years ago
  27. 6ca0b32 ir-gen for destructor calls. by Fariborz Jahanian · 16 years ago
  28. 6bff251 Formatting fixes (trailing whitespace, 80-cols, indentation). by Daniel Dunbar · 16 years ago
  29. c43f2f4 Whoops, meant to delete this. by Anders Carlsson · 16 years ago
  30. b0d0ea0 use CodeGenModule::EmitNullConstant in a couple of places. by Anders Carlsson · 16 years ago
  31. 26fb937 Remove old code that was causing the new test to fail. by Anders Carlsson · 16 years ago
  32. 5a23264 Don't evaluate inout constraints twice. Fixes PR3800. by Anders Carlsson · 16 years ago
  33. 0ab9a25 Use Twine instead of utostr by Daniel Dunbar · 16 years ago
  34. c0879bb Fix a minor issue with unions in the new struct building code. by Eli Friedman · 16 years ago
  35. f976be8 Don't error on C++ linkage; if we don't support that, there are by Eli Friedman · 16 years ago
  36. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 16 years ago
  37. 1290598 Remove the old struct builder code. by Anders Carlsson · 16 years ago
  38. 82b5696 And now we can generate a simple vtable. Still a work in progress... by Mike Stump · 16 years ago
  39. aaed50d Move code from EmitUnion directly into the function that handles cast-to-union. by Anders Carlsson · 16 years ago
  40. f6c4396 Use the struct builder for unions. by Anders Carlsson · 16 years ago
  41. bb1c860 Fixup spacing and 80-col violations. by Mike Stump · 16 years ago
  42. c9c88b4 Update for LLVM API change. by Owen Anderson · 16 years ago
  43. f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 16 years ago
  44. 286d368 Fix spacing. by Mike Stump · 16 years ago
  45. 3b144ba Update for LLVM API change. by Owen Anderson · 16 years ago
  46. c7ff8e1 Synthesize the default constructor which has not been declared as needed. by Fariborz Jahanian · 16 years ago
  47. 03e2050 Update for LLVM API changes. by Owen Anderson · 16 years ago
  48. b3589f4 Canonicalize else spacing. by Mike Stump · 16 years ago
  49. 7116da1 Note some other limitations. by Mike Stump · 16 years ago
  50. 426cc38 Patch for future ir-gen for destructor calls. by Fariborz Jahanian · 16 years ago
  51. d254a25 Remove bogus "unsupported" case for vectors (which shouldn't by Eli Friedman · 16 years ago
  52. 3dee6ef Add ability to layout the vtable pointer in trivial cases. I noticed by Mike Stump · 16 years ago
  53. c238a79 ir-gen for nested non-virtual base member access in current class. by Fariborz Jahanian · 16 years ago
  54. 5266d2e Eliminate an unused-variable warning by Douglas Gregor · 16 years ago
  55. 96e0fc7 Update for LLVM API change. by Owen Anderson · 16 years ago
  56. 6217b80 Change uses of: by Ted Kremenek · 16 years ago
  57. 3c4972d Update for LLVM API change. by Owen Anderson · 16 years ago
  58. 8a8a629 No longer need to keep base class offsets in the offset by Fariborz Jahanian · 16 years ago
  59. 98a541e Patch to provide cast of objects in member access by Fariborz Jahanian · 16 years ago
  60. 5a8503b Use the existing API for base offset. Use suitable llvm type for offset ir-gen. by Fariborz Jahanian · 16 years ago
  61. a91d6a6 Code refactoring to define getCXXRecordDeclForPointerType by Fariborz Jahanian · 16 years ago
  62. fa9f8b4 ir-gen derived-to-base conversion in implicit casts. by Fariborz Jahanian · 16 years ago
  63. 4a28932 Update for LLVM API change. by Owen Anderson · 16 years ago
  64. dfcb538 Remove the old RecordOrganizer. by Anders Carlsson · 16 years ago
  65. 1c698e0 More cleanup of data member access and then some. by Fariborz Jahanian · 16 years ago
  66. 7db6d83 Update for LLVM API change. by Owen Anderson · 16 years ago
  67. 41f55d3 add some fixme's by Chris Lattner · 16 years ago
  68. 6d0bdaa Some code cleanup. by Fariborz Jahanian · 16 years ago
  69. c2cc1d5 More CGRecordLayoutBuilder cleanup. by Anders Carlsson · 16 years ago
  70. 9e809e7 More work toward data member access ir-gen. by Fariborz Jahanian · 16 years ago
  71. 0cfeb63 Allow functions to be marked "implicit return zero" and so mark main(). by John McCall · 16 years ago
  72. 99438a7 Patch for objc's zero-const exception to not assume by Fariborz Jahanian · 16 years ago
  73. 08e2524 Update for LLVM API change. by Owen Anderson · 16 years ago
  74. bc0a222 Update for LLVM API change. by Owen Anderson · 16 years ago
  75. cad8665 Some minor changes toward support of data by Fariborz Jahanian · 16 years ago
  76. 6c1fddf Use DICompositeType->replaceAllUsesWith() by Devang Patel · 16 years ago
  77. 696798f Use the CGRecordLayoutBuilder even if there are no fields, because in C++ an empty class will have a padding byte. by Anders Carlsson · 16 years ago
  78. abdad35 Enable the new struct type builder now that the constant struct builder works. (The old code will still be there until we know that everything works well. by Anders Carlsson · 16 years ago
  79. c1efe36 Fix a tail padding bug in the record layout builder code. The bug was found by an existing test. by Anders Carlsson · 16 years ago
  80. 8dca3b3 Enable the new constant struct builder by default. The old code is still in place but will be removed shortly. The new struct builder works on big endian systems. by Anders Carlsson · 16 years ago
  81. 7a86d4b More work on the constant struct builder, fix a couple of thinkos and add support for inserting part of a bitfield in the previous byte. by Anders Carlsson · 16 years ago
  82. d24393b More work on bitfield support in the new constant struct builder. by Anders Carlsson · 16 years ago
  83. b27ffbe Switch to getName() by Daniel Dunbar · 16 years ago
  84. 0d9c54c Switch to using llvm::Value::getName() by Daniel Dunbar · 16 years ago
  85. 742cd1b ir-gen for non-virtual base class initialization in constructors. by Fariborz Jahanian · 16 years ago
  86. bea9c52 More work on the constant struct builder. We can now convert the struct to a packed struct when necessary. by Anders Carlsson · 16 years ago
  87. 4257bc6 More work on the constant struct builder. We now try to layout all constant structs but throw away the result. by Anders Carlsson · 16 years ago
  88. 4a28d5d Update for LLVM API change. by Owen Anderson · 16 years ago
  89. 5602719 Fix a release build warning. by Anders Carlsson · 16 years ago
  90. 50b8eea More work toward initialization of objects in constructors. by Fariborz Jahanian · 16 years ago
  91. fc514ab Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps for GC. by Anders Carlsson · 16 years ago
  92. 4c98efd Check in a half finished new constant struct builder (Obviously not used yet). by Anders Carlsson · 16 years ago
  93. 309a436 Fix declaration of obc_enumerationMutation function, for GNU runtime. by Daniel Dunbar · 16 years ago
  94. 728d7cd Get rid of the size parameter to AppendField. No functionality change. by Anders Carlsson · 16 years ago
  95. 70ee975 Output UTF-16 string literals independent of host byte order. by Daniel Dunbar · 16 years ago
  96. 1d55291 Factor out map lookup for CFString constants. by Daniel Dunbar · 16 years ago
  97. 94ae95f Don't just store the field/bit field info one field, do it for all fields in the union. by Anders Carlsson · 16 years ago
  98. 177d4d8 Fix another thinko. by Anders Carlsson · 16 years ago
  99. faaec22 Correct a thinko in bitfield layout code. Fixes PR4611. by Anders Carlsson · 16 years ago
  100. ec586e7 Simplify, NFC. by Daniel Dunbar · 16 years ago