index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Driver
/
SerializationTest.cpp
Age
Commit message (
Expand
)
Author
2009-03-24
Move <root>/Driver into <root>/tools/clang-cc.
Daniel Dunbar
2008-11-13
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
2008-09-13
Patch by Csaba Hruska!
Ted Kremenek
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-08
Unbreak SerializationTest and the Rewriter by doing the work in HandleTransla...
Ted Kremenek
2008-06-04
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...
Ted Kremenek
2008-05-21
Fix the destruction "properly" in the sense that we actually destroy the
Eli Friedman
2008-04-23
TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects
Ted Kremenek
2008-04-03
Call delete on the deserialized TranslationUnit object.
Sam Bishop
2008-04-01
Update to match simplified llvm MemoryBuffer interfaces for files.
Chris Lattner
2008-03-10
Add some missing #includes for GCC mainline, patch by Shantonu Sen!
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-20
Converted uses of scoped_ptr to OwningPtr.
Ted Kremenek
2007-12-19
Interned MainFileID within SourceManager. Since SourceManager is referenced by
Ted Kremenek
2007-12-19
Removed "SourceFile" from TranslationUnit. This same information will (soon)
Ted Kremenek
2007-12-19
Removed storing inode and device number in TranslationUnit.
Ted Kremenek
2007-12-18
Moved ReadBitcodeFile and EmitBitcodeFile out of TranslationUnit and made them
Ted Kremenek
2007-12-18
Fixed broken includes introduced by recent (incomplete) patch to
Ted Kremenek
2007-12-05
Converted SerializationTest (--test-pickling) to use the new TranslationUnit
Ted Kremenek
2007-12-05
Modified: CreateTargetInfo(). Now takes Diagnostic* instead of Diagnostic&.
Ted Kremenek
2007-12-05
Added serialization support of SourceManager to the clang driver.
Ted Kremenek
2007-12-03
Implemented serialization of TargetInfo.
Ted Kremenek
2007-11-30
Implemented serialization of SelectorTable and Selectors.
Ted Kremenek
2007-11-29
Only serialize top-level decls that appear at the head of a decl chain.
Ted Kremenek
2007-11-29
Enhanced serialization testing by also pretty-printing CFGs constructed from ...
Ted Kremenek
2007-11-28
Converted AST Pretty-Printer to use iostreams instead of FILE*. This fixes
Ted Kremenek
2007-11-28
Modified --test-pickling to perform an actual cross-check of serialized ASTs:
Ted Kremenek
2007-11-14
SourceManager, IdentifierTable, Selectors are now serialized in their own
Ted Kremenek
2007-11-13
Added pretty-printing of statements during serialization.
Ted Kremenek
2007-11-10
Modifed the test serialization driver to...
Ted Kremenek
2007-11-06
Fixed typo in the name of "ReadPreamble".
Ted Kremenek
2007-11-06
Bug fix: inverted test condition to see if a serialized AST-bitcode
Ted Kremenek
2007-11-06
Revampled Serialization Tester to serialize and deserialize out an entire AST...
Ted Kremenek
2007-11-05
In driver code implemented serialization of ASTContext. Working on serializa...
Ted Kremenek
2007-10-24
Modified current clients of Bitcode-Object serialization to use the
Ted Kremenek
2007-10-23
Implemented serialization for IdentifierInfo and IdentifierTable.
Ted Kremenek
2007-10-17
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
Fix the build.
Anders Carlsson
2007-10-16
Started work on clang object serialization. Experimental
Ted Kremenek