1. 26fb272 [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that by Daniel Dunbar · 16 years ago
  2. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  3. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  4. e452e0f Unbreak SerializationTest and the Rewriter by doing the work in HandleTranslationUnit instead of the destructor. by Ted Kremenek · 16 years ago
  5. e7d07d1 Moved LangOptions from TranslationUnit to ASTContext. This induced a variety of cleanups in some ASTConsumers. by Ted Kremenek · 16 years ago
  6. 5f1adf8 Fix the destruction "properly" in the sense that we actually destroy the by Eli Friedman · 16 years ago
  7. c1e9dea TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects by Ted Kremenek · 16 years ago
  8. 4ccea1a Call delete on the deserialized TranslationUnit object. by Sam Bishop · 16 years ago
  9. 35de512 Update to match simplified llvm MemoryBuffer interfaces for files. by Chris Lattner · 16 years ago
  10. 87cf5ac Add some missing #includes for GCC mainline, patch by Shantonu Sen! by Chris Lattner · 17 years ago
  11. 0bc735f Don't attribute in file headers anymore. See llvmdev for the by Chris Lattner · 17 years ago
  12. ee53364 Converted uses of scoped_ptr to OwningPtr. by Ted Kremenek · 17 years ago
  13. 95041a2 Interned MainFileID within SourceManager. Since SourceManager is referenced by by Ted Kremenek · 17 years ago
  14. fdfc198 Removed "SourceFile" from TranslationUnit. This same information will (soon) by Ted Kremenek · 17 years ago
  15. 63ea863 Removed storing inode and device number in TranslationUnit. by Ted Kremenek · 17 years ago
  16. dca2927 Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them by Ted Kremenek · 17 years ago
  17. 525fdbc Fixed broken includes introduced by recent (incomplete) patch to by Ted Kremenek · 17 years ago
  18. 3553766 Converted SerializationTest (--test-pickling) to use the new TranslationUnit by Ted Kremenek · 17 years ago
  19. acc9f33 Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&. by Ted Kremenek · 17 years ago
  20. dca2466 Added serialization support of SourceManager to the clang driver. by Ted Kremenek · 17 years ago
  21. c4ca288 Implemented serialization of TargetInfo. by Ted Kremenek · 17 years ago
  22. bdbb285 Implemented serialization of SelectorTable and Selectors. by Ted Kremenek · 17 years ago
  23. 6127b12 Only serialize top-level decls that appear at the head of a decl chain. by Ted Kremenek · 17 years ago
  24. 5656b78 Enhanced serialization testing by also pretty-printing CFGs constructed from ASTs by Ted Kremenek · 17 years ago
  25. ea75c55 Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes by Ted Kremenek · 17 years ago
  26. 79a2a26 Modified --test-pickling to perform an actual cross-check of serialized ASTs: by Ted Kremenek · 17 years ago
  27. b899ad2 SourceManager, IdentifierTable, Selectors are now serialized in their own by Ted Kremenek · 17 years ago
  28. e720198 Added pretty-printing of statements during serialization. by Ted Kremenek · 17 years ago
  29. 7a1f4db Modifed the test serialization driver to... by Ted Kremenek · 17 years ago
  30. 07c0fd9 Fixed typo in the name of "ReadPreamble". by Ted Kremenek · 17 years ago
  31. e00e28f Bug fix: inverted test condition to see if a serialized AST-bitcode by Ted Kremenek · 17 years ago
  32. 018b395 Revampled Serialization Tester to serialize and deserialize out an entire ASTContext and top-level decls. by Ted Kremenek · 17 years ago
  33. 4ac8121 In driver code implemented serialization of ASTContext. Working on serialization of simple ASTs. by Ted Kremenek · 17 years ago
  34. a2bfb91 Modified current clients of Bitcode-Object serialization to use the by Ted Kremenek · 17 years ago
  35. c637e6b Implemented serialization for IdentifierInfo and IdentifierTable. by Ted Kremenek · 17 years ago
  36. 7b66000 Updated VC++ build system. by Hartmut Kaiser · 17 years ago
  37. adc9b13 Fix the build. by Anders Carlsson · 17 years ago
  38. bfa82c4 Started work on clang object serialization. Experimental by Ted Kremenek · 17 years ago