summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/GeneratePCH.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reintroduce the serialization library, with fixed dependencies.Sebastian Redl2010-08-171-64/+0
* Revert Sebastian's build-breaking patch.Douglas Gregor2010-08-171-0/+64
* Create a new Serialization module that contains all the PCH code, and will co...Sebastian Redl2010-08-171-64/+0
* Reshuffle the PCH generator action and consumer, so that we can re-useDouglas Gregor2010-08-031-27/+0
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-7/+12
* Add a little more data to chained PCHs. WIPSebastian Redl2010-07-161-1/+4
* Add a callback interface that allows interested parties to get notified whene...Sebastian Redl2010-07-141-15/+13
* Some preparatory work for chained PCH. No functionality change.Sebastian Redl2010-07-081-3/+8
* Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend.Benjamin Kramer2009-11-281-5/+2
* Add support for a chain of stat caches in the FileManager, rather thanDouglas Gregor2009-10-161-1/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-4/+4
* Replace cerr with errs().Benjamin Kramer2009-08-231-1/+0
* Introduce the notion of "Relocatable" precompiled headers, which are builtDouglas Gregor2009-07-071-8/+14
* Move ASTConsumers.h to include/clang/Frontend, and move the associated Eli Friedman2009-05-181-0/+78
OpenPOWER on IntegriCloud