llvm-project/clang/Basic
Chris Lattner a81b336ba8 Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using
a llvm::StringMap.  This dramatically reduces the startup time of the preprocessor,
speeding up -Eonly on xalankbmk by 2.2%.

llvm-svn: 40396
2007-07-22 20:11:46 +00:00
..
Diagnostic.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
FileManager.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
SourceManager.cpp Add support for reusing macroid's with negative physical loc deltas. This 2007-07-21 06:41:57 +00:00
TargetInfo.cpp Switch TargetInfo::getTargetDefines from using an std::map<std::string, ...> to using 2007-07-22 20:11:46 +00:00
TokenKinds.cpp Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00