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
*
Refactor the way PCHReader tracks whether we are in recursive loading.
Argyrios Kyrtzidis
2010-07-30
1
-21
/
+15
*
Make macro weirdness in chained PCH work. This required changing the way PCHR...
Sebastian Redl
2010-07-30
1
-6
/
+23
*
Support extended vector types in chained PCH.
Sebastian Redl
2010-07-28
1
-5
/
+6
*
Record macros in dependent PCHs. Also add various info tables to dependent PC...
Sebastian Redl
2010-07-27
1
-1
/
+2
*
Update the list of lexical decls in the TU for chained PCHs. This makes -ast-...
Sebastian Redl
2010-07-27
1
-0
/
+10
*
Implement -fno-validate-pch at the -cc1 level, which suppresses most
Douglas Gregor
2010-07-27
1
-12
/
+16
*
- Fix recording of offsets of types in dependent PCHs.
Sebastian Redl
2010-07-27
1
-22
/
+7
*
Add source location information to C++ base specifiers.
Nick Lewycky
2010-07-26
1
-3
/
+4
*
Make declarations in the dependent PCH visible, for C at least.
Sebastian Redl
2010-07-23
1
-0
/
+4
*
PCH read/write for selector reference pool.
Fariborz Jahanian
2010-07-23
1
-0
/
+21
*
Thread bitstream cursors all the way through the AST reading stuff. This way,...
Sebastian Redl
2010-07-22
1
-23
/
+30
*
Allow loading declcontext information from any file in the chain. Properly wr...
Sebastian Redl
2010-07-22
1
-61
/
+81
*
Allow loading macros from any file in the chain. WIP
Sebastian Redl
2010-07-21
1
-70
/
+89
*
Promote some macro-related stuff to per-file data. Fix a cache-inefficient ne...
Sebastian Redl
2010-07-21
1
-40
/
+44
*
Allow loading identifiers from any file in the chain. WIP
Sebastian Redl
2010-07-21
1
-6
/
+17
*
Apparently not every system thinks that references in pairs are as cool as I ...
Sebastian Redl
2010-07-20
1
-2
/
+2
*
Allow loading declarations from any file in the chain. WIP
Sebastian Redl
2010-07-20
1
-2
/
+2
*
Allow loading types from any file in the chain. WIP
Sebastian Redl
2010-07-20
1
-9
/
+24
*
Allow loading source locations from any file in the chain. WIP
Sebastian Redl
2010-07-20
1
-2
/
+21
*
More work on getting PCHReader to handle multiple files. Promote SLocOffsets ...
Sebastian Redl
2010-07-20
1
-53
/
+71
*
Promote IdentifierOffsets to per-file data.
Sebastian Redl
2010-07-19
1
-12
/
+12
*
Promote DeclOffsets and TypeOffsets to per-file data.
Sebastian Redl
2010-07-19
1
-10
/
+21
*
Promote the identifier table to per-file data. Also, if a CHAINED_METADATA re...
Sebastian Redl
2010-07-19
1
-21
/
+30
*
Teach the PCH reader to load the dependency when encountering a chain metadat...
Sebastian Redl
2010-07-17
1
-77
/
+86
*
Separate out the initial loading of a PCH so that loading chained PCHs can re...
Sebastian Redl
2010-07-16
1
-32
/
+51
*
First baby steps towards PCHReader being able to keep track of multiple PCH f...
Sebastian Redl
2010-07-16
1
-19
/
+47
*
Add a little more data to chained PCHs. WIP
Sebastian Redl
2010-07-16
1
-2
/
+3
*
Suppress !+Asserts warning.
Daniel Dunbar
2010-07-16
1
-0
/
+1
*
Add a callback interface that allows interested parties to get notified whene...
Sebastian Redl
2010-07-14
1
-8
/
+17
*
Pass StringRefs by value.
Benjamin Kramer
2010-07-14
1
-1
/
+1
*
Increase the max PCH level for declarations to 7. Add a FromPCH flag to types.
Sebastian Redl
2010-07-14
1
-1
/
+3
*
Make PCHReader cope with PCH files containing more than one predefines buffer.
Sebastian Redl
2010-07-14
1
-35
/
+116
*
Introduce -f{no-}spell-checking options to enable/disable
Douglas Gregor
2010-07-09
1
-0
/
+1
*
Introduce PCHReader::GetTranslationUnitDecl() and use it instead of ReadDeclR...
Argyrios Kyrtzidis
2010-07-08
1
-1
/
+8
*
For TagType and TemplateSpecializationType, isDependent calculation may be in...
Argyrios Kyrtzidis
2010-07-08
1
-10
/
+22
*
Fix broken reading of NestedNameSpecifiers from PCH.
Argyrios Kyrtzidis
2010-07-07
1
-1
/
+1
*
Delay passing InterestingDecls to the Consumer until when we know we are not ...
Argyrios Kyrtzidis
2010-07-07
1
-6
/
+17
*
Add to PCH missing Sema information about VTable uses and dynamic classes.
Argyrios Kyrtzidis
2010-07-06
1
-0
/
+36
*
Fix a regression of a previous commit of mine (rdar://8158953).
Argyrios Kyrtzidis
2010-07-04
1
-2
/
+2
*
Don't try to install the __[u]int128_t identifier if it is already installed ...
Argyrios Kyrtzidis
2010-07-04
1
-0
/
+3
*
Read/write CastExpr's CXXBaseSpecifierArray for PCH.
Argyrios Kyrtzidis
2010-07-02
1
-0
/
+10
*
Fully read/write CXXRecordDecl for PCH.
Argyrios Kyrtzidis
2010-07-02
1
-0
/
+11
*
Fix reading of DependentNameType.
Argyrios Kyrtzidis
2010-07-02
1
-1
/
+2
*
Allow reading of InjectedClassNameType from PCH even when its decl is current...
Argyrios Kyrtzidis
2010-07-02
1
-1
/
+4
*
Fix broken reading of member pointer from PCH.
Argyrios Kyrtzidis
2010-07-02
1
-1
/
+1
*
- Allow a typedef type to be read from PCH even if its decl is currently init...
Argyrios Kyrtzidis
2010-07-02
1
-5
/
+12
*
Fix broken reading of "#lines" from PCH.
Argyrios Kyrtzidis
2010-07-02
1
-2
/
+3
*
Support DependentSizedArrayType for PCH.
Argyrios Kyrtzidis
2010-06-30
1
-0
/
+17
*
Modify the way sub-statements are stored and retrieved from PCH.
Argyrios Kyrtzidis
2010-06-28
1
-56
/
+15
*
Fix PCH emitting/reading for template arguments that contain expressions.
Argyrios Kyrtzidis
2010-06-28
1
-15
/
+52
[next]