1. 456e79d Add support for the 'N' constraint. by Anders Carlsson · 17 years ago
  2. 4f943c2 Pass LangOptions to RewriteTest(). by Steve Naroff · 17 years ago
  3. 15bd799 rewriter tests are darwin specific, don't run them on other platforms. by Chris Lattner · 17 years ago
  4. 8ce68d2 Fix "error: explicit template specialization cannot have a storage class" by Chris Lattner · 17 years ago
  5. 87cf5ac Add some missing #includes for GCC mainline, patch by Shantonu Sen! by Chris Lattner · 17 years ago
  6. 3f91650 Add transfer function support for pointer arithmetic where the by Ted Kremenek · 17 years ago
  7. 5f9e24c add comments about some simple optimizations that may become by Chris Lattner · 17 years ago
  8. 6b88450 implement simple support for arbitrary token lookahead. Change the by Chris Lattner · 17 years ago
  9. 3bbad55 More edge-case handling with using liveness information to prune dead state values. by Ted Kremenek · 17 years ago
  10. 0d093d3 More cleanups with using the liveness analysis to removed dead symbols and by Ted Kremenek · 17 years ago
  11. 512c913 When processing the transfer function for a statement, evaluate by Ted Kremenek · 17 years ago
  12. daa497e Refactored guards for "GRExprEngine::RemoveDeadBindings" directly into the by Ted Kremenek · 17 years ago
  13. 3ce9214 Bug fix in the transfer function for compound assignments: if the value by Ted Kremenek · 17 years ago
  14. efdfa77 Handle the 'n' constraint by Anders Carlsson · 17 years ago
  15. f3dabbd Fix a ted-o by Chris Lattner · 17 years ago
  16. 89413fe Fixed crash where SetBlkExpr would attempt to query the liveness data when by Ted Kremenek · 17 years ago
  17. 7d39d74 improve comment. by Chris Lattner · 17 years ago
  18. 1072509 move PP::LookupFile from PPLexerChange -> PPDirectives.cpp by Chris Lattner · 17 years ago
  19. 4f2d57c Add PPLexerChange.cpp to the project. by Chris Lattner · 17 years ago
  20. 8c32b1a Move a bunch more code out of Preprocessor.cpp into PPLexerChange.cpp by Chris Lattner · 17 years ago
  21. 9b5551d Bug fix: Don't call RemoveDeadBindings more than once (can kill newly generated values to Block-Level Expressions). by Ted Kremenek · 17 years ago
  22. a3b605e split macro expansion support out of Preprocessor.cpp into PPMacroExpansion.cpp by Chris Lattner · 17 years ago
  23. ec9426c Propagate calling convention information to function declarations and CallInst by Nate Begeman · 17 years ago
  24. fde2bf9 rename HandleEndOfMacro -> HandleEndOfTokenLexer by Chris Lattner · 17 years ago
  25. e5c8ffe split the MacroArgs class out of TokenLexer.cpp/h into MacroArgs.cpp/h by Chris Lattner · 17 years ago
  26. 7928125 update documentation by Chris Lattner · 17 years ago
  27. 6cfe759 rename some MacroExpander-related ivars to TokenLexer. by Chris Lattner · 17 years ago
  28. 5d75de0 Rename MacroExpander.cpp/h -> TokenLexer.cpp/h by Chris Lattner · 17 years ago
  29. 1543e9c rename the MacroExpander class to TokenLexer. It handles both by Chris Lattner · 17 years ago
  30. 8d89643 rename MacroTokens -> Tokens. When this is a token stream, there is no macro by Chris Lattner · 17 years ago
  31. d283292 fix clang xcode build by Nate Begeman · 17 years ago
  32. 141e71f split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp by Chris Lattner · 17 years ago
  33. 177b1c7 secondary targets are gone, simplify this. by Chris Lattner · 17 years ago
  34. 6fd9fa1 simplify triple processing code now that there can be only one arch specified. by Chris Lattner · 17 years ago
  35. 0ec8242 be more quiet when building headers. by Chris Lattner · 17 years ago
  36. 9c4bea1 add some comments. by Chris Lattner · 17 years ago
  37. cd4fc42 make float format handling more regular. by Chris Lattner · 17 years ago
  38. 9e9b6dc simplify all the type info accessors in TargeTInfo to return scalars, by Chris Lattner · 17 years ago
  39. f72a443 Fix a fixme by allowing pointers in different address spaces to have by Chris Lattner · 17 years ago
  40. 0eaed12 eliminate the TargetInfoImpl stuff, simplifying the target implementations. by Chris Lattner · 17 years ago
  41. 3901611 eliminate ComputeWCharInfo. by Chris Lattner · 17 years ago
  42. dfbc957 Increased worklist limit for GRSimpleVals. by Ted Kremenek · 17 years ago
  43. ffe0f43 Added --trim-path-graph to the driver to trim paths from the ExplodedGraph by Ted Kremenek · 17 years ago
  44. e97ca06 Improved graph visualization of ExplodedGraphs to include source line and column by Ted Kremenek · 17 years ago
  45. 240f1f0 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 17 years ago
  46. b6789ca Add new test by Nate Begeman · 17 years ago
  47. 440b456 Add fastcall/stdcall attribute support by Nate Begeman · 17 years ago
  48. 4d839b4 Refined divide-by-zero checking to distinguish between must and may by Ted Kremenek · 17 years ago
  49. aa8f976 Patch by Nuno Lopes: by Ted Kremenek · 17 years ago
  50. 843e934 fix typos by Gabor Greif · 17 years ago
  51. 5617fae Fixed mismatched deallocation in GRBlockCounter::Factory::~Factory. by Ted Kremenek · 17 years ago
  52. 2a625bc remove two obsolete tests, not sure why my previous commit didn't commit the removal. by Chris Lattner · 17 years ago
  53. 2fff37e Added boilerplate to execute the CF reference count checker (which isn't yet implemented). by Ted Kremenek · 17 years ago
  54. cb0ab29 Added "CheckerState" field to ValueState. by Ted Kremenek · 17 years ago
  55. 55aea31 Added transfer function support for __builtin_expect. by Ted Kremenek · 17 years ago
  56. 5dc7f8b Small bug fix when handling CallExprs that generate sink nodes. by Ted Kremenek · 17 years ago
  57. f34729a Update vcproj files. by Steve Naroff · 17 years ago
  58. 4bf38da Fixed bug that could case unwanted bifurcation of states when evaluating calls. by Ted Kremenek · 17 years ago
  59. 1aa9a58 Fixed bogus assumption mistakenly introduced in r47955. by Ted Kremenek · 17 years ago
  60. 596f0a1 Fixed a horribly insidious bit-masking bug in the implementation of by Ted Kremenek · 17 years ago
  61. 8ecfc85 Minor cleanups (mainly indentation). by Ted Kremenek · 17 years ago
  62. 98be494 remove the source location arguments to various target query methods. by Chris Lattner · 17 years ago
  63. 631bf6c add analysis source files to project. by Chris Lattner · 17 years ago
  64. 48b3244 Add the various pathsensitive headers to the project. by Chris Lattner · 17 years ago
  65. 1b65343 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 17 years ago
  66. ea45bb2 Reverted patch 47926 for ProgramPoint.h because it is currently buggy. May add back (fixed) later. by Ted Kremenek · 17 years ago
  67. 42e6737 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
  68. 424f671 Added support for ProgramPoints to represent ExplodedNodes in another by Ted Kremenek · 17 years ago
  69. 544f043 move this into the right file. by Chris Lattner · 17 years ago
  70. 330dddd Plug-in transfer function "EvalCall" now takes as an argument the current by Ted Kremenek · 17 years ago
  71. e5f4dcb Cleaned up typedefs involving StateTy so that we always use "StateTy*" instead of StateTy. by Ted Kremenek · 17 years ago
  72. f116bd6 Make GRStmtNodeBuilder only depend on StateTy, and not the type definition by Ted Kremenek · 17 years ago
  73. 5c684c4 Moved implementation of GRExprEngine::Nodify into GRStmtNodeBuilder. This will by Ted Kremenek · 17 years ago
  74. f6f5ef4 Moved GRExprEngine::NodeSet out of GRExprEngine and made it a standalone class: ExplodedNodeSet. by Ted Kremenek · 17 years ago
  75. 243ee47 CallExprs are now no longer block-level expressions in the CFG by construction. by Ted Kremenek · 17 years ago
  76. 65cfb73 Added preliminary transfer function support for references. by Ted Kremenek · 17 years ago
  77. d753f3c For the transfer function for CallExpr, invalidate all arguments by Ted Kremenek · 17 years ago
  78. 365db3b Make intrinsics always_inline. by Anders Carlsson · 17 years ago
  79. fcb092b For the transfer function of DeclStmt, for now initialize the values of by Ted Kremenek · 17 years ago
  80. 7fa6a40 Fixed another obscure node-caching bug. by Ted Kremenek · 17 years ago
  81. 59894f9 Implemented "print" method for ValueState. by Ted Kremenek · 17 years ago
  82. 7b937ae The operand to the visibility attribute is required to be a quoted string, not a bare identifier. by Chris Lattner · 17 years ago
  83. fb79f7c TargetInfo objects now own the TargetInfoImpl objects they refer to. by Ted Kremenek · 17 years ago
  84. 16d8156 Add transfer function support for the default initialization of static by Ted Kremenek · 17 years ago
  85. ed2d2ed Fixed insidious state propagation bug that would sometimes cause the state by Ted Kremenek · 17 years ago
  86. 1e80aa4 Enhanced pretty-printing of undefined-argument errors. by Ted Kremenek · 17 years ago
  87. 69153db move deprecated -> attributes.c by Chris Lattner · 17 years ago
  88. 29d5c3b Temporarily rename mmintrin.h so that it won't clash with the system header. It will be renamed back once the few remaining methods have been implemented. by Anders Carlsson · 17 years ago
  89. 5226755 Fixed subtle caching bug in ExplodedGraph that would cause some nodes to by Ted Kremenek · 17 years ago
  90. 37958ee Add mmintrin.h header by Anders Carlsson · 17 years ago
  91. 3465fb3 Only allow a "noreturn" attribute to be affixed to a FunctionDecl. by Ted Kremenek · 17 years ago
  92. 6d43959 Added TODO. by Ted Kremenek · 17 years ago
  93. a1354a5 Added FIXME. by Ted Kremenek · 17 years ago
  94. 15f3622 The attribute nothrow maps to llvm attribute nounwind. Fix testcase. by Gabor Greif · 17 years ago
  95. 7a03452 Chris added this testcase with r47837. The mail only shows one todo-warning but I see 3. Strangeness. Correcting lines 16 and 24. by Gabor Greif · 17 years ago
  96. 985e182 avoid a warning. by Chris Lattner · 17 years ago
  97. f89e88d fix codegen support for functions that are nothrow and noreturn. by Chris Lattner · 17 years ago
  98. ddee423 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
  99. dcaa096 Find clang headers in the clang headers dir, search it before by Chris Lattner · 17 years ago
  100. 4a308e0 Build the clang headers. by Chris Lattner · 17 years ago