1. 8c8f69e Update for LLVM API change. by Owen Anderson · 15 years ago
  2. 0880e75 We can't avoid doing the work to find all the indirect primary virtual by Mike Stump · 15 years ago
  3. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  4. 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
  5. ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
  6. 65010da Minor cleanups. by Mike Stump · 15 years ago
  7. d53cef1 Prep for vbase layout refinements. WIP. by Mike Stump · 15 years ago
  8. f7f947a change cast to dyn_cast because d may not be a FunctionDecl by Ryan Flynn · 15 years ago
  9. e82c3e2 Minor refactoring of copy assign operator ir-gen. SWIP. by Fariborz Jahanian · 15 years ago
  10. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 15 years ago
  11. 0b47c37 change a dyn_cast to cast by Ryan Flynn · 15 years ago
  12. 0270b8a More toward synthesizing copy assignments. SWIP. by Fariborz Jahanian · 15 years ago
  13. 80a0e32 Cleanup. by Mike Stump · 15 years ago
  14. 4c3aedd Refactor. WIP. Eventually, this will all go into a vtable builder class. by Mike Stump · 15 years ago
  15. 09d8b81 Cleanup. by Mike Stump · 15 years ago
  16. bc16aea Refactor. by Mike Stump · 15 years ago
  17. a9e1d1c Refactor. by Mike Stump · 15 years ago
  18. 0a5cfd8 Remove another done audit FIXME. by Mike Stump · 15 years ago
  19. 02b1623 Refactor a bit and remove some FIXME audit markers, now that the code by Mike Stump · 15 years ago
  20. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 15 years ago
  21. 2198ba1 Patch for synthesizing copy assignment operator. WIP. by Fariborz Jahanian · 15 years ago
  22. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
  23. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  24. 46730b2 improve path handling, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
  25. 4ffe91e Refine vtable building for the secondary vtables to exclude yet more by Mike Stump · 15 years ago
  26. 4c28b1c use the new llvm::Triple parsing stuffola for handling darwin version #'s. by Chris Lattner · 15 years ago
  27. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 15 years ago
  28. a88dc30 Fix a fixme by allocating ShuffleVectorExprs in the Context by Nate Begeman · 15 years ago
  29. bf933a0 Use the new nsw form of add for signed integer addition. by Dan Gohman · 15 years ago
  30. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  31. 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 15 years ago
  32. 0eca1b6 Add some information about temporaries to the statement dumper. by Anders Carlsson · 15 years ago
  33. df11094 Remove the hack that turns sdiv by a power of 2 to ashr, and by Dan Gohman · 15 years ago
  34. 27ba2f0 Add newline at end of file. by Benjamin Kramer · 15 years ago
  35. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  36. c48fbdf Add a FriendClassDecl type for holding declarations of friend types in by John McCall · 15 years ago
  37. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  38. e649412 ir-gen support for anonymous union data member by Fariborz Jahanian · 15 years ago
  39. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  40. 0dec56d Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
  41. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  42. b98b199 Refactor the template-instantiation logic for expressions into a by Douglas Gregor · 15 years ago
  43. e955e72 Check whether a tag was defined in a C++ condition declaration using GetTypeForDeclarator. by Argyrios Kyrtzidis · 15 years ago
  44. 4952094 Implement more of the inductive case for vtable layout involving by Mike Stump · 15 years ago
  45. 89350be Fix an indentation. by Fariborz Jahanian · 15 years ago
  46. 8c64e00 Support for anonymous union in ctor's initializer and by Fariborz Jahanian · 15 years ago
  47. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  48. bd0fb30 Add a CastInfo struct that will be used for cast information when constructing cast expressions. Right now it only stores the cast kind, but in the future it might store conversion functions and constructors. by Anders Carlsson · 15 years ago
  49. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  50. 06f598a minor refactoring. No change otherwise. by Fariborz Jahanian · 15 years ago
  51. f05fe65 ir-gen for generating copying of scalar data members in by Fariborz Jahanian · 15 years ago
  52. 370c884 Fixed a ir-gen bug in synthesizing copy constructors. by Fariborz Jahanian · 15 years ago
  53. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  54. fd6ad3c warn, as gcc does, if __attribute__((malloc)) applied to function returning non-pointer type by Ryan Flynn · 15 years ago
  55. 76168e2 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago
  56. 237957c Improve handling of member pointers. by Anders Carlsson · 15 years ago
  57. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  58. 10c40ee Older GCCs don't have vector::data(). by Benjamin Kramer · 15 years ago
  59. 942f4f3 ir-gen for initialization, in synthesize copy constructor, by Fariborz Jahanian · 15 years ago
  60. 89ed31d Add support for global initializers. by Anders Carlsson · 15 years ago
  61. 3b2e16b Refactor some code and implement support for global destructors for static variables. by Anders Carlsson · 15 years ago
  62. 8249576 Use CastExpr::CK_ArrayToPointerDecay and fix an assert. by Anders Carlsson · 15 years ago
  63. a5dd722 Take #pragma pack into account when laying out structs. Fixes rdar://problem/7095436. by Anders Carlsson · 15 years ago
  64. 8c241a2 Refactoring of copy ctor ir-gen. No change in functionality. by Fariborz Jahanian · 15 years ago
  65. 8045c73 PR4700 - remove shift by 0 warning by Ryan Flynn · 15 years ago
  66. a860e75 Introduce a new PragmaPack attribute, and use it for #pragma pack. The PackedAttr now only represents __attribute__((packed)). by Anders Carlsson · 15 years ago
  67. df31e09 Assert that the LLVM type has the same size as the RecordDecl size. by Anders Carlsson · 15 years ago
  68. fb7ef75 getFunctionLevelDeclContext needs to get the previous DeclContext if EnterDeclaratorContext has been called. Fixes PR4694. (Doug, please review) by Anders Carlsson · 15 years ago
  69. 8517d9b Factor some code to get the "function level" DeclContext out into a separate function. by Anders Carlsson · 15 years ago
  70. 0f44b5a Make sure to diagnose use of declarations in the case where we create an implicit CXXThisExpr. by Anders Carlsson · 15 years ago
  71. fee1381 Patch should implement packed enums - PR4098. Credit to Anders Johnsen. by Edward O'Callaghan · 15 years ago
  72. d497206 Get rid of Stmt::Clone now that we can reference count statements instead. by Anders Carlsson · 15 years ago
  73. 43d9d92 Introduce reference counting for statements and expressions, using it by Douglas Gregor · 15 years ago
  74. 80e4b9e Remove use of uninitized variable. by Fariborz Jahanian · 15 years ago
  75. 1e4edd5 Synthesize copying of non-static data members with by Fariborz Jahanian · 15 years ago
  76. ca28361 Synthesized copy constructor now generates code for by Fariborz Jahanian · 15 years ago
  77. 112a0a8 Add a CK_ArrayToPointerDecay cast kind. by Anders Carlsson · 15 years ago
  78. 4d8673b Add CK_ToUnion and use it for aggregate expression codegen. by Anders Carlsson · 15 years ago
  79. cdb6197 More CastKind work. by Anders Carlsson · 15 years ago
  80. 6ff0785 Just add global scope to the associated namespaces set instead of tracking it by John McCall · 15 years ago
  81. 57cf2f3 Add vbase offsets to the vtable. Wow, having an rbegin was so fortuitous. WIP. by Mike Stump · 15 years ago
  82. 35ffcf3 Fix: <rdar://problem/7075531> static analyzer wrongly detects unused ivars used in blocks by Ted Kremenek · 15 years ago
  83. 0b2dd77 Constify some pointers. No functionality change. by Ted Kremenek · 15 years ago
  84. 97a9375 More synthesis of copy constructors. Work in progress. by Fariborz Jahanian · 15 years ago
  85. e6e1d60 Fix typo. by Mike Stump · 15 years ago
  86. 928f150 Add ability to generate vcall offsets for primary virtual base. by Mike Stump · 15 years ago
  87. 116b7d9 Use the correct cast kind as suggested by Doug. by Anders Carlsson · 15 years ago
  88. e607ed0 Fix some const_cast issues. This is the beginning of the rabbit hole. by Mike Stump · 15 years ago
  89. d043968 PR3333: warn when shifting by invalid amount by Ryan Flynn · 15 years ago
  90. 42602bb Separate Stmt::Destroy into the entrypoint for destroying a statement by Douglas Gregor · 15 years ago
  91. ef888a4 add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer by Chris Lattner · 15 years ago
  92. 02cf1e2 Add support for vcall generation for vtables for virtual bases. WIP. by Mike Stump · 15 years ago
  93. 9889652 Patch toward synthesizing copy constructors. Work in progress. by Fariborz Jahanian · 15 years ago
  94. 566a6fa Fix a few more false positives involving RegionStore and unions, but this time by Ted Kremenek · 15 years ago
  95. 657c1ac Minor refactoring to introduce a new transformation function, by Douglas Gregor · 15 years ago
  96. e1be2b1 Also generate the rtti field for virtual bases for vtables. Turn on by Mike Stump · 15 years ago
  97. d4e5a60 Fix a couple false positive "uninitialized value" warnings with RegionStore by Ted Kremenek · 15 years ago
  98. 470c2a9 Drop the friend-inner-class diagnostic from an extwarn to an ext and don't by John McCall · 15 years ago
  99. 7f27d92 Permit a class to friend its members in C++0x, without restriction. by John McCall · 15 years ago
  100. 1cf9ff8 Set and use Elidable in elimination of copy ctors. by Fariborz Jahanian · 15 years ago