aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/GeneratePCH.cpp
AgeCommit message (Expand)Author
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
2010-08-03Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor
2010-07-30Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl
2010-07-16Add a little more data to chained PCHs. WIPSebastian Redl
2010-07-14Add a callback interface that allows interested parties to get notified whene...Sebastian Redl
2010-07-08Some preparatory work for chained PCH. No functionality change.Sebastian Redl
2009-11-28Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer
2009-10-16Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-23Replace cerr with errs().Benjamin Kramer
2009-07-07Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor
2009-05-18Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman