index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Lex
/
PTHLexer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add a dropped word back
Chris Lattner
2008-12-17
1
-1
/
+1
*
Shadow CurPtr with a local variable in ReadToken.
Ted Kremenek
2008-12-17
1
-6
/
+12
*
PTH: Added minor 'sibling jumping' optimization for iterating over the side t...
Ted Kremenek
2008-12-12
1
-9
/
+37
*
Added PTH optimization to not process entire blocks of tokens that appear in ...
Ted Kremenek
2008-12-12
1
-13
/
+98
*
PTH:
Ted Kremenek
2008-12-11
1
-12
/
+18
*
PTHLexer: Keep track of the location of the last '#' token and provide the me...
Ted Kremenek
2008-12-11
1
-6
/
+9
*
Remove unused ivar CurTokenIdx.
Ted Kremenek
2008-12-11
1
-1
/
+1
*
Declare PerIDCache as IdentifierInfo** instead of void*. This is just cleane...
Ted Kremenek
2008-12-10
1
-2
/
+2
*
Remove unneeded assertion.
Ted Kremenek
2008-12-04
1
-1
/
+1
*
Use 'free' to release PerIDCache since it was allocated using calloc().
Ted Kremenek
2008-12-04
1
-1
/
+1
*
PTH:
Ted Kremenek
2008-12-03
1
-13
/
+23
*
- Remove PTHManager.cpp. Move all of its functions to PTHLexer.cpp since som...
Ted Kremenek
2008-12-03
1
-7
/
+241
*
PTHLexer now owns the Token vector.
Ted Kremenek
2008-11-27
1
-11
/
+4
*
In PTHLexer::DiscardToEndOfLine() use Lex() instead of AdvanceToken(). This ...
Ted Kremenek
2008-11-21
1
-1
/
+2
*
PTHLexer:
Ted Kremenek
2008-11-21
1
-14
/
+26
*
PTHLexer:
Ted Kremenek
2008-11-20
1
-0
/
+12
*
PTHLexer:
Ted Kremenek
2008-11-20
1
-19
/
+11
*
Rewrote PTHLexer::Lex by digging through the sources of Lexer again. Now we ...
Ted Kremenek
2008-11-20
1
-28
/
+37
*
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
Ted Kremenek
2008-11-20
1
-15
/
+12
*
Add (untested) implementation of PTHLexer::isNextPPTokenLParen() and PTHLexer...
Ted Kremenek
2008-11-20
1
-4
/
+14
*
Add stub for PTHLexer::isNextPPTokenLParen().
Ted Kremenek
2008-11-19
1
-1
/
+6
*
When using a PTHLexer, use DiscardToEndOfLine() instead of ReadToEndOfLine().
Ted Kremenek
2008-11-19
1
-0
/
+7
*
- Move static function IsNonPragmaNonMacroLexer into Preprocessor.h.
Ted Kremenek
2008-11-19
1
-2
/
+2
*
Trivial tidying
Chris Lattner
2008-11-16
1
-2
/
+0
*
Move some diagnostic handling to PreprocessorLexer.
Ted Kremenek
2008-11-12
1
-4
/
+5
*
Add skeleton for PTH lexer.
Ted Kremenek
2008-11-12
1
-0
/
+79
[prev]