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
/
Serialization
/
ASTReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug in loading macro records. Fixes yet another crash in libclang.
Sebastian Redl
2010-09-28
1
-4
/
+5
*
Fix a use of an invalidated reference due to a hash map reallocating.
Sebastian Redl
2010-09-28
1
-3
/
+8
*
When chaining PCHs, only write PPRecords that don't come from PCH, and give t...
Sebastian Redl
2010-09-27
1
-1
/
+1
*
When setting the globally-visible declarations for a particular
Douglas Gregor
2010-09-24
1
-5
/
+5
*
Change source manager serialization to be less tied to the PCH model.
Sebastian Redl
2010-09-22
1
-13
/
+13
*
Only preload SLocEntries after the entire PCH chain was loaded.
Sebastian Redl
2010-09-22
1
-15
/
+22
*
Reshuffle PerFileData's members to make more sense.
Sebastian Redl
2010-09-22
1
-6
/
+7
*
Macro definitions in AST files have their own IDs.
Sebastian Redl
2010-09-15
1
-1
/
+1
*
Replace loops with SmallVector::append.
Benjamin Kramer
2010-09-06
1
-2
/
+1
*
Fix a C++ PCH problem which was exposed by r113019. CXXBaseOrMemberInitialize...
Argyrios Kyrtzidis
2010-09-06
1
-0
/
+2
*
Rename *PendingImplicitInstantiations to *PendingInstantiations. No
Chandler Carruth
2010-08-25
1
-10
/
+9
*
Move more stuff out of Sema.h.
John McCall
2010-08-25
1
-0
/
+1
*
AST reader support for having specializations of templates from earlier in th...
Sebastian Redl
2010-08-24
1
-0
/
+7
*
More header elimination. The goal of all this is to allow Parser to
John McCall
2010-08-24
1
-0
/
+1
*
Remove a header dependency from Sema.h at the cost of some type safety.
John McCall
2010-08-24
1
-0
/
+1
*
Add testcase for C++ chained PCH and fix the bugs it uncovered in name lookup.
Sebastian Redl
2010-08-24
1
-2
/
+4
*
Read the UPDATE_VISIBLE record, and add its visible decls to the lookup table...
Sebastian Redl
2010-08-24
1
-38
/
+74
*
Correctly initialize the visible decls pointer if there are no visible decls ...
Sebastian Redl
2010-08-24
1
-0
/
+2
*
Baby step towards supporting namespaces in chained PCH.
Sebastian Redl
2010-08-24
1
-1
/
+1
*
DeclPtrTy -> Decl *
John McCall
2010-08-21
1
-2
/
+2
*
Fix an issue with writing to PCH another included PCH, introduced by the "usi...
Argyrios Kyrtzidis
2010-08-20
1
-0
/
+67
*
Use the AST on-disk hash table for name lookup inside a DeclContext.
Argyrios Kyrtzidis
2010-08-20
1
-35
/
+62
*
Introduce the mechanism for building an AST on-disk hash table for name looku...
Argyrios Kyrtzidis
2010-08-20
1
-0
/
+164
*
serialization::TypeID is used with or without qualifiers, both as index and a...
Argyrios Kyrtzidis
2010-08-20
1
-1
/
+1
*
Share the common code of ComputeHash(Selector Sel) instead of keeping 2 copie...
Argyrios Kyrtzidis
2010-08-20
1
-8
/
+2
*
Make sure to deallocate the identifier lookup tables and selector tables
Douglas Gregor
2010-08-19
1
-9
/
+15
*
Rename pch namespace to serialization.
Sebastian Redl
2010-08-18
1
-162
/
+163
*
Rename stuff in PCHBitCodes.h
Sebastian Redl
2010-08-18
1
-5
/
+5
*
Rename the ASTReader header files.
Sebastian Redl
2010-08-18
1
-2
/
+2
*
Rename the ASTReader implementation files.
Sebastian Redl
2010-08-18
1
-0
/
+3839