hanchenye-llvm-project/clang/Driver
Ted Kremenek 8d178f4357 PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading.
Performance impact for -fsyntax-only on Cocoa.h (with Cocoa.h in the PTH file):
- PTH generation time improves by 5%
- PTH reading improves by 0.3%.

llvm-svn: 63072
2009-01-27 00:01:05 +00:00
..
ASTConsumers.cpp Make -ast-dump print Objective-C method declarations (and other 2009-01-23 01:10:18 +00:00
ASTConsumers.h Add an initial framework of a DeclContextPrinter. It can print DeclContext and 2009-01-13 01:29:24 +00:00
Analyses.def When using -analyzer-output-plist always output a plist file even if it contains no error reports. 2009-01-23 20:06:20 +00:00
AnalysisConsumer.cpp Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. 2009-01-23 20:52:26 +00:00
AnalysisConsumer.h Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. 2009-01-23 20:52:26 +00:00
Backend.cpp Rename AddReadAttrs to FunctionAttrs. This is related to Duncan's patch r61525. 2008-12-31 19:51:31 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
CacheTokens.cpp PTH: Use Token::setLiteralData() to directly store a pointer to cached spelling data in the PTH file. This removes a ton of code for looking up spellings using sourcelocations in the PTH file. This simplifies both PTH-generation and reading. 2009-01-27 00:01:05 +00:00
DependencyFile.cpp this patch "adds support for specifying multiple dependancy targets using ‘-MT’. Using this patch, I was able to use ‘ccc’ as C compiler for the few C files in LLVM. In my brief testing, the output remains identical to that of GCC." 2009-01-11 19:28:34 +00:00
DiagChecker.cpp use simplified Lexer ctor. 2009-01-17 07:41:36 +00:00
HTMLPrint.cpp this massive patch introduces a simple new abstraction: it makes 2009-01-17 06:22:33 +00:00
Makefile Use LINK_COMPONENTS instead of hard coding LLVM libraries. 2008-10-24 06:24:13 +00:00
PrintParserCallbacks.cpp Convert more expression actions to smart pointers. 2009-01-19 22:31:54 +00:00
PrintPreprocessedOutput.cpp minor speedups/cleanups for -E mode. 2009-01-26 19:33:54 +00:00
RewriteBlocks.cpp use simpler method 2009-01-25 22:02:19 +00:00
RewriteMacros.cpp use simplified Lexer ctor. 2009-01-17 07:41:36 +00:00
RewriteObjC.cpp Add #line to make the Visual Studio compiler happy. 2009-01-21 19:24:01 +00:00
RewriteTest.cpp Add newline at the end of file, to silence compiler warning. 2008-10-20 08:12:48 +00:00
SerializationTest.cpp [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that 2008-11-13 05:09:21 +00:00
clang.cpp Added clang option '--analyzer-display-progress' to indicate that the analyzer should output 'ANALYZE:' messages to display its progress on a source file. 2009-01-23 20:52:26 +00:00
clang.h Remove unused function declaration. 2008-11-11 04:48:20 +00:00