1. b9c31f0 For now, --grsimple skips analyzing functions in header files. by Ted Kremenek · 17 years ago
  2. 9dca062 --grsimple now reports the number of nodes in the ExplodedGraph for by Ted Kremenek · 17 years ago
  3. cb33093 Running -grsimple now emits diagnostics about the time spent analyzing each function. Will by Ted Kremenek · 17 years ago
  4. d55fe52 Added --grsimple-view option to clang driver; this is the same as by Ted Kremenek · 17 years ago
  5. e01c987 Renamed GRConstants => GRSimpleVals. by Ted Kremenek · 17 years ago
  6. dfab6cb Put back the top-level asm code; all tests pass now. by Anders Carlsson · 17 years ago
  7. 3f9424f Back out 46855 for now, it causes test failures on Darwin. by Anders Carlsson · 17 years ago
  8. 61900f0 Handle top-level asm declarations. by Anders Carlsson · 17 years ago
  9. 19227e3 Added proof-of-concept NULL pointer diagnostics to GRConstants. by Ted Kremenek · 17 years ago
  10. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 17 years ago
  11. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 17 years ago
  12. d86e6bc rewrite some of the type refinement code to eliminate dangling pointers by Chris Lattner · 17 years ago
  13. bffaa83 Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 17 years ago
  14. cb48b9c Driver now passes the top-level FunctionDecl* to GRConstants. by Ted Kremenek · 17 years ago
  15. 874d63f Added passing "ASTContext" to both GREngine and GRConstants. by Ted Kremenek · 17 years ago
  16. ee98546 Hooked up the GRConstants analysis to the driver. by Ted Kremenek · 17 years ago
  17. c6fdc34 Add first pieces of support for parsing and representing by Chris Lattner · 17 years ago
  18. 4b1daf0 Fix some 80 col violations by Chris Lattner · 17 years ago
  19. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 17 years ago
  20. a526c5c Substituted all instances of the string "Objc" for "ObjC". This fixes by Ted Kremenek · 17 years ago
  21. ef5a85d Refactor the decl printer, patch by Mike Stump! by Chris Lattner · 17 years ago
  22. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  23. 4c92b43 Make output files binary mode for -emit-llvm-bc by Christopher Lamb · 17 years ago
  24. 396f9fe Almost the best possible handling of stdin/stdout for llvm-emit-bc! by Christopher Lamb · 17 years ago
  25. 8bd848f Better handing of stdin/stdout for -emit-llvm-bc by Christopher Lamb · 17 years ago
  26. 2d6c065 Allow bitcode output to be redirected to stdout. by Christopher Lamb · 17 years ago
  27. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 17 years ago
  28. cf6e41b Directory restructing of Analysis files. by Ted Kremenek · 17 years ago
  29. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  30. 5411772 Created initial implementation of "BuildSerializer", and ASTConsumer by Ted Kremenek · 17 years ago
  31. f06c928 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 17 years ago
  32. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  33. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  34. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  35. 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 17 years ago
  36. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  37. 77cda50 Moved TranslationUnit from Driver to AST library. by Ted Kremenek · 17 years ago
  38. 3821d40 Changed -serialize-ast to not create a temporary directory, but instead by Ted Kremenek · 17 years ago
  39. 0404cd8 Set target data layout info in module. by Chris Lattner · 17 years ago
  40. a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 17 years ago
  41. be6df08 more cleanups changing things like getInstanceVariables to iterators. by Chris Lattner · 17 years ago
  42. ab4c4d5 resolve some fixmes and clean up some code by eliminating the get*Vars apis to some classes and use iterators instead. by Chris Lattner · 17 years ago
  43. 7a9d49f Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now by Ted Kremenek · 17 years ago
  44. 0d6ca11 Fix an ast-print/ast-dump bug. by Chris Lattner · 17 years ago
  45. fb97b03 Warn about unsupported codegen with the diags machinery, giving us: by Chris Lattner · 17 years ago
  46. 1f64432 by Steve Naroff · 17 years ago
  47. ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 17 years ago
  48. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 17 years ago
  49. 1b5a4bd Migrated static functions that print decls into a DeclPrinter class, by Ted Kremenek · 17 years ago
  50. 91578f3 by Steve Naroff · 17 years ago
  51. aaa3cf8 Fix regression with ObjC method definitions and -ast-print by Steve Naroff · 17 years ago
  52. a36c486 Clean up types, removing some casts. Patch contributed by Cedric Venet. by Chris Lattner · 17 years ago
  53. 0330071 by Steve Naroff · 17 years ago
  54. db8f3d3 pretty priting for method definitions. by Fariborz Jahanian · 17 years ago
  55. 82a5fe3 Patch for objc2's property ASTs, as well as pretty-priting the ASTs. by Fariborz Jahanian · 17 years ago
  56. 7a4718e Take 2. by Devang Patel · 17 years ago
  57. e03cd7b temporarily revert devang's patch to link in the llvm codegen etc. by Chris Lattner · 17 years ago
  58. f767e21 Make target info available to clang code generator. by Devang Patel · 17 years ago
  59. edcfb42 Pretty printing for ivar list of an interface block. by Fariborz Jahanian · 17 years ago
  60. 8de2826 by Steve Naroff · 17 years ago
  61. 243b64b This patch implementa objective-c's @compatibilty-alias declaration. by Fariborz Jahanian · 17 years ago
  62. e37882a Added a new class for Interfaces qualified by protocol list. by Fariborz Jahanian · 17 years ago
  63. ab0aeb0 Several small patches to do pretty printing for objective-c top-level decls by Fariborz Jahanian · 17 years ago
  64. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 17 years ago[Renamed (97%) from Driver/ASTStreamers.cpp]
  65. 2204ec1 add a missing ; by Chris Lattner · 17 years ago
  66. 9fa5e65 stub out some printing of objc decls. by Chris Lattner · 17 years ago
  67. 11e7218 Migrated LiveVariables and UninitializedVariables to now use the by Ted Kremenek · 17 years ago
  68. fdd225e Further refactored DataflowSolver. Now most code for the solver is shared by Ted Kremenek · 17 years ago
  69. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 17 years ago
  70. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 17 years ago
  71. 1225966 Removed check for NULL CFG. Bad CFGs will fire an assertion failure by Ted Kremenek · 17 years ago
  72. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 17 years ago
  73. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 17 years ago
  74. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 17 years ago
  75. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 17 years ago
  76. 8e74c93 by Steve Naroff · 17 years ago
  77. b800dc2 make the sourcemgr available through ASTContext. by Chris Lattner · 17 years ago
  78. 2bd42fa Some small tweaks to the recent Objc support... by Steve Naroff · 17 years ago
  79. c0576ca Fixed LiveVariables to no longer track the liveness of function pointers by Ted Kremenek · 17 years ago
  80. 567a7e6 -check-dead-stores now no longer prints out the function declarations by Ted Kremenek · 17 years ago
  81. 74bf2c9 Refactored driver options that perform analyses/work over CFGs to use by Ted Kremenek · 17 years ago
  82. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 17 years ago
  83. 27b07c5 LiveVariables: by Ted Kremenek · 17 years ago
  84. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 17 years ago
  85. 0c727a3 Allow a SourceManager to optionally be passed into Stmt::dump by Chris Lattner · 17 years ago
  86. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 17 years ago
  87. 70c8b2e Make parse-ast-print print the storage class and inline specifier of functions. by Chris Lattner · 17 years ago
  88. 026473c Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have more consistent capitalization. by Ted Kremenek · 17 years ago
  89. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 17 years ago
  90. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 17 years ago
  91. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 17 years ago