index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Serialization
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-01-23
Implement the writer side of the global module index.
Douglas Gregor
2013-01-19
libclangSerialization also depends on the bitreader.
Benjamin Kramer
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-27
clang/lib: [CMake] Reformat, alphabetize lists.
NAKAMURA Takumi
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2011-12-29
Fix cmake build with -DBUILD_SHARED_LIBS=ON.
Rafael Espindola
2011-12-09
Move ChainedIncludesSource into the Frontend library. This never really
Chandler Carruth
2011-12-09
Separate the serialization library's diagnostics from the frontend's
Chandler Carruth
2011-08-25
Factor the Module and ModuleManager classes out into separate headers
Douglas Gregor
2011-03-09
Fix CMake build.
Argyrios Kyrtzidis
2011-02-11
Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.
Jeffrey Yasskin
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2010-09-13
Revert "CMake: Update to use standard CMake dependency tracking facilities in...
Michael J. Spencer
2010-09-10
CMake: Update to use standard CMake dependency tracking facilities instead
Michael J. Spencer
2010-09-09
Clean up CMake dependencies
Douglas Gregor
2010-08-20
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...
Argyrios Kyrtzidis
2010-08-18
Rename the ASTReader implementation files.
Sebastian Redl
2010-08-18
Rename the ASTWriter implementation files
Sebastian Redl
2010-08-18
Generate Attr subclasses with TableGen.
Sean Hunt
2010-08-17
Fix CMake build
Sebastian Redl
2010-08-17
Reintroduce the serialization library, with fixed dependencies.
Sebastian Redl
2010-08-17
Revert Sebastian's build-breaking patch.
Douglas Gregor
2010-08-17
Create a new Serialization module that contains all the PCH code, and will co...
Sebastian Redl