1. 32263ea Add RUN line. by Anders Carlsson · 17 years ago
  2. c07aeea testcase for previous patch. by Chris Lattner · 17 years ago
  3. ed430e9 fix codegen on static variables which have multiple decl nodes. These by Chris Lattner · 17 years ago
  4. 543c7c6 by Steve Naroff · 17 years ago
  5. 30b6d14 by Steve Naroff · 17 years ago
  6. 2c90720 Add trailing newline. by Anders Carlsson · 17 years ago
  7. aba8c57 Only OCU vectors can be splatted. by Anders Carlsson · 17 years ago
  8. 232324e by Steve Naroff · 17 years ago
  9. 397c4ce by Steve Naroff · 17 years ago
  10. 423cc87 by Steve Naroff · 17 years ago
  11. 61aa7f9 For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch) by Ted Kremenek · 17 years ago
  12. 929c77e by Steve Naroff · 17 years ago
  13. 9e1b80d Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago
  14. 8fc5f60 Generate correct code for __builtin_huge_val by Anders Carlsson · 17 years ago
  15. 655694e getPrimaryDecl can return null. by Anders Carlsson · 17 years ago
  16. 4b3db2b It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 17 years ago
  17. 05fd1cc make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
  18. e1b957d Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but by Chris Lattner · 17 years ago
  19. 835cff0 Added back 'CodeGen' to test suite (accidentally removed in my last patch). by Ted Kremenek · 17 years ago
  20. 6e24a80 Implemented casts for ConcreteInt and ConcreteIntLValue. by Ted Kremenek · 17 years ago
  21. 017d65b Fix PR1969. stdin has no FileEntry. by Chris Lattner · 17 years ago
  22. 5f8c609 Implement __builtin_huge_val. by Anders Carlsson · 17 years ago
  23. dfcf69a Don't try to compile .a files. by Anders Carlsson · 17 years ago
  24. c1f8083 Added skeleton for new LValue class ConcereteIntLValue. by Ted Kremenek · 17 years ago
  25. b8a1b04 add some helper methods for removing and replacing text, this makes the by Chris Lattner · 17 years ago
  26. 6216f29 Add a new InsertText method that does the check to see if the insertion was valid. This by Chris Lattner · 17 years ago
  27. 1249968 move a large method out of line by Chris Lattner · 17 years ago
  28. b154837 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
  29. 7219790 Moved RValue code in GRConstants.cpp to RValue.[h,cpp]. by Ted Kremenek · 17 years ago
  30. 098c10a by Steve Naroff · 17 years ago
  31. acedcee Implement review feedback. Use getAsPointerType instead of cast<PointerType>. by Lauro Ramos Venancio · 17 years ago
  32. 2e16060 Fixed misspelling of "LLVM" due to some editor+Ted madness. by Ted Kremenek · 17 years ago
  33. e5db29f Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
  34. 25166a0 Fix a bogus test by Chris Lattner · 17 years ago
  35. c6078c9 Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
  36. 2c02216 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
  37. e78c1ea Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 17 years ago
  38. c48b8e4 Added transfer function support for unary '&' and '*', providing basic by Ted Kremenek · 17 years ago
  39. 2ed959f Make CallExpr::isBuiltinConstantExpr slightly more efficient. by Anders Carlsson · 17 years ago
  40. 44aec4c by Steve Naroff · 17 years ago
  41. e08637b Added 'SymbolicLValue' class to represent LValues whose value is symbolic. by Ted Kremenek · 17 years ago
  42. a9eae58 by Steve Naroff · 17 years ago
  43. 428d39e We now delay adding nodes created by GRBranchNodeBuilder to the analysis by Ted Kremenek · 17 years ago
  44. 9096097 Implemented some branch pruning in GRConstants using != and == for by Ted Kremenek · 17 years ago
  45. 1eaa671 Added method "printTerminator" to CFGBlock so that external clients can by Ted Kremenek · 17 years ago
  46. 1427f36 by Steve Naroff · 17 years ago
  47. 2f04955 getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 17 years ago
  48. c322e17 A pointer to an opaque type is an "opaque type definition". by Lauro Ramos Venancio · 17 years ago
  49. fd44db3 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault by Chris Lattner · 17 years ago
  50. bd881ef Implement first round of feedback on __builtin_overload by Nate Begeman · 17 years ago
  51. f0154e9 Typo. by Fariborz Jahanian · 17 years ago
  52. 53b6f4c by Steve Naroff · 17 years ago
  53. c01aa90 Minor cosmetic cleanups: replaced some integer literals with constants and by Ted Kremenek · 17 years ago
  54. a31965b Add TODO marker so that it is easier to search. by Devang Patel · 17 years ago
  55. 7482070 Ignore __aligned__ with zero arguments in addition to __aligned__ with by Eli Friedman · 17 years ago
  56. 5f5d622 Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 17 years ago
  57. 3328486 Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 17 years ago
  58. 6b79f4e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 17 years ago
  59. bef4756 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
  60. 26a9d92 Eli points out this can only happen for scalar elements. by Chris Lattner · 17 years ago
  61. 61f8977 Be more explicit about what flavors of initlistexpr's we can see. I don't by Chris Lattner · 17 years ago
  62. 006d154 move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. by Chris Lattner · 17 years ago
  63. 261f4ad Make sure to emit all the arguments to a function call. This fixes the by Eli Friedman · 17 years ago
  64. b00247f by Steve Naroff · 17 years ago
  65. 707108b Added method "markInfeasible" to GRBranchNodeBuilder to disable the by Ted Kremenek · 17 years ago
  66. 6ff3cea Implemented more boilerplate in GREngine for processing branches. Now by Ted Kremenek · 17 years ago
  67. 4ecd9bb Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup. by Ted Kremenek · 17 years ago
  68. d72d101 Handle incomplete struct initializer. by Devang Patel · 17 years ago
  69. 499bf41 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
  70. 19fbb10 Added boilerplate logic in GREngine for processing branches. by Ted Kremenek · 17 years ago
  71. 1118e58 Renamed GRNodeBuilder to GRStmtNodeBuilder. by Ted Kremenek · 17 years ago
  72. 32abead Minor fix in transfer function of '!=' where a 'false' literal should by Ted Kremenek · 17 years ago
  73. 33185e6 - Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create(). by Ted Kremenek · 17 years ago
  74. 19072e0 Added preliminary transfer function support for '==' and '!='. by Ted Kremenek · 17 years ago
  75. c9fd4d1 AST for @synchronized. by Fariborz Jahanian · 17 years ago
  76. 577f972 by Steve Naroff · 17 years ago
  77. 993360a Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 17 years ago
  78. 24f3397 Fix a bug where CodeGen would attempt to erase an instruction that was by Eli Friedman · 17 years ago
  79. 4a2d6b7 Added "SymbolManager", which manages the set of symbolic values used by Ted Kremenek · 17 years ago
  80. 52774ad Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
  81. d3df8e7 fix comment typo by Chris Lattner · 17 years ago
  82. e890f4b add diagnostic by Chris Lattner · 17 years ago
  83. fb40954 Fix a bug where we would incorrectly emit a "cannot paste" error by Chris Lattner · 17 years ago
  84. d32157f Use the canonical type when comparing array types so the comparison by Eli Friedman · 17 years ago
  85. a93e51d Improvements to ccc. Patch by Shantonu Sen. by Anders Carlsson · 17 years ago
  86. 98cd0ce Fixed bug where not all dead subexpressions were being pruned from the analysis by Ted Kremenek · 17 years ago
  87. d03aece Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 17 years ago
  88. bbaed75 by Steve Naroff · 17 years ago
  89. cc4855e Handle binary or in constant expressions. by Anders Carlsson · 17 years ago
  90. 544cbe5 Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
  91. 35ab4f9 Correctly handle scalars in braces. by Anders Carlsson · 17 years ago
  92. 2df0262 Added skeleton code for tracking the values of function parameters. by Ted Kremenek · 17 years ago
  93. 7c64741 Driver now passes the top-level FunctionDecl* to GRConstants. by Ted Kremenek · 17 years ago
  94. dec17fe by Steve Naroff · 17 years ago
  95. 8c9bc34 Added RValue class "UninitializedValue". by Ted Kremenek · 17 years ago
  96. 99163e5 Added transfer function logic for "%=" operator. by Ted Kremenek · 17 years ago
  97. 6211331 Added transfer function hookups for "modulo" operator. by Ted Kremenek · 17 years ago
  98. b4ff8a9 Minor tweaking with hierarchy of NonLValue objects: SymbolValue is by Ted Kremenek · 17 years ago
  99. 0922ec8 Some additional cleanups with method names. by Ted Kremenek · 17 years ago
  100. d404c35 by Steve Naroff · 17 years ago