1. e01c987 Renamed GRConstants => GRSimpleVals. by Ted Kremenek · 18 years ago
  2. 19227e3 Added proof-of-concept NULL pointer diagnostics to GRConstants. by Ted Kremenek · 18 years ago
  3. 8ee3c03 move the codegen ASTConsumer out of the driver into libcodegen, by Chris Lattner · 18 years ago
  4. e66b65c pull .ll and .bc writing out of the ASTConsumer destructors into some top by Chris Lattner · 18 years ago
  5. b4b2f0c Insert #pragma once when rewriting a header file. by Fariborz Jahanian · 18 years ago
  6. ee98546 Hooked up the GRConstants analysis to the driver. by Ted Kremenek · 18 years ago
  7. e603df4 Added most of the boilerplate to the driver needed to run the graph-reachability by Ted Kremenek · 18 years ago
  8. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  9. fe947ad Implement -emit-llvm-bc option by Seo Sanghyeon · 18 years ago
  10. f06c928 Split serialization ASTConsumers into two consumers: SingleFileSerializer and by Ted Kremenek · 18 years ago
  11. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 18 years ago
  12. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 18 years ago
  13. 3910c7c Moved generation of the name of the serialized AST file into by Ted Kremenek · 18 years ago
  14. a1fa3a1 Implemented -serialize-ast option for the driver. This is not really tested by Ted Kremenek · 18 years ago
  15. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 18 years ago
  16. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 18 years ago
  17. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 18 years ago
  18. e365c50 pass diagnostics into the rewrite test client. by Chris Lattner · 18 years ago
  19. ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 18 years ago
  20. 45e8cbd Implement support for -fwritable-strings and make the code generator by Chris Lattner · 18 years ago
  21. 1b5a4bd Migrated static functions that print decls into a DeclPrinter class, by Ted Kremenek · 18 years ago
  22. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 18 years ago
  23. 77cd2a0 add scafolding to play around with and bring up the code rewriter. by Chris Lattner · 18 years ago
  24. 97e8b6f Rename ASTStreamers.* -> ASTConsumers.* by Chris Lattner · 18 years ago[Renamed (78%) from Driver/ASTStreamers.h]
  25. 80de08f Added support to clang driver to view ASTs using GraphViz. This by Ted Kremenek · 18 years ago
  26. 2bf5514 UninitialuzedValues now only tracks BlockVarDecls; obviating false positives with by Ted Kremenek · 18 years ago
  27. 580980b switch the llvm emitter to ASTConsumer interface. by Chris Lattner · 18 years ago
  28. c0508f9 switch the various CFG-based stuff over to using ASTConsumer interface, by Chris Lattner · 18 years ago
  29. 3d4997d convert ast printer and dumper ocver to ASTConsumer interface, by Chris Lattner · 18 years ago
  30. 556beb7 add a new ASTConsumer consumer to simplify stuff in the driver. by Chris Lattner · 18 years ago
  31. 055c275 Added "Dead Stores", a flow-sensitive checker that checks for stores by Ted Kremenek · 18 years ago
  32. e4e6334 Added an early implementation of Live-Variables analysis built on by Ted Kremenek · 18 years ago
  33. 7dba860 Added GraphTraits to source-level CFGs (CFG and CFGBlock) to allow by Ted Kremenek · 18 years ago
  34. fddd518 Added CFG infrastructure (CFG.cpp and CFG.h) for clang ASTs. by Ted Kremenek · 18 years ago
  35. 6000dac add a new AST dumper interface (E->dump()). This dumps out by Chris Lattner · 18 years ago
  36. 5f016e2 Stage two of getting CFE top correct. by Reid Spencer · 18 years ago