1. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 17 years ago
  2. c21d9e4 Fix PR1936, a crash on malformed #if. Thanks to Neil for noticing this! by Chris Lattner · 17 years ago
  3. 9e18d3e Fix two bugs in bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  4. c62f489 Fix grammar. by Gordon Henriksen · 17 years ago
  5. 09dec59 clarify wording. by Chris Lattner · 17 years ago
  6. a49e1fa by Steve Naroff · 17 years ago
  7. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  8. 397cbf2 Add Ubuntu 7.10 include path. by Lauro Ramos Venancio · 17 years ago
  9. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  10. 5c06a69 by Steve Naroff · 17 years ago
  11. 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  12. 7c39ff7 Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  13. e0e3abc Fix the __SIZE_TYPE__ definition on x86_32. This fixes the alloca.c (wget 1.10.2) compilation. by Lauro Ramos Venancio · 17 years ago
  14. af57b46 Fixed comment. by Fariborz Jahanian · 17 years ago
  15. 20ebf8f by Steve Naroff · 17 years ago
  16. 452b899 Patch to replace #import with #include. by Fariborz Jahanian · 17 years ago
  17. a15c15a Add Basic/Targets.cpp to the Xcode project... by Steve Naroff · 17 years ago
  18. 9a75f8a by Steve Naroff · 17 years ago
  19. a46b759 Assert that the type of the cast is equal to the _unqualified_ type of the subexpression. Fixes a problem spotted by Nuno Lopes. by Anders Carlsson · 17 years ago
  20. b4b2f0c Insert #pragma once when rewriting a header file. by Fariborz Jahanian · 17 years ago
  21. f84469b Fixed bug in 'GetBinding' when doing the lookup of stored values. We now by Ted Kremenek · 17 years ago
  22. 2a9da9c Fixed bug in 'LiveVariables' analysis where we incorrectly marked a variable by Ted Kremenek · 17 years ago
  23. d3cd1e5 by Steve Naroff · 17 years ago
  24. 51f5499 Changed DataflowSolver to always associated recorded dataflow values with by Ted Kremenek · 17 years ago
  25. 8694674 Modified the notion of "Block-level expressions" in CFGs to include Stmt*. This by Ted Kremenek · 17 years ago
  26. 7c453b3 Don't ICE on missing interface declaration when declaring one of its protocols. by Fariborz Jahanian · 17 years ago
  27. 2c0f01a by Steve Naroff · 17 years ago
  28. 79649df Added support to dataflow solver to (when requested) also record dataflow by Ted Kremenek · 17 years ago
  29. eed5058 Match change in EmitCallExpr by Nate Begeman · 17 years ago
  30. 104a8c0 Fix for EmitCallExpr changed in OverloadExpr patch by Nate Begeman · 17 years ago
  31. 32e97b6 Fixed typo introduced by r46133 that caused -Wfloat-equal to break. by Ted Kremenek · 17 years ago
  32. 5e2b609 Removed FindDeclRef, and used Expr::IgnoreParens instead (code refactoring). by Ted Kremenek · 17 years ago
  33. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  34. faf5e77 Renamed getSynthesizedSelectorSize to getSynthesizedMethodSize. Compute method name by Fariborz Jahanian · 17 years ago
  35. 4e99a5f Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. by Ted Kremenek · 17 years ago
  36. 847794a Computed length of a __func__ identifier used in an objective-c method correctly, by Fariborz Jahanian · 17 years ago
  37. 4259955 Ignore --param by Seo Sanghyeon · 17 years ago
  38. e00fe3f Added some experimental optimizations to remove dead values from the state. by Ted Kremenek · 17 years ago
  39. 1b4a622 by Steve Naroff · 17 years ago
  40. 494783a by Steve Naroff · 17 years ago
  41. 67c49e8 by Steve Naroff · 17 years ago
  42. e3d7c24 Changed sorting criteria for DSPtr to put sub-expressions first in the value by Ted Kremenek · 17 years ago
  43. b3d2dca Changed sorting criteria for DSPtr to sort Decl* before Expr*, and by Ted Kremenek · 17 years ago
  44. ca3e857 IntegerLiterals are no longer evaluated to create separate nodes; their by Ted Kremenek · 17 years ago
  45. 95b3f6f Fixed bug where we performed addition instead of subtraction during by Ted Kremenek · 17 years ago
  46. 160760e Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly by Ted Kremenek · 17 years ago
  47. aa66a32 Added initial graph visualization support for the GRConstants analysis. by Ted Kremenek · 17 years ago
  48. 1501c82 Fixed invalid typedefs in the root and eop iterators for ExplodedGraph. by Ted Kremenek · 17 years ago
  49. 0525a4f Added support from retrieving stored values to variables. by Ted Kremenek · 17 years ago
  50. 1ccd31c Added support for assignments in GRConstants. by Ted Kremenek · 17 years ago
  51. 22f0d97 Fixed bug where GRConstants::AddBindings() did not check for values by Ted Kremenek · 17 years ago
  52. a5a1ef4 Fixed bug in cleanup of nodes in ExplodedNodeImpl where we should directly by Ted Kremenek · 17 years ago
  53. 1e0a390 Move promoteExprToType from being a static method in SemaExpr.cpp to being by Chris Lattner · 17 years ago
  54. 20dabe8 add accessors to switchstmt. by Chris Lattner · 17 years ago
  55. b365b70 Fixed broken bitmasking in the ctor of ProgramPoint. by Ted Kremenek · 17 years ago
  56. faa5b48 Added missing call to the checker's Initialize() method in the alternate by Ted Kremenek · 17 years ago
  57. b2d763a Added missing ctor to ExplodedGraph. by Ted Kremenek · 17 years ago
  58. 5e2fa75 Fixed incorrect pointer mask. by Ted Kremenek · 17 years ago
  59. a453255 Shortened driver option for running the GR-constants analysis to --grconstants. by Ted Kremenek · 17 years ago
  60. 1f3722b Add missing header file for GRConstants analysis. by Ted Kremenek · 17 years ago
  61. ee98546 Hooked up the GRConstants analysis to the driver. by Ted Kremenek · 17 years ago
  62. 3c6c672 More cleanups in DoStmt. The NodeSets are now vectors instead of sets, since by Ted Kremenek · 17 years ago
  63. 837618c by Steve Naroff · 17 years ago
  64. 9849185 Adjusted DSPtr::Profile method again, since my last patch broke the build. by Ted Kremenek · 17 years ago
  65. ed371ce Changed 'Profile' method for DSPtr to incorporate the flags from the by Ted Kremenek · 17 years ago
  66. cb448ca Renamed some internal classes for the GR-Constant Propagation analysis. by Ted Kremenek · 17 years ago
  67. b586cce Typo. by Fariborz Jahanian · 17 years ago
  68. e8d1c05 Added support for rewriting of continue/break statements inside ObjC2's foreach-stmt. by Fariborz Jahanian · 17 years ago
  69. d27f816 Added skeleton implementation of new constant-prop. analysis using by Ted Kremenek · 17 years ago
  70. 4992b73 Added ctor to GRNodeBuilder. by Ted Kremenek · 17 years ago
  71. dfb9bbb by Steve Naroff · 17 years ago
  72. 02f62a9 by Steve Naroff · 17 years ago
  73. b1a17ae avoid pasting L + "foo" into L"foo". by Chris Lattner · 17 years ago
  74. fdc0d3c avoid token pasting between identifiers and wide strings: by Chris Lattner · 17 years ago
  75. 96d2c43 by Steve Naroff · 17 years ago
  76. 4cdec1c by Steve Naroff · 17 years ago
  77. 425c08c Removed implicit transitions to a "BlockExit" location; we now handle by Ted Kremenek · 17 years ago
  78. 3bf49e3 Removed mutation of CFGBlock through operator[]. For now the underlying ASTs, by Ted Kremenek · 17 years ago
  79. 14f3f1b by Steve Naroff · 17 years ago
  80. f24af5b Added prototype implementation of path-sens. analysis core engine. by Ted Kremenek · 17 years ago
  81. be7a7d6 Added operator[] for CFGBlock. This provides random access to the statements by Ted Kremenek · 17 years ago
  82. 21dd821 Fix build issue on cygwin, patch by Sam Bishop by Chris Lattner · 17 years ago
  83. 3f0c5ad Teach Type::isIntegerType() about GCC's __complex__ integer extensions... by Steve Naroff · 17 years ago
  84. adbbd0c by Steve Naroff · 17 years ago
  85. 86d1777 Cleaned up comment. by Ted Kremenek · 17 years ago
  86. 95b1a90 Cleaned up comment. by Ted Kremenek · 17 years ago
  87. 34bc18b When serializing CompoundLiteralExpr, serialize out the file scope flag before by Ted Kremenek · 17 years ago
  88. e9b1219 by Steve Naroff · 17 years ago
  89. 5d54803 Removed 'inline' keywords from methods now defined in ExplodedGraph.cpp. by Ted Kremenek · 17 years ago
  90. bdd30c2 Change uses of std::cerr/std::cout to llvm::Lcerr/llvm::cout, and remove by Ted Kremenek · 17 years ago
  91. aa58f00 by Steve Naroff · 17 years ago
  92. 5797120 _asm is another valid alias for asm. by Anders Carlsson · 17 years ago
  93. e4707ff Add codegen upport for implicit casts to aggregate exprs. by Anders Carlsson · 17 years ago
  94. d9028b7 add a note by Chris Lattner · 17 years ago
  95. 1adb883 Fix ASTContext::typesAreCompatible when analyzing a function type with by Chris Lattner · 17 years ago
  96. aaffbf7 by Steve Naroff · 17 years ago
  97. 08f1967 Change Sema::CheckAddressOfOperation() to respect C99-only addressof rules. by Steve Naroff · 17 years ago
  98. d880c18 Moved destructor logic of templated class ExplodedGraph to non-templated by Ted Kremenek · 17 years ago
  99. 90e2280 Added node cleanup to dstor of ExplodedGraph. by Ted Kremenek · 17 years ago
  100. 9eb49a4 Created ExplodedGraph.cpp and moved most method implementations of by Ted Kremenek · 17 years ago