1. 8fc9ba6 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 17 years ago
  2. 7b6f67b Patch by Csaba Hruska! by Ted Kremenek · 17 years ago
  3. de30073 More #include cleaning by Daniel Dunbar · 17 years ago
  4. cab0b0c Unbreak SerializationTest and the Rewriter by doing the work in HandleTranslationUnit instead of the destructor. by Ted Kremenek · 17 years ago
  5. 842126e Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. by Ted Kremenek · 17 years ago
  6. 01a8b6c Fix the destruction "properly" in the sense that we actually destroy the by Eli Friedman · 17 years ago
  7. 863b01f TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 17 years ago
  8. 6e104ec Call delete on the deserialized TranslationUnit object. by Sam Bishop · 17 years ago
  9. d960610 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 17 years ago
  10. 8b8720f Add some missing #includes for GCC mainline, patch by Shantonu Sen! by Chris Lattner · 17 years ago
  11. 959e5be Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 18 years ago
  12. 0c7cd7a Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 18 years ago
  13. 17861c5 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 18 years ago
  14. d890f6a Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 18 years ago
  15. ab74937 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 18 years ago
  16. eccf070 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 18 years ago
  17. 3a0b28b Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 18 years ago
  18. 177c571 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 18 years ago
  19. 2939b8a Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 18 years ago
  20. 923de59 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 18 years ago
  21. 8b61b3b Implemented serialization of TargetInfo. by Ted Kremenek · 18 years ago
  22. a8a6a48 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 18 years ago
  23. 430aee6 Only serialize top-level decls that appear at the head of a decl chain. by Ted Kremenek · 18 years ago
  24. 09a0cef Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs by Ted Kremenek · 18 years ago
  25. be2ea3b Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 18 years ago
  26. b3b2597 Modified --test-pickling to perform an actual cross-check of serialized ASTs: by Ted Kremenek · 18 years ago
  27. 286333d SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 18 years ago
  28. ea5bfc7 Added pretty-printing of statements during serialization. by Ted Kremenek · 18 years ago
  29. 9dcb288 Modifed the test serialization driver to... by Ted Kremenek · 18 years ago
  30. ccc2474 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 18 years ago
  31. 9f5f39a Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 18 years ago
  32. 1e049d2 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 18 years ago
  33. 47916ee In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 18 years ago
  34. ce797d9 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 18 years ago
  35. 634cadf Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 18 years ago
  36. ff08d2c Updated VC++ build system. by Hartmut Kaiser · 18 years ago
  37. b3e6563 Fix the build. by Anders Carlsson · 18 years ago
  38. 221bb8d Started work on clang object serialization. Experimental by Ted Kremenek · 18 years ago