1. 519bee2 update documentation by Chris Lattner · 17 years ago
  2. 5b54ed9 rename some MacroExpander-related ivars to TokenLexer. by Chris Lattner · 17 years ago
  3. 5d097bd Rename MacroExpander.cpp/h -> TokenLexer.cpp/h by Chris Lattner · 17 years ago
  4. 7b9ed9c rename the MacroExpander class to TokenLexer. It handles both by Chris Lattner · 17 years ago
  5. 28c1c9d rename MacroTokens -> Tokens. When this is a token stream, there is no macro by Chris Lattner · 17 years ago
  6. 1826a7f fix clang xcode build by Nate Begeman · 17 years ago
  7. 01ee246 split preprocesor directive handling out of Preprocessor.cpp into Directives.cpp by Chris Lattner · 17 years ago
  8. 85f9e5e secondary targets are gone, simplify this. by Chris Lattner · 17 years ago
  9. f3d79c3 simplify triple processing code now that there can be only one arch specified. by Chris Lattner · 17 years ago
  10. 4bfab95 be more quiet when building headers. by Chris Lattner · 17 years ago
  11. 21f38b0 add some comments. by Chris Lattner · 17 years ago
  12. 3b74cac make float format handling more regular. by Chris Lattner · 17 years ago
  13. fc18dcc simplify all the type info accessors in TargeTInfo to return scalars, by Chris Lattner · 17 years ago
  14. 461a6c5 Fix a fixme by allowing pointers in different address spaces to have by Chris Lattner · 17 years ago
  15. 0fb8d85 eliminate the TargetInfoImpl stuff, simplifying the target implementations. by Chris Lattner · 17 years ago
  16. 0e4ed8e eliminate ComputeWCharInfo. by Chris Lattner · 17 years ago
  17. 6ccc4b3 Increased worklist limit for GRSimpleVals. by Ted Kremenek · 17 years ago
  18. 5e1e05c Added --trim-path-graph to the driver to trim paths from the ExplodedGraph by Ted Kremenek · 17 years ago
  19. 8b41e8c Improved graph visualization of ExplodedGraphs to include source line and column by Ted Kremenek · 17 years ago
  20. 8ad1987 Renamed ValueManager to BasicValueFactory. by Ted Kremenek · 17 years ago
  21. 246e8e8 Add new test by Nate Begeman · 17 years ago
  22. d75d28b Add fastcall/stdcall attribute support by Nate Begeman · 17 years ago
  23. 75f32c6 Refined divide-by-zero checking to distinguish between must and may by Ted Kremenek · 17 years ago
  24. e576941 Patch by Nuno Lopes: by Ted Kremenek · 17 years ago
  25. 2224fcb fix typos by Gabor Greif · 17 years ago
  26. 14d9667 Fixed mismatched deallocation in GRBlockCounter::Factory::~Factory. by Ted Kremenek · 17 years ago
  27. 5197e08 remove two obsolete tests, not sure why my previous commit didn't commit the removal. by Chris Lattner · 17 years ago
  28. 827f93b Added boilerplate to execute the CF reference count checker (which isn't yet implemented). by Ted Kremenek · 17 years ago
  29. f1d8db6 Added "CheckerState" field to ValueState. by Ted Kremenek · 17 years ago
  30. 21581c6 Added transfer function support for __builtin_expect. by Ted Kremenek · 17 years ago
  31. a2822eb Small bug fix when handling CallExprs that generate sink nodes. by Ted Kremenek · 17 years ago
  32. da1dd7e Update vcproj files. by Steve Naroff · 17 years ago
  33. b451dd3 Fixed bug that could case unwanted bifurcation of states when evaluating calls. by Ted Kremenek · 17 years ago
  34. 925b3a9 Fixed bogus assumption mistakenly introduced in r47955. by Ted Kremenek · 17 years ago
  35. 399e901 Fixed a horribly insidious bit-masking bug in the implementation of by Ted Kremenek · 17 years ago
  36. 6d7b801 Minor cleanups (mainly indentation). by Ted Kremenek · 17 years ago
  37. 8cd0e93 remove the source location arguments to various target query methods. by Chris Lattner · 17 years ago
  38. 32de3c4 add analysis source files to project. by Chris Lattner · 17 years ago
  39. fcb2e07 Add the various pathsensitive headers to the project. by Chris Lattner · 17 years ago
  40. 2cc5243 ProgramEdge.h doesn't exist anymore. by Chris Lattner · 17 years ago
  41. cc80f18 Reverted patch 47926 for ProgramPoint.h because it is currently buggy. May add back (fixed) later. by Ted Kremenek · 17 years ago
  42. fc45700 Remove the first layer of support for "portability" warnings. This is by Chris Lattner · 17 years ago
  43. 12839ee Added support for ProgramPoints to represent ExplodedNodes in another by Ted Kremenek · 17 years ago
  44. 296d1c8 move this into the right file. by Chris Lattner · 17 years ago
  45. 3eea8dd Plug-in transfer function "EvalCall" now takes as an argument the current by Ted Kremenek · 17 years ago
  46. c935857 Cleaned up typedefs involving StateTy so that we always use "StateTy*" instead of StateTy. by Ted Kremenek · 17 years ago
  47. bbd18e9 Make GRStmtNodeBuilder only depend on StateTy, and not the type definition by Ted Kremenek · 17 years ago
  48. 65f841f Moved implementation of GRExprEngine::Nodify into GRStmtNodeBuilder. This will by Ted Kremenek · 17 years ago
  49. e788ca9 Moved GRExprEngine::NodeSet out of GRExprEngine and made it a standalone class: ExplodedNodeSet. by Ted Kremenek · 17 years ago
  50. bba39d3 CallExprs are now no longer block-level expressions in the CFG by construction. by Ted Kremenek · 17 years ago
  51. 1d1b6c9 Added preliminary transfer function support for references. by Ted Kremenek · 17 years ago
  52. 769f348 For the transfer function for CallExpr, invalidate all arguments by Ted Kremenek · 17 years ago
  53. a18a0b9 Make intrinsics always_inline. by Anders Carlsson · 17 years ago
  54. 98d093b For the transfer function of DeclStmt, for now initialize the values of by Ted Kremenek · 17 years ago
  55. 65f4030 Fixed another obscure node-caching bug. by Ted Kremenek · 17 years ago
  56. e1cfa99 Implemented "print" method for ValueState. by Ted Kremenek · 17 years ago
  57. e9d83be The operand to the visibility attribute is required to be a quoted string, not a bare identifier. by Chris Lattner · 17 years ago
  58. d507bab TargetInfo objects now own the TargetInfoImpl objects they refer to. by Ted Kremenek · 17 years ago
  59. a6cfcc9 Add transfer function support for the default initialization of static by Ted Kremenek · 17 years ago
  60. ef7ea07 Fixed insidious state propagation bug that would sometimes cause the state by Ted Kremenek · 17 years ago
  61. 4aa5759 Enhanced pretty-printing of undefined-argument errors. by Ted Kremenek · 17 years ago
  62. 41612be move deprecated -> attributes.c by Chris Lattner · 17 years ago
  63. a98b680 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
  64. 547e77f Fixed subtle caching bug in ExplodedGraph that would cause some nodes to by Ted Kremenek · 17 years ago
  65. b4b6fa0 Add mmintrin.h header by Anders Carlsson · 17 years ago
  66. 40b95e5 Only allow a "noreturn" attribute to be affixed to a FunctionDecl. by Ted Kremenek · 17 years ago
  67. c2804c2 Added TODO. by Ted Kremenek · 17 years ago
  68. cda2efd Added FIXME. by Ted Kremenek · 17 years ago
  69. 09c5eab The attribute nothrow maps to llvm attribute nounwind. Fix testcase. by Gabor Greif · 17 years ago
  70. 6a0a1cd 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
  71. 716a054 avoid a warning. by Chris Lattner · 17 years ago
  72. 0b3357e fix codegen support for functions that are nothrow and noreturn. by Chris Lattner · 17 years ago
  73. 402b337 Add a bunch of attributes, patch by Nuno Lopes. by Chris Lattner · 17 years ago
  74. 3ee4a2f Find clang headers in the clang headers dir, search it before by Chris Lattner · 17 years ago
  75. 8400c6c Build the clang headers. by Chris Lattner · 17 years ago
  76. 040e475 Add a makefile to build and install headers. by Chris Lattner · 17 years ago
  77. 65beb51 ignore .ll files by Gabor Greif · 17 years ago
  78. a0fd5ee Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 17 years ago
  79. cbfb551 Add codegen support for ObjC message expressions with the GNU runtime. by Chris Lattner · 17 years ago
  80. b9f54c3 newline at end of file, by David Chisnall by Chris Lattner · 17 years ago
  81. 6b22fb7 character literals have char type in C++ and int type in C. Patch by Chris Lattner · 17 years ago
  82. 4f022a7 Add support for the CPATH, C_INCLUDE_PATH, CPLUS_INCLUDE_PATH, by Chris Lattner · 17 years ago
  83. 9b31f5b Added extra check for calls to functions where we pass undefined values by Ted Kremenek · 17 years ago
  84. 73cf87e Fix http://llvm.org/bugs/show_bug.cgi?id=2103. by Steve Naroff · 17 years ago
  85. 43863eb Add checks for function calls via a function pointer that is NULL, Undefined, by Ted Kremenek · 17 years ago
  86. 4ad64e8 Minor CFG optimization: don't create separate block-level expressions for DeclStmt initializers when the initializer is a literal. by Ted Kremenek · 17 years ago
  87. 62ee3c2 When AST-dumping ObjCMessageExpr, output the selector. by Ted Kremenek · 17 years ago
  88. 70f1624 Fix http://llvm.org/bugs/show_bug.cgi?id=2106. by Steve Naroff · 17 years ago
  89. 9b2e0f9 Fix a crash where PI.TypeInfo has not been filled in case of missing ObjCInterfaceDecl. by Gabor Greif · 17 years ago
  90. 5c6eeb1 "Refinement" of hack to bound loop-traversals: visit any block at a maximum of 3 times along a given path. by Ted Kremenek · 17 years ago
  91. 1b6633d testcase for attr deprecated, by Nuno Lopes. by Chris Lattner · 17 years ago
  92. 2629b88 make include guards more unique. by Chris Lattner · 17 years ago
  93. ee4c3bf Add support for attribute(deprecated), patch by Nuno Lopes! by Chris Lattner · 17 years ago
  94. 3f3a30b Added simple hack to reduce redundant warnings from the checker: by Ted Kremenek · 17 years ago
  95. c2d0720 Added checking for undefined results of '<<' and '>>' (shifting by too many bits, etc.) by Ted Kremenek · 17 years ago
  96. 817b914 Implementation of the first clang-native header, stdbool.h. Comments welcome. by Eli Friedman · 17 years ago
  97. bc565b7 Updated clang webpage to hint at "make update". Also by Gabor Greif · 17 years ago
  98. f4b49df Merged ValueState and ValueStateImpl into just ValueState, with GRExprEngine::StateTy just becoming ValueState*. by Ted Kremenek · 17 years ago
  99. b31af24 Renamed "Uninitialized" -> "Undefined" in path-sensitive value tracking engine. by Ted Kremenek · 17 years ago
  100. 117f186 Added parsing of attributes for functions. by Ted Kremenek · 17 years ago