hanchenye-llvm-project/clang/lib/Lex
Chris Lattner 8322dc809e make the token lexer allocate its temporary token buffers for
preexpanded macro arguments from the preprocessor's bump pointer.
This reduces # mallocs from 12444 to 11792.

llvm-svn: 66025
2009-03-04 06:50:57 +00:00
..
CMakeLists.txt Fix cmake builds. 2009-02-13 15:42:50 +00:00
HeaderMap.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
HeaderSearch.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
Lexer.cpp fix PR3609, emit: 2009-02-19 18:29:56 +00:00
LiteralSupport.cpp fix some sema problems with wide strings and hook up basic codegen for them. 2009-02-26 23:01:51 +00:00
MacroArgs.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
MacroArgs.h
MacroInfo.cpp
Makefile
PPCaching.cpp This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
PPDirectives.cpp switch the macroinfo argument lists from being allocated off the heap 2009-02-20 22:46:43 +00:00
PPExpressions.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
PPLexerChange.cpp track "just a little more" location information for macro instantiations. 2009-02-15 20:52:18 +00:00
PPMacroExpansion.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
PTHLexer.cpp Move PTHStatCache within the anonymous namespace. 2009-02-23 23:27:54 +00:00
Pragma.cpp track "just a little more" location information for macro instantiations. 2009-02-15 20:52:18 +00:00
Preprocessor.cpp improve compatibility with GCC 4.4, patch by Michel Salim (PR3697) 2009-03-02 22:20:04 +00:00
PreprocessorLexer.cpp move library-specific diagnostic headers into library private dirs. Reduce 2009-01-29 05:15:15 +00:00
ScratchBuffer.cpp This change refactors some of the low-level lexer interfaces a bit. 2009-01-26 19:29:26 +00:00
TokenConcatenation.cpp factor token concatenation avoidance logic out of 2009-02-13 00:46:04 +00:00
TokenLexer.cpp make the token lexer allocate its temporary token buffers for 2009-03-04 06:50:57 +00:00