summaryrefslogtreecommitdiff
path: root/lib/Serialization/CMakeLists.txt
AgeCommit message (Expand)Author
2015-11-03Introduce module file extensions to piggy-back data onto module files.Douglas Gregor
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-21[CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi
2014-01-20[CMake] Apply ADDITIONAL_HEADERS introduced in r199639.NAKAMURA Takumi
2013-12-09[CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi
2013-01-23Implement the writer side of the global module index. Douglas Gregor
2013-01-19libclangSerialization also depends on the bitreader.Benjamin Kramer
2012-07-27clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi
2012-07-27clang/lib: [CMake] Reformat, alphabetize lists.NAKAMURA Takumi
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-06-21Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth
2011-12-29Fix cmake build with -DBUILD_SHARED_LIBS=ON.Rafael Espindola
2011-12-09Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth
2011-12-09Separate the serialization library's diagnostics from the frontend'sChandler Carruth
2011-08-25Factor the Module and ModuleManager classes out into separate headersDouglas Gregor
2011-03-09Fix CMake build.Argyrios Kyrtzidis
2011-02-11Add CMake dependencies so that LLVM_USED_LIBS order doesn't matter.Jeffrey Yasskin
2011-02-10CMake: LLVM_NO_RTTI must be obsolete now!NAKAMURA Takumi
2010-09-13Revert "CMake: Update to use standard CMake dependency tracking facilities in...Michael J. Spencer
2010-09-10CMake: Update to use standard CMake dependency tracking facilities insteadMichael J. Spencer
2010-09-09Clean up CMake dependenciesDouglas Gregor
2010-08-20Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...Argyrios Kyrtzidis
2010-08-18Rename the ASTReader implementation files.Sebastian Redl
2010-08-18Rename the ASTWriter implementation filesSebastian Redl
2010-08-18Generate Attr subclasses with TableGen.Sean Hunt
2010-08-17Fix CMake buildSebastian Redl
2010-08-17Reintroduce the serialization library, with fixed dependencies.Sebastian Redl
2010-08-17Revert Sebastian's build-breaking patch.Douglas Gregor
2010-08-17Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl