1. fb8cc1d Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but by Chris Lattner · 16 years ago
  2. 77250c8 Added back 'CodeGen' to test suite (accidentally removed in my last patch). by Ted Kremenek · 16 years ago
  3. a6e4d21 Implemented casts for ConcreteInt and ConcreteIntLValue. by Ted Kremenek · 16 years ago
  4. 9415a0c Fix PR1969. stdin has no FileEntry. by Chris Lattner · 16 years ago
  5. f7682b0 Implement __builtin_huge_val. by Anders Carlsson · 16 years ago
  6. c720d9b Don't try to compile .a files. by Anders Carlsson · 16 years ago
  7. 516f91b Added skeleton for new LValue class ConcereteIntLValue. by Ted Kremenek · 16 years ago
  8. aadaf78 add some helper methods for removing and replacing text, this makes the by Chris Lattner · 16 years ago
  9. f3dd57e Add a new InsertText method that does the check to see if the insertion was valid. This by Chris Lattner · 16 years ago
  10. 9e13c2e move a large method out of line by Chris Lattner · 16 years ago
  11. dcbc5b0 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 16 years ago
  12. a90ccfe Moved RValue code in GRConstants.cpp to RValue.[h,cpp]. by Ted Kremenek · 16 years ago
  13. d1a7cf8 by Steve Naroff · 16 years ago
  14. 0e82d72 Implement review feedback. Use getAsPointerType instead of cast<PointerType>. by Lauro Ramos Venancio · 16 years ago
  15. 4af8431 Fixed misspelling of "LLVM" due to some editor+Ted madness. by Ted Kremenek · 16 years ago
  16. e0e713b Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 16 years ago
  17. 868d08f Fix a bogus test by Chris Lattner · 16 years ago
  18. 796ef3d Remainder of the __builtin_overload feedback by Nate Begeman · 16 years ago
  19. 338d1e2 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 16 years ago
  20. 6860f3c Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 16 years ago
  21. 6492485 Added transfer function support for unary '&' and '*', providing basic by Ted Kremenek · 16 years ago
  22. bcba201 Make CallExpr::isBuiltinConstantExpr slightly more efficient. by Anders Carlsson · 16 years ago
  23. c4f8e8b by Steve Naroff · 16 years ago
  24. 4150abf Added 'SymbolicLValue' class to represent LValues whose value is symbolic. by Ted Kremenek · 16 years ago
  25. 4c49a6c by Steve Naroff · 16 years ago
  26. 3b4f670 We now delay adding nodes created by GRBranchNodeBuilder to the analysis by Ted Kremenek · 16 years ago
  27. b38911f Implemented some branch pruning in GRConstants using != and == for by Ted Kremenek · 16 years ago
  28. a292585 Added method "printTerminator" to CFGBlock so that external clients can by Ted Kremenek · 16 years ago
  29. 890d93e by Steve Naroff · 16 years ago
  30. 5bfe18c getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 16 years ago
  31. 8df106e A pointer to an opaque type is an "opaque type definition". by Lauro Ramos Venancio · 16 years ago
  32. 9d49395 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault by Chris Lattner · 16 years ago
  33. 67295d0 Implement first round of feedback on __builtin_overload by Nate Begeman · 16 years ago
  34. bd144b7 Typo. by Fariborz Jahanian · 16 years ago
  35. f69cc5d by Steve Naroff · 16 years ago
  36. 6753fe3 Minor cosmetic cleanups: replaced some integer literals with constants and by Ted Kremenek · 16 years ago
  37. 6c751c2 Add TODO marker so that it is easier to search. by Devang Patel · 16 years ago
  38. 4ca0867 Ignore __aligned__ with zero arguments in addition to __aligned__ with by Eli Friedman · 16 years ago
  39. 78a677b Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 16 years ago
  40. b1284ac Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 16 years ago
  41. 01e3c9e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 16 years ago
  42. e0c5414 make this pass by adding an expected error, add some tests. by Chris Lattner · 16 years ago
  43. 3fd1dfa Eli points out this can only happen for scalar elements. by Chris Lattner · 16 years ago
  44. 196ef51 Be more explicit about what flavors of initlistexpr's we can see. I don't by Chris Lattner · 16 years ago
  45. db6ed17 move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. by Chris Lattner · 16 years ago
  46. 5193b8a Make sure to emit all the arguments to a function call. This fixes the by Eli Friedman · 16 years ago
  47. b7b032e by Steve Naroff · 16 years ago
  48. 52a1649 Added method "markInfeasible" to GRBranchNodeBuilder to disable the by Ted Kremenek · 16 years ago
  49. 71c29bd Implemented more boilerplate in GREngine for processing branches. Now by Ted Kremenek · 16 years ago
  50. 45c63bd Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup. by Ted Kremenek · 16 years ago
  51. 47fb697 Handle incomplete struct initializer. by Devang Patel · 16 years ago
  52. a0f5579 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 16 years ago
  53. 7d7fe6d Added boilerplate logic in GREngine for processing branches. by Ted Kremenek · 16 years ago
  54. f4b7a69 Renamed GRNodeBuilder to GRStmtNodeBuilder. by Ted Kremenek · 16 years ago
  55. 0370167 Minor fix in transfer function of '!=' where a 'false' literal should by Ted Kremenek · 16 years ago
  56. b7e6bd7 - Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create(). by Ted Kremenek · 16 years ago
  57. 687af80 Added preliminary transfer function support for '==' and '!='. by Ted Kremenek · 16 years ago
  58. fa3ee8e AST for @synchronized. by Fariborz Jahanian · 16 years ago
  59. 2565eef by Steve Naroff · 16 years ago
  60. c385c90 Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 16 years ago
  61. 356916e Fix a bug where CodeGen would attempt to erase an instruction that was by Eli Friedman · 16 years ago
  62. 68fd257 Added "SymbolManager", which manages the set of symbolic values used by Ted Kremenek · 16 years ago
  63. 5a1deb8 Implement __builtin_offsetof. by Anders Carlsson · 16 years ago
  64. 12fe558 fix comment typo by Chris Lattner · 16 years ago
  65. 73bd901 add diagnostic by Chris Lattner · 16 years ago
  66. 71a3a8d Fix a bug where we would incorrectly emit a "cannot paste" error by Chris Lattner · 16 years ago
  67. 0493025 Use the canonical type when comparing array types so the comparison by Eli Friedman · 16 years ago
  68. d125bb1 Improvements to ccc. Patch by Shantonu Sen. by Anders Carlsson · 16 years ago
  69. 65cac13 Fixed bug where not all dead subexpressions were being pruned from the analysis by Ted Kremenek · 16 years ago
  70. bffaa83 Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 16 years ago
  71. b3c2b88 by Steve Naroff · 16 years ago
  72. ce6237e Handle binary or in constant expressions. by Anders Carlsson · 16 years ago
  73. a3881fc Correctly handle constants that refer to enums. by Anders Carlsson · 16 years ago
  74. f6884ac Correctly handle scalars in braces. by Anders Carlsson · 16 years ago
  75. ff6e3c5 Added skeleton code for tracking the values of function parameters. by Ted Kremenek · 16 years ago
  76. cb48b9c Driver now passes the top-level FunctionDecl* to GRConstants. by Ted Kremenek · 16 years ago
  77. ba03eda by Steve Naroff · 16 years ago
  78. 403c181 Added RValue class "UninitializedValue". by Ted Kremenek · 16 years ago
  79. 10099a6 Added transfer function logic for "%=" operator. by Ted Kremenek · 16 years ago
  80. cce207d Added transfer function hookups for "modulo" operator. by Ted Kremenek · 16 years ago
  81. f264562 Minor tweaking with hierarchy of NonLValue objects: SymbolValue is by Ted Kremenek · 16 years ago
  82. bd03f1d Some additional cleanups with method names. by Ted Kremenek · 16 years ago
  83. 7dd0bd4 by Steve Naroff · 16 years ago
  84. 0113c9d by Steve Naroff · 16 years ago
  85. 578edc6 by Steve Naroff · 16 years ago
  86. e988bc2 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 16 years ago
  87. 84005b4 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 16 years ago
  88. e3d3b7d Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman. by Anders Carlsson · 16 years ago
  89. 3b1d57b Factor out the constant generation into its own file. by Anders Carlsson · 16 years ago
  90. 33d4aab Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) with the addition of by Ted Kremenek · 16 years ago
  91. 5c1e262 Implemented transfer function for '/='. by Ted Kremenek · 16 years ago
  92. cc1c365 Further refactoring of transfer functions by having APSIntSetOp take by Ted Kremenek · 16 years ago
  93. e2dcd78 Reverting r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) until by Ted Kremenek · 16 years ago
  94. 5ee4ff8 Renamed RValueDisjunctiveEqual to RValEqualityORSet. by Ted Kremenek · 16 years ago
  95. d6326c6 by Steve Naroff · 16 years ago
  96. ef20c11 Fixed 80 col. violation. by Ted Kremenek · 16 years ago
  97. 2cd65c8 Renamed RValueMayEqualSet to RValueDisjunctiveEqual. by Ted Kremenek · 16 years ago
  98. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 16 years ago
  99. da46f3b First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 16 years ago
  100. 14dd98a Factor a complex predicate out to a helper method. by Chris Lattner · 16 years ago