1. 375c31c Implement code generation of member function pointer calls. Fixes PR5121. by Anders Carlsson · 15 years ago
  2. 2b35835 Move some functions from CodeGenFunctions to CodeGenModule so they can be used by CGExprConstant. by Anders Carlsson · 15 years ago
  3. 84080ec Handle CK_BaseToDerivedMemberPointer for member function pointers. Fixes PR5091. by Anders Carlsson · 15 years ago
  4. 6815e94 CodeGen for try statements. (We just emit the body for now). by Anders Carlsson · 15 years ago
  5. 0953e76 Refactor the representation of qualifiers to bring ExtQualType out of the by John McCall · 15 years ago
  6. 569c1f4 Add a new variant of EmitCXXAggrConstructorCall that takes a Value that holds the number of elements to construct, to be used when implementing new[]. by Anders Carlsson · 15 years ago
  7. 6fcec8b Code generation of Conditional operators that are lvalues (but that aren't bitfields). by Anders Carlsson · 15 years ago
  8. de1d26b Remove an unnecessary FunctionDecl parameter to the synthesizing functions. by Anders Carlsson · 15 years ago
  9. b9ea0b5 Implement CodeGenFunction::EmitCXXExprWithTemporariesLValue. by Anders Carlsson · 15 years ago
  10. 5a0f49e Rename AddressCXXOfBaseClass to GetAddressCXXOfBaseClass. Add a NullCheckValue argument (currently unused). by Anders Carlsson · 15 years ago
  11. 7dfa407 For __block variables, cache the LLVM types as well as which LLVM field where the variable is stored. by Anders Carlsson · 15 years ago
  12. 6e319f6 Add basic covariant thunk generation support. WIP. by Mike Stump · 15 years ago
  13. 0ff8baf Pass GlobalDecls to GenerateCode and StartFunction. by Anders Carlsson · 15 years ago
  14. 0aebc81 If a cast expression needs either a conversion function or a constructor to be called, generate implicit child expressions that call them. by Anders Carlsson · 15 years ago
  15. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  16. 9ad5513 Make BuildByRefType take a ValueDecl instead of a QualType and an alignment. by Anders Carlsson · 15 years ago
  17. 77ca8f6 Install thunks later to fixup overrides. Track space taken by vbase by Mike Stump · 15 years ago
  18. ed032eb Add overidding for methods for vtable building for the secondary by Mike Stump · 15 years ago
  19. 08c3213 Re-implemented generation of objc_memmove_collectable by Fariborz Jahanian · 15 years ago
  20. 64e690e ir-gen for type convesion of class objects. WIP. by Fariborz Jahanian · 15 years ago
  21. f0070db Implement virtual dispatch. :-) This is self-consistent with clang, by Mike Stump · 15 years ago
  22. eb1a1b6 Revert r80064 since it broke the build. by Anders Carlsson · 15 years ago
  23. 78e7d3a Implement virtual dispatch. :-) This is self-consistent with clang, but not yet by Mike Stump · 15 years ago
  24. 2d82719 Remove dead code by Anders Carlsson · 15 years ago
  25. c28bbc2 Patch to ir-gen copy assigning array members when synthesizing by Fariborz Jahanian · 15 years ago
  26. eb0b6d5 Patch to provide ir-gen support in copying array members by Fariborz Jahanian · 15 years ago
  27. f800f6c ir-gen patch to destruct array members. WIP. by Fariborz Jahanian · 15 years ago
  28. 09105f5 Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". by Fariborz Jahanian · 15 years ago
  29. 288dcaf ir-gen for constructing arrays as non-static data members. WIP. by Fariborz Jahanian · 15 years ago
  30. b3d8837 Add some documentation. by Mike Stump · 15 years ago
  31. 32f3701 Cleanups. Move GenerateRtti to CodeGenModule. by Mike Stump · 15 years ago
  32. 109b13d Move the rest of the vtable building code into the new builder. by Mike Stump · 15 years ago
  33. 154440e Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr. by Fariborz Jahanian · 15 years ago
  34. 0880bac Patch to 1) synthesizing non-trivial default destructor when by Fariborz Jahanian · 15 years ago
  35. 60e282c Improve handling of delete expressions. by Anders Carlsson · 15 years ago
  36. 14c5cbf Add an IsInitializer flag to EmitAnyExpr. This is used to prevent temporaries from being destroyed when they're bound to a reference variable. by Anders Carlsson · 15 years ago
  37. 276b9f1 Cleanups and fixups for calculating the virtual base offsets. WIP. by Mike Stump · 15 years ago
  38. bbed6b9 Fix for PR4721: adjust CodeGen and ASTContext so that we have a by Eli Friedman · 15 years ago
  39. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  40. 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
  41. 0270b8a More toward synthesizing copy assignments. SWIP. by Fariborz Jahanian · 15 years ago
  42. 4c3aedd Refactor. WIP. Eventually, this will all go into a vtable builder class. by Mike Stump · 15 years ago
  43. bc16aea Refactor. by Mike Stump · 15 years ago
  44. 2198ba1 Patch for synthesizing copy assignment operator. WIP. by Fariborz Jahanian · 15 years ago
  45. 4ffe91e Refine vtable building for the secondary vtables to exclude yet more by Mike Stump · 15 years ago
  46. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  47. 06f598a minor refactoring. No change otherwise. by Fariborz Jahanian · 15 years ago
  48. 942f4f3 ir-gen for initialization, in synthesize copy constructor, by Fariborz Jahanian · 15 years ago
  49. 89ed31d Add support for global initializers. by Anders Carlsson · 15 years ago
  50. 3b2e16b Refactor some code and implement support for global destructors for static variables. by Anders Carlsson · 15 years ago
  51. 8c241a2 Refactoring of copy ctor ir-gen. No change in functionality. by Fariborz Jahanian · 15 years ago
  52. ca28361 Synthesized copy constructor now generates code for by Fariborz Jahanian · 15 years ago
  53. 97a9375 More synthesis of copy constructors. Work in progress. by Fariborz Jahanian · 15 years ago
  54. 02cf1e2 Add support for vcall generation for vtables for virtual bases. WIP. by Mike Stump · 15 years ago
  55. e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 15 years ago
  56. 8a12b56 More layout for virtual tables for virtual bases. Still in progress. by Mike Stump · 15 years ago
  57. 47a434f Update for LLVM API change. by Owen Anderson · 15 years ago
  58. 738f8c2 Add beginnigs of rtti generation, wire up more of -fno-exceptions. by Mike Stump · 15 years ago
  59. f121677 Add code to setup the vtable pointer in the constructor. Work in progress. by Mike Stump · 15 years ago
  60. 426cc38 Patch for future ir-gen for destructor calls. by Fariborz Jahanian · 15 years ago
  61. 6d0bdaa Some code cleanup. by Fariborz Jahanian · 15 years ago
  62. 9e809e7 More work toward data member access ir-gen. by Fariborz Jahanian · 15 years ago
  63. ab3c0a2 Early ir-gen for constructor prologue. This is on going. by Fariborz Jahanian · 15 years ago
  64. d286f05 Avoid generation of dead code in a few more situations. by Daniel Dunbar · 15 years ago
  65. a1cf15f Update for LLVM API change, and contextify a bunch of related stuff. by Owen Anderson · 15 years ago
  66. 6924382 Update for LLVM API change. by Owen Anderson · 15 years ago
  67. 082b02e Implemented memmove_collectable API for Next runtime by Fariborz Jahanian · 15 years ago
  68. 1d84750 Add PushConditionalTempDestruction/PopConditionalTempDestruction. by Anders Carlsson · 15 years ago
  69. f4b8fea More temporary work. by Anders Carlsson · 15 years ago
  70. e8b5578 Store more information about live temporaries. No functionality change for now. by Anders Carlsson · 15 years ago
  71. a00703d Add a new function for emitting new functions. by Anders Carlsson · 15 years ago
  72. 543ac0c Emit destructors correctly for temporaries. by Anders Carlsson · 15 years ago
  73. e61c9e8 Add lvalue irgen support for CXXBindTemporaryExpr. by Anders Carlsson · 15 years ago
  74. b58d017 More temporary support. by Anders Carlsson · 15 years ago
  75. 7267c16 Add code for emitting C++ destructors. Not used yet. by Anders Carlsson · 15 years ago
  76. 7f79f9b Fixup the rest of the trivial cases of the codegen of volatile. If by Mike Stump · 15 years ago
  77. 0f29463 Handle operator call expressions where the callee is a member function. by Anders Carlsson · 15 years ago
  78. 9864771 Rename an EmitCallExpr function to EmitCall to make it clear that it doesn't emit an expr. by Anders Carlsson · 15 years ago
  79. 49d1cd5 Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a). by Mike Stump · 15 years ago
  80. 27fe2e6 Track volatile aggregate copies better. I'm hoping someone else will decide by Mike Stump · 15 years ago
  81. 4029ca7 Add EmitReferenceBindingToExpr. Have EmitCallArg use it for now. Doesn't support anything but at least we don't crash ;) by Anders Carlsson · 15 years ago
  82. b4aa466 Pass the destination QualType to EmitStoreOfScalar. No functionality change. by Anders Carlsson · 15 years ago
  83. b9de2c5 Factor code that's common to EmitCXXMemberCallExpr and EmitCXXConstructorCall out into a EmitCXXMemberCall function. by Anders Carlsson · 15 years ago
  84. b84e8a6 Remove unnecessary copy of constraint info. by Daniel Dunbar · 15 years ago
  85. 31ccf37 Make codegen for constructors work again. by Anders Carlsson · 15 years ago
  86. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago
  87. 6545994 fix PR4067: [Linux kernel] cannot aggregate codegen stmtexpr as lvalue by Chris Lattner · 15 years ago
  88. b5437d2 the logic for computing __func__ and friends is really broken: by Chris Lattner · 15 years ago
  89. 2a03192 Make ObjCInterfaceDecl's const in some more places. by Daniel Dunbar · 15 years ago
  90. 525c9b7 Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things by Daniel Dunbar · 15 years ago
  91. 1768fab Silence gcc warning. by Eli Friedman · 15 years ago
  92. af23f69 Make CodeGenFunction::EmitCallArgs a template function that takes a generic "Type Info" parameter. The type info parameter knows how to iterate over its arguments. by Anders Carlsson · 15 years ago
  93. b14095a Implement basic code generation of constructor calls. We can now compile: by Anders Carlsson · 15 years ago
  94. 5f4307b Support code generation of 'this' exprs by Anders Carlsson · 15 years ago
  95. a6cd009 Remove asserts that weren't really useful, and that would fire in case the CleanupEntries vector needed to be reallocated. by Anders Carlsson · 15 years ago
  96. 0139bb9 Add code for emitting call arguments (not used yet). by Anders Carlsson · 15 years ago
  97. 2b77ba8 Add some basic support for generating C++ member functions. by Anders Carlsson · 15 years ago
  98. 774e7c6 Add support for calling C++ member functions. by Anders Carlsson · 15 years ago
  99. aa5bd87 Fix a subtle bug where the cleanup scope entries had a dangling block reference by Daniel Dunbar · 15 years ago
  100. 481769b remove some obsolete comments, use an AssertingVH. by Chris Lattner · 15 years ago