1. 7dd0bd4 by Steve Naroff · 17 years ago
  2. 0113c9d by Steve Naroff · 17 years ago
  3. 578edc6 by Steve Naroff · 17 years ago
  4. e988bc2 Make -o work with -E, patch contributed by Shantonu Sen! by Chris Lattner · 17 years ago
  5. 84005b4 Tweaks to EmitLValue in CGExprConstant. Patch by Eli Friedman. by Anders Carlsson · 17 years ago
  6. e3d3b7d Add CodeGen for AddrOf in constant initializers. Original patch by Eli Friedman. by Anders Carlsson · 17 years ago
  7. 3b1d57b Factor out the constant generation into its own file. by Anders Carlsson · 17 years ago
  8. 33d4aab Added back logic in patch r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) with the addition of by Ted Kremenek · 17 years ago
  9. 5c1e262 Implemented transfer function for '/='. by Ted Kremenek · 17 years ago
  10. cc1c365 Further refactoring of transfer functions by having APSIntSetOp take by Ted Kremenek · 17 years ago
  11. e2dcd78 Reverting r46361 (http://llvm.org/viewvc/llvm-project?rev=46361&view=rev) until by Ted Kremenek · 17 years ago
  12. 5ee4ff8 Renamed RValueDisjunctiveEqual to RValEqualityORSet. by Ted Kremenek · 17 years ago
  13. d6326c6 by Steve Naroff · 17 years ago
  14. ef20c11 Fixed 80 col. violation. by Ted Kremenek · 17 years ago
  15. 2cd65c8 Renamed RValueMayEqualSet to RValueDisjunctiveEqual. by Ted Kremenek · 17 years ago
  16. 5c74942 Add support for dispatching an objc message to a variable by Chris Lattner · 17 years ago
  17. da46f3b First half of a fix for the "objc message send in initializer" bug. This only by Chris Lattner · 17 years ago
  18. 14dd98a Factor a complex predicate out to a helper method. by Chris Lattner · 17 years ago
  19. bf75538 fix isIntegerConstantExpr evaluation of unary !. by Chris Lattner · 17 years ago
  20. 699b661 split the second half of ParseObjCMessageExpression into a new by Chris Lattner · 17 years ago
  21. 5ac87ed remove an implemented todo by Chris Lattner · 17 years ago
  22. 7accba0 When adding assignment expressions to the set of block-level expressions, only by Ted Kremenek · 17 years ago
  23. 1dad5b2 Diagnose bad receiver type. by Fariborz Jahanian · 17 years ago
  24. 96b99f7 Implement -print-prog-name. Patch by Nuno Lopes. by Seo Sanghyeon · 17 years ago
  25. d47d4f5 Support checking and codegen of constant vector globals by Nate Begeman · 17 years ago
  26. a996033 by Steve Naroff · 17 years ago
  27. 0cbc215 Fix a bug recovering from broken code with a goto that Eli reported. by Chris Lattner · 17 years ago
  28. 09cf90f Change the location we return for the EOF token to actually be on the last by Chris Lattner · 17 years ago
  29. 1309992 Don't add an extra line to the end of the buffer, it doesn't really exist. by Chris Lattner · 17 years ago
  30. f13794e Some minor restructuring around LValue and RValue types. The value "kind" by Ted Kremenek · 17 years ago
  31. 9412d68 by Steve Naroff · 17 years ago
  32. 565256e enum value name change. by Ted Kremenek · 17 years ago
  33. 9ff731d More cleanups to pretty-printing of states in GraphViz output. by Ted Kremenek · 17 years ago
  34. 9de04c4 Added transfer function for DeclStmt. by Ted Kremenek · 17 years ago
  35. 5c1b996 Adjusted storage of values for Stmt* so that we need only query if by Ted Kremenek · 17 years ago
  36. daadf45 Fixed a bug where the values of block-level expressions were being recorded in by Ted Kremenek · 17 years ago
  37. e0cf9c8 Minor tweaks in the transfer functions for pre- and post- ++/-- where by Ted Kremenek · 17 years ago
  38. dacbb4f Added support for unary operator '-' for equality sets. by Ted Kremenek · 17 years ago
  39. 7b8009a Added transfer functions for pre- and post- increment/decrement operators. by Ted Kremenek · 17 years ago
  40. 874d63f Added passing "ASTContext" to both GREngine and GRConstants. by Ted Kremenek · 17 years ago
  41. 671c9e8 Minor tweak in GetValue to avoid an extra check for ParenExprs. by Ted Kremenek · 17 years ago
  42. 2eafd0e Implemented value tracking support for '*' and '*='. by Ted Kremenek · 17 years ago
  43. b4ae33f Implemented value tracking support for '+=' and '-='. by Ted Kremenek · 17 years ago
  44. d3c25dd add some assertions so that the rewriter dies violently with a useful by Chris Lattner · 17 years ago
  45. 8cc09d5 Removed extra GraphViz node attributes for GRConstants, as some of them were by Ted Kremenek · 17 years ago
  46. 803c9ed some prettying of the GraphViz visualization of GRConstants analysis results. by Ted Kremenek · 17 years ago
  47. 7da8d94 Fixed a nasty bug which took a while to come up with a test case, by Fariborz Jahanian · 17 years ago
  48. ab2b8c5 Major "architectural" changes to the GRConstants analysis. We now reason about by Ted Kremenek · 17 years ago
  49. 116a4b1 add support for -Wundef. by Chris Lattner · 17 years ago
  50. 269b10d Missing ObjC stuff. Patch by Mike Stump. by Fariborz Jahanian · 17 years ago
  51. 7d6b46d Problem with ObjC's type-encoding of nested structs causing infinit recursion. by Fariborz Jahanian · 17 years ago
  52. 6553982 Fix a typo. by Lauro Ramos Venancio · 17 years ago
  53. a0c5d0e Implement bitfield write. by Lauro Ramos Venancio · 17 years ago
  54. 3b8c22d Implement bitfield read. by Lauro Ramos Venancio · 17 years ago
  55. c21d9e4 Fix PR1936, a crash on malformed #if. Thanks to Neil for noticing this! by Chris Lattner · 17 years ago
  56. 9e18d3e Fix two bugs in bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  57. c62f489 Fix grammar. by Gordon Henriksen · 17 years ago
  58. 09dec59 clarify wording. by Chris Lattner · 17 years ago
  59. a49e1fa by Steve Naroff · 17 years ago
  60. ca10730 Sema::CheckInitializerTypes(). Start simpliying and cleaning up... by Steve Naroff · 17 years ago
  61. 397cbf2 Add Ubuntu 7.10 include path. by Lauro Ramos Venancio · 17 years ago
  62. 2338d58 Elimate bogus warning when va_start is correctly used in a method. by Fariborz Jahanian · 17 years ago
  63. 5c06a69 by Steve Naroff · 17 years ago
  64. 2c46ce8 Simplify the bitfield codegen. by Lauro Ramos Venancio · 17 years ago
  65. 7c39ff7 Synthesize methods with va-arg list correctly. by Fariborz Jahanian · 17 years ago
  66. 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
  67. af57b46 Fixed comment. by Fariborz Jahanian · 17 years ago
  68. 20ebf8f by Steve Naroff · 17 years ago
  69. 452b899 Patch to replace #import with #include. by Fariborz Jahanian · 17 years ago
  70. a15c15a Add Basic/Targets.cpp to the Xcode project... by Steve Naroff · 17 years ago
  71. 9a75f8a by Steve Naroff · 17 years ago
  72. 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
  73. b4b2f0c Insert #pragma once when rewriting a header file. by Fariborz Jahanian · 17 years ago
  74. f84469b Fixed bug in 'GetBinding' when doing the lookup of stored values. We now by Ted Kremenek · 17 years ago
  75. 2a9da9c Fixed bug in 'LiveVariables' analysis where we incorrectly marked a variable by Ted Kremenek · 17 years ago
  76. d3cd1e5 by Steve Naroff · 17 years ago
  77. 51f5499 Changed DataflowSolver to always associated recorded dataflow values with by Ted Kremenek · 17 years ago
  78. 8694674 Modified the notion of "Block-level expressions" in CFGs to include Stmt*. This by Ted Kremenek · 17 years ago
  79. 7c453b3 Don't ICE on missing interface declaration when declaring one of its protocols. by Fariborz Jahanian · 17 years ago
  80. 2c0f01a by Steve Naroff · 17 years ago
  81. 79649df Added support to dataflow solver to (when requested) also record dataflow by Ted Kremenek · 17 years ago
  82. eed5058 Match change in EmitCallExpr by Nate Begeman · 17 years ago
  83. 104a8c0 Fix for EmitCallExpr changed in OverloadExpr patch by Nate Begeman · 17 years ago
  84. 32e97b6 Fixed typo introduced by r46133 that caused -Wfloat-equal to break. by Ted Kremenek · 17 years ago
  85. 5e2b609 Removed FindDeclRef, and used Expr::IgnoreParens instead (code refactoring). by Ted Kremenek · 17 years ago
  86. e2ce1d9 Implement basic overload support via a new builtin, __builtin_overload. by Nate Begeman · 17 years ago
  87. faf5e77 Renamed getSynthesizedSelectorSize to getSynthesizedMethodSize. Compute method name by Fariborz Jahanian · 17 years ago
  88. 4e99a5f Added method Expr::IgnoreParens(), which returns the first non-ParenExpr Expr*. by Ted Kremenek · 17 years ago
  89. 847794a Computed length of a __func__ identifier used in an objective-c method correctly, by Fariborz Jahanian · 17 years ago
  90. 4259955 Ignore --param by Seo Sanghyeon · 17 years ago
  91. e00fe3f Added some experimental optimizations to remove dead values from the state. by Ted Kremenek · 17 years ago
  92. 1b4a622 by Steve Naroff · 17 years ago
  93. 494783a by Steve Naroff · 17 years ago
  94. 67c49e8 by Steve Naroff · 17 years ago
  95. e3d7c24 Changed sorting criteria for DSPtr to put sub-expressions first in the value by Ted Kremenek · 17 years ago
  96. b3d2dca Changed sorting criteria for DSPtr to sort Decl* before Expr*, and by Ted Kremenek · 17 years ago
  97. ca3e857 IntegerLiterals are no longer evaluated to create separate nodes; their by Ted Kremenek · 17 years ago
  98. 95b3f6f Fixed bug where we performed addition instead of subtraction during by Ted Kremenek · 17 years ago
  99. 160760e Fixed iterator bug in ExplodedNodeImpl::NodeGroup::end(); we would improperly by Ted Kremenek · 17 years ago
  100. aa66a32 Added initial graph visualization support for the GRConstants analysis. by Ted Kremenek · 17 years ago