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
/
Lex
/
Preprocessor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cleanup fixme's
Chris Lattner
2006-07-04
1
-10
/
+3
*
Implement #ident and #sccs
Chris Lattner
2006-07-03
1
-7
/
+25
*
Move a method inline
Chris Lattner
2006-07-03
1
-10
/
+0
*
#ifdef X, #ifndef X, and #if defined(X) all mark X as used.
Chris Lattner
2006-07-03
1
-1
/
+6
*
remove dead var
Chris Lattner
2006-07-03
1
-1
/
+0
*
Fix test/Preprocessor/_Pragma-syshdr2.c.
Chris Lattner
2006-07-03
1
-3
/
+3
*
Implement -Wunused-macros functionality.
Chris Lattner
2006-07-03
1
-14
/
+37
*
Fix test/Preprocessor/macro_defined.c, factor some code.
Chris Lattner
2006-07-03
1
-14
/
+12
*
Implement a FIXME: reject '#define defined'.
Chris Lattner
2006-07-03
1
-3
/
+7
*
Refactor some code into a new Lexer::Stringify method.
Chris Lattner
2006-07-03
1
-8
/
+1
*
Implement a FIXME: correctly stringify filenames generated by __LINE__.
Chris Lattner
2006-07-03
1
-2
/
+10
*
Classify fixme's
Chris Lattner
2006-07-03
1
-13
/
+12
*
Give tokens expanded from _Pragma directives correct source locations.
Chris Lattner
2006-07-02
1
-1
/
+1
*
Move a virtual method out-of-line
Chris Lattner
2006-07-02
1
-1
/
+0
*
Move some Pragma-related methods from Preprocessor.cpp to Pragma.cpp
Chris Lattner
2006-07-02
1
-294
/
+0
*
Remove Lexer::BufferStart, an unneeded instance var.
Chris Lattner
2006-07-02
1
-1
/
+1
*
Fix some minor issues with _Pragma
Chris Lattner
2006-07-02
1
-11
/
+10
*
Fix some minor bugs handling _Pragma, including
Chris Lattner
2006-07-02
1
-2
/
+38
*
Implement the _Pragma-style of pragma handling, implementing
Chris Lattner
2006-07-02
1
-68
/
+143
*
Implement __TIMESTAMP__
Chris Lattner
2006-07-01
1
-2
/
+33
*
Implement __INCLUDE_LEVEL__ and __BASE_FILE__
Chris Lattner
2006-07-01
1
-4
/
+41
*
Implement __FILE__
Chris Lattner
2006-07-01
1
-8
/
+10
*
Implement the __TIME__ and __DATE__ builtin macros.
Chris Lattner
2006-06-30
1
-3
/
+43
*
Give tokens from the scratch buffer correct source locations.
Chris Lattner
2006-06-29
1
-0
/
+1
*
Implement the __LINE__ builtin macro.
Chris Lattner
2006-06-28
1
-8
/
+46
*
Remove dead variables.
Chris Lattner
2006-06-28
1
-34
/
+58
*
Refactor HandleIdentifier to pull macro expansion into its own method.
Chris Lattner
2006-06-26
1
-73
/
+78
*
Allow expansion to single token identifiers if they are not macros
Chris Lattner
2006-06-26
1
-3
/
+3
*
Implement Preprocessor/macro_expandloc.c by giving the optimized macro
Chris Lattner
2006-06-26
1
-3
/
+11
*
Add a note
Chris Lattner
2006-06-26
1
-0
/
+2
*
implement #pragma GCC dependency
Chris Lattner
2006-06-25
1
-22
/
+63
*
Fix Preprocessor/poison_expansion.c
Chris Lattner
2006-06-25
1
-1
/
+3
*
Implement #pragma GCC system_header
Chris Lattner
2006-06-25
1
-7
/
+33
*
Finish implementation of #pragma once. Implement #pragma GCC poison.
Chris Lattner
2006-06-24
1
-8
/
+65
*
implement the pragma handling infrastructure. The only pragma so far is
Chris Lattner
2006-06-24
1
-18
/
+109
*
increase the performance of skipping (#if 0) by optimizing lookup of directiv...
Chris Lattner
2006-06-22
1
-12
/
+33
*
Speed up directive matching by not using getSpelling(), and not copying std::...
Chris Lattner
2006-06-22
1
-22
/
+22
*
Track which headers are system and non-C++-clean-system headers. Use this
Chris Lattner
2006-06-22
1
-27
/
+55
*
Improve #line emission in -E mode to include file entry/exits. This is
Chris Lattner
2006-06-21
1
-3
/
+16
*
Implement a new type of FileID: FileIDInfo::MacroExpansion. For tokens that
Chris Lattner
2006-06-21
1
-3
/
+0
*
Rename LexerToken::getSourceLocation -> getLocation
Chris Lattner
2006-06-18
1
-17
/
+13
*
Make a fundamental change to the way we represent the location of LexerToken's.
Chris Lattner
2006-06-18
1
-21
/
+118
*
Add missing return
Chris Lattner
2006-06-18
1
-1
/
+1
*
Simplify an API
Chris Lattner
2006-06-18
1
-3
/
+2
*
Remove manual conditional error handling code.
Chris Lattner
2006-06-18
1
-130
/
+93
*
Initial checkin of c-language parser
Chris Lattner
2006-06-18
1
-0
/
+1121
[prev]