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
/
Frontend
/
PCHReader.cpp
Age
Commit message (
Expand
)
Author
2009-04-14
Change Lexer::MeasureTokenLength to take a LangOptions reference.
Chris Lattner
2009-04-14
Add PCH support for PredefinedExpr and FloatingLiteral expressions
Douglas Gregor
2009-04-14
PCH support for a few very, very simple kinds of expressions. Hook up
Douglas Gregor
2009-04-14
When writing a PCH file, keep track of all of the non-static,
Douglas Gregor
2009-04-13
Partial PCH support for FileScopeAsmDecl and BlockDecl. Both require
Douglas Gregor
2009-04-13
PCH support for functions and their parameters.
Douglas Gregor
2009-04-13
PCH support for record decls/types and their fields. Now that we can
Douglas Gregor
2009-04-13
Print the number (and percentage) of identifiers read from the PCH file as pa...
Douglas Gregor
2009-04-13
Introduce PCH (de-)serialization for most compound types, excluding
Douglas Gregor
2009-04-13
Add PCH support for enumerations and enumerators.
Douglas Gregor
2009-04-13
Make the reading of the line table from a PCH file more robust against
Douglas Gregor
2009-04-13
Include the SourceManager's line table in the PCH file. We can now
Douglas Gregor
2009-04-13
implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310
Chris Lattner
2009-04-11
now that we have an identifier table in the PCH file, finish hooking up
Chris Lattner
2009-04-11
Store unique IDs for identifiers in the PCH file. Use some bitmangling
Douglas Gregor
2009-04-10
Compare the predefines buffer in the PCH file with the predefines
Douglas Gregor
2009-04-10
do a dance with predefines, and finally enable reading of macros from
Chris Lattner
2009-04-10
add support for reading macros. This does all the reading (with a bunch of
Chris Lattner
2009-04-10
Encode the target triple in the PCH file, and check that target triple when u...
Douglas Gregor
2009-04-10
Implement serialization/deserialization of LangOptions in the PCH
Douglas Gregor
2009-04-10
Various minor fixes to PCH reading and writing, with general
Douglas Gregor
2009-04-10
PCH serialization/deserialization of the source manager. With this
Douglas Gregor
2009-04-09
Implementation of pre-compiled headers (PCH) based on lazy
Douglas Gregor
[prev]