llvm-project/clang/Driver
Chris Lattner b2d486a357 speed up clang startup another 28% by avoiding std::vector<std::string>
for holding builtin target-specific macros.

llvm-svn: 42689
2007-10-06 06:57:34 +00:00
..
ASTStreamers.cpp Migrated LiveVariables and UninitializedVariables to now use the 2007-10-01 20:33:52 +00:00
ASTStreamers.h Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
DiagChecker.cpp Refactored driver so that any action that is implemented using an 2007-09-26 18:39:29 +00:00
Makefile Initial checkin of rewriter interface. It is just stubbed out for now. 2007-09-15 22:21:22 +00:00
PPCBuiltins.def Add support for target-specific builtins, including detecting nonportability 2007-01-29 05:24:35 +00:00
PrintParserCallbacks.cpp Start converting Action methods from Parse-prefix to ActOn-prefix. 2007-09-15 18:49:24 +00:00
PrintPreprocessedOutput.cpp Add #ifdefs to make the source portable to windows. Patch contributed 2007-09-03 18:24:56 +00:00
Targets.cpp speed up clang startup another 28% by avoiding std::vector<std::string> 2007-10-06 06:57:34 +00:00
TextDiagnosticBuffer.cpp Submitted by: Bill Wendling 2007-06-27 03:19:45 +00:00
TextDiagnosticBuffer.h Clients should only get read-only access to diagnostic info. 2007-06-28 05:18:35 +00:00
TextDiagnosticPrinter.cpp remove sorry. 2007-09-06 00:14:09 +00:00
TextDiagnosticPrinter.h Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
TextDiagnostics.cpp Reimplement SourceLocation. Instead of having a 2007-07-20 16:37:10 +00:00
TextDiagnostics.h Finally bite the bullet and make the major change: split the clang namespace 2007-06-15 23:05:46 +00:00
X86Builtins.def Bug #: 2007-03-16 00:33:25 +00:00
clang.cpp speed up clang startup another 28% by avoiding std::vector<std::string> 2007-10-06 06:57:34 +00:00
clang.h Removed inclusion of <memory>, which is no longer needed since we 2007-09-26 19:41:07 +00:00