1. ec18ddd minor cleanups for VLA stuff. by Chris Lattner · 15 years ago
  2. 881eb9c use GetVLASize instead of accessing VLASizeMap directly, this gets an assert if by Chris Lattner · 15 years ago
  3. bbbd986 lit: flush stdout in no-fancy-progress-bar mode as well. by Benjamin Kramer · 15 years ago
  4. 2733b66 Add more attribute 'malloc' test cases involving function pointers. by Ted Kremenek · 15 years ago
  5. b109069 Per Eli Friedman's feedback, handle attribute 'malloc' being applied to by Ted Kremenek · 15 years ago
  6. a5e42a8 objc2's foreach statement's selector type can be a block pointer too. by Fariborz Jahanian · 15 years ago
  7. 5a6bfe3 Do now overflow while calulating upper bound for zero sized array. by Devang Patel · 15 years ago
  8. 2c2b06e This test case does not need to include 'stdlib.h'. by Ted Kremenek · 15 years ago
  9. f185859 Use 'dyn_cast' instead of a check for a function declaration followed by a by Ted Kremenek · 15 years ago
  10. a18d7d8 Improve Sema's handling of attribute 'malloc' to reject the attribute when by Ted Kremenek · 15 years ago
  11. 343a3cf ir-gen for generation of trvial copy constructor call. by Fariborz Jahanian · 15 years ago
  12. f1480ee Make the CXXDefaultArgExpr constructor protected and add a static Create function. by Anders Carlsson · 15 years ago
  13. 0895937 Pass '-Wno-' options to clang-cc. This fixes <rdar://problem/6943988>. by Ted Kremenek · 15 years ago
  14. b11d798 Fixed a regression in deciding when to issue warning on properties which by Fariborz Jahanian · 15 years ago
  15. 1ac134b Update/add links to developer meeting. by Ted Kremenek · 15 years ago
  16. 93d2dc4 Fix a few typos. by Daniel Dunbar · 15 years ago
  17. b1d76bd PR4715 by Shantonu Sen · 15 years ago
  18. 0e67f9d Fix spacing by Anders Carlsson · 15 years ago
  19. fd810b1 Support friend declarations in templates and test that argdep lookup by John McCall · 15 years ago
  20. 9297423 Testcase for a recent checkin. by Mike Stump · 15 years ago
  21. bff10c5 Testcase for recent checkin. by Mike Stump · 15 years ago
  22. 12de461 Testcase for a recent checkin. by Mike Stump · 15 years ago
  23. 2153891 Deconflate virtual base offsets from non-virtual base offsets. by Mike Stump · 15 years ago
  24. 183d718 Fixed a bug in ir-gen for copy assignment synthesis. by Fariborz Jahanian · 15 years ago
  25. 7884678 Add testcase for recent work. by Mike Stump · 15 years ago
  26. 8c8f69e Update for LLVM API change. by Owen Anderson · 15 years ago
  27. 0880e75 We can't avoid doing the work to find all the indirect primary virtual by Mike Stump · 15 years ago
  28. 4ef9809 Refine vtable layout for virtual bases and keep better track of primaries. WIP. by Mike Stump · 15 years ago
  29. 0032b27 Update for LLVM API change. by Owen Anderson · 15 years ago
  30. eea0a5c Adds testing of copy assignment of anonymous union data members. by Fariborz Jahanian · 15 years ago
  31. 6dee5d8 More complete test for my previous patch. by Fariborz Jahanian · 15 years ago
  32. ad25883 Patch to force synthesis of copy assignment operator by Fariborz Jahanian · 15 years ago
  33. 65010da Minor cleanups. by Mike Stump · 15 years ago
  34. d53cef1 Prep for vbase layout refinements. WIP. by Mike Stump · 15 years ago
  35. 8d5053c Update test by Daniel Dunbar · 15 years ago
  36. f7f947a change cast to dyn_cast because d may not be a FunctionDecl by Ryan Flynn · 15 years ago
  37. e82c3e2 Minor refactoring of copy assign operator ir-gen. SWIP. by Fariborz Jahanian · 15 years ago
  38. 94d0bce Refine virtual base layout. WIP. by Mike Stump · 15 years ago
  39. 0b47c37 change a dyn_cast to cast by Ryan Flynn · 15 years ago
  40. 0270b8a More toward synthesizing copy assignments. SWIP. by Fariborz Jahanian · 15 years ago
  41. 80a0e32 Cleanup. by Mike Stump · 15 years ago
  42. 4c3aedd Refactor. WIP. Eventually, this will all go into a vtable builder class. by Mike Stump · 15 years ago
  43. 09d8b81 Cleanup. by Mike Stump · 15 years ago
  44. bc16aea Refactor. by Mike Stump · 15 years ago
  45. a9e1d1c Refactor. by Mike Stump · 15 years ago
  46. 0a5cfd8 Remove another done audit FIXME. by Mike Stump · 15 years ago
  47. 02b1623 Refactor a bit and remove some FIXME audit markers, now that the code by Mike Stump · 15 years ago
  48. d76264e Refine primary vbase selection ordering. WIP. by Mike Stump · 15 years ago
  49. 2198ba1 Patch for synthesizing copy assignment operator. WIP. by Fariborz Jahanian · 15 years ago
  50. 34fae9c Improve the secondary vtables to not include vbase offsets. WIP. by Mike Stump · 15 years ago
  51. acf2d13 error on property of objc interface type instead of crashing by Fariborz Jahanian · 15 years ago
  52. 46730b2 improve path handling, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
  53. 4ffe91e Refine vtable building for the secondary vtables to exclude yet more by Mike Stump · 15 years ago
  54. 4c28b1c use the new llvm::Triple parsing stuffola for handling darwin version #'s. by Chris Lattner · 15 years ago
  55. 888376a Transition the PCH support for ShuffleVectorExpr over to ASTContext allocation by Nate Begeman · 15 years ago
  56. e96de2d More cleanups. by Zhongxing Xu · 15 years ago
  57. 2ddde27 Remove redundant forward declarations. by Zhongxing Xu · 15 years ago
  58. a88dc30 Fix a fixme by allocating ShuffleVectorExprs in the Context by Nate Begeman · 15 years ago
  59. bf933a0 Use the new nsw form of add for signed integer addition. by Dan Gohman · 15 years ago
  60. 6cc670e Warn on use of property dot syntax when unused. by Fariborz Jahanian · 15 years ago
  61. 664f893 Use the inbounds variant of getelementptr for common pointer arithmetic. by Dan Gohman · 15 years ago
  62. 0eca1b6 Add some information about temporaries to the statement dumper. by Anders Carlsson · 15 years ago
  63. f29d8f6 no more .inc files to be ignored in this directory by Gabor Greif · 15 years ago
  64. 73e10b0 Rename macro to avoid a name clash on FreeBSD. by Benjamin Kramer · 15 years ago
  65. df11094 Remove the hack that turns sdiv by a power of 2 to ashr, and by Dan Gohman · 15 years ago
  66. 27ba2f0 Add newline at end of file. by Benjamin Kramer · 15 years ago
  67. 0fd8904 Patch to warn if a property which is 'assign' by default by Fariborz Jahanian · 15 years ago
  68. c48fbdf Add a FriendClassDecl type for holding declarations of friend types in by John McCall · 15 years ago
  69. bab8a8e merge two tests. by Chris Lattner · 15 years ago
  70. ab0e887 Fix rdar://7126285: don't warn on unused ObjC property access by Chris Lattner · 15 years ago
  71. e649412 ir-gen support for anonymous union data member by Fariborz Jahanian · 15 years ago
  72. b2fedb4 Update test case. by Daniel Dunbar · 15 years ago
  73. f21efe9 LLVMContext is a class now. by Benjamin Kramer · 15 years ago
  74. 0dec56d Fix DISABLE_SMART_POINTERS build by Douglas Gregor · 15 years ago
  75. 3f9a8a6 Argument-dependent lookup for friend declarations. Add a new decl type, by John McCall · 15 years ago
  76. b98b199 Refactor the template-instantiation logic for expressions into a by Douglas Gregor · 15 years ago
  77. e955e72 Check whether a tag was defined in a C++ condition declaration using GetTypeForDeclarator. by Argyrios Kyrtzidis · 15 years ago
  78. 4952094 Implement more of the inductive case for vtable layout involving by Mike Stump · 15 years ago
  79. 89350be Fix an indentation. by Fariborz Jahanian · 15 years ago
  80. 8c64e00 Support for anonymous union in ctor's initializer and by Fariborz Jahanian · 15 years ago
  81. 2ef13e5 Take 2 on AltiVec-style vector initializers. by Nate Begeman · 15 years ago
  82. 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
  83. 797c3c4 fix a couple of problems with section attributes: by Chris Lattner · 15 years ago
  84. 2e0110e these tests include section specifiers that aren't valid on the by Chris Lattner · 15 years ago
  85. 06f598a minor refactoring. No change otherwise. by Fariborz Jahanian · 15 years ago
  86. f05fe65 ir-gen for generating copying of scalar data members in by Fariborz Jahanian · 15 years ago
  87. b98f05c Add walking bases in reverse order. by Mike Stump · 15 years ago
  88. 370c884 Fixed a ir-gen bug in synthesizing copy constructors. by Fariborz Jahanian · 15 years ago
  89. 70121eb Use LLVM's new error handler API to report back end errors using Diagnostic. by Daniel Dunbar · 15 years ago
  90. 1df5109 Revert r78535, it is causing a number of failures to build projects. by Daniel Dunbar · 15 years ago
  91. fd6ad3c warn, as gcc does, if __attribute__((malloc)) applied to function returning non-pointer type by Ryan Flynn · 15 years ago
  92. 76168e2 map previously ignored __attribute((malloc)) to noalias attribute of llvm function's return by Ryan Flynn · 15 years ago
  93. 237957c Improve handling of member pointers. by Anders Carlsson · 15 years ago
  94. 25b4fdb AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); by Nate Begeman · 15 years ago
  95. 10c40ee Older GCCs don't have vector::data(). by Benjamin Kramer · 15 years ago
  96. 942f4f3 ir-gen for initialization, in synthesize copy constructor, by Fariborz Jahanian · 15 years ago
  97. 89ed31d Add support for global initializers. by Anders Carlsson · 15 years ago
  98. 3b2e16b Refactor some code and implement support for global destructors for static variables. by Anders Carlsson · 15 years ago
  99. 8249576 Use CastExpr::CK_ArrayToPointerDecay and fix an assert. by Anders Carlsson · 15 years ago
  100. 87b5fa9 Add tests. by Anders Carlsson · 15 years ago