index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
PCHReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make the reading of the line table from a PCH file more robust against
Douglas Gregor
2009-04-13
1
-6
/
+5
*
Include the SourceManager's line table in the PCH file. We can now
Douglas Gregor
2009-04-13
1
-3
/
+55
*
implement the microsoft/gnu "__COUNTER__" macro: rdar://4329310
Chris Lattner
2009-04-13
1
-1
/
+5
*
now that we have an identifier table in the PCH file, finish hooking up
Chris Lattner
2009-04-11
1
-34
/
+40
*
Store unique IDs for identifiers in the PCH file. Use some bitmangling
Douglas Gregor
2009-04-11
1
-8
/
+38
*
Compare the predefines buffer in the PCH file with the predefines
Douglas Gregor
2009-04-10
1
-33
/
+136
*
do a dance with predefines, and finally enable reading of macros from
Chris Lattner
2009-04-10
1
-4
/
+6
*
add support for reading macros. This does all the reading (with a bunch of
Chris Lattner
2009-04-10
1
-0
/
+117
*
Encode the target triple in the PCH file, and check that target triple when u...
Douglas Gregor
2009-04-10
1
-5
/
+18
*
Implement serialization/deserialization of LangOptions in the PCH
Douglas Gregor
2009-04-10
1
-17
/
+145
*
Various minor fixes to PCH reading and writing, with general
Douglas Gregor
2009-04-10
1
-96
/
+30
*
PCH serialization/deserialization of the source manager. With this
Douglas Gregor
2009-04-10
1
-0
/
+85
*
Implementation of pre-compiled headers (PCH) based on lazy
Douglas Gregor
2009-04-09
1
-0
/
+602
[prev]