clang-1/lib/Serialization
Douglas Gregor 894719bf99 ASTReader and profiling statistics indicate that implementing a method
pool in the global module index is not worthwhile. Update comments to
limit the scope of the global module index to identifiers.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173705 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-28 18:29:39 +00:00
..
ASTCommon.cpp Make getDefinitiveDeclContext() actually return a DeclContext, as one 2013-01-22 17:08:30 +00:00
ASTCommon.h Make getDefinitiveDeclContext() actually return a DeclContext, as one 2013-01-22 17:08:30 +00:00
ASTReader.cpp Add some more ASTReader statistics for global method pool lookups. 2013-01-28 17:54:36 +00:00
ASTReaderDecl.cpp patch for PR9027 and // rdar://11861085 2013-01-25 23:57:05 +00:00
ASTReaderInternals.h Factor the trait for lookup into the on-based hash table of 2013-01-23 18:53:14 +00:00
ASTReaderStmt.cpp Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
ASTWriter.cpp Preserve Sema::UndefinedInternals across PCH boundaries. Fixes 2013-01-26 00:35:08 +00:00
ASTWriterDecl.cpp patch for PR9027 and // rdar://11861085 2013-01-25 23:57:05 +00:00
ASTWriterStmt.cpp Switch to APFloat constructor taking fltSemantics. 2013-01-22 09:46:51 +00:00
CMakeLists.txt Implement the writer side of the global module index. 2013-01-23 22:38:11 +00:00
GeneratePCH.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
GlobalModuleIndex.cpp ASTReader and profiling statistics indicate that implementing a method 2013-01-28 18:29:39 +00:00
Makefile
Module.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
ModuleManager.cpp Eliminate memory allocation from most invocations of 2013-01-28 16:46:33 +00:00