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
/
PPExpressions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-639
/
+0
*
remove the source location arguments to various target query methods.
Chris Lattner
2008-03-05
1
-13
/
+4
*
Remove the first layer of support for "portability" warnings. This is
Chris Lattner
2008-03-05
1
-17
/
+0
*
Adjust for APInt's isPositive being renamed to isNonNegative.
Dan Gohman
2008-02-13
1
-6
/
+6
*
add support for -Wundef.
Chris Lattner
2008-01-23
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
TargetInfo no longer includes a reference to SourceManager.
Ted Kremenek
2007-12-12
1
-8
/
+12
*
Switch lexer/pp over to new Token::is/isNot api
Chris Lattner
2007-10-09
1
-9
/
+9
*
improve layering:
Chris Lattner
2007-10-07
1
-1
/
+1
*
change calls to getMacroInfo into hasMacroDefinition() where possible.
Chris Lattner
2007-10-07
1
-4
/
+5
*
Silence VC++ warnings, patch by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-2
/
+2
*
Spaces not tabs.
Neil Booth
2007-08-29
1
-1
/
+1
*
Ensure we diagnose long long literals in C90 mode.
Neil Booth
2007-08-29
1
-0
/
+5
*
1.0 is double, 1.0F is a float.
Chris Lattner
2007-08-26
1
-1
/
+1
*
Update to match the API from LLVM mainline.
Chris Lattner
2007-08-23
1
-2
/
+2
*
At one point there were going to be lexer and parser tokens.
Chris Lattner
2007-07-20
1
-5
/
+5
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-11
/
+10
*
fixme done!
Chris Lattner
2007-04-11
1
-1
/
+0
*
Warn when performing 'usual' conversions that require a sign change. This
Chris Lattner
2007-04-11
1
-3
/
+13
*
Overflow detection for multiply and divide. Fix a bug handling 'usual
Chris Lattner
2007-04-11
1
-1
/
+6
*
Catch overflow of negate. This allows us to emit:
Chris Lattner
2007-04-11
1
-1
/
+14
*
Overflow detection for +/-
Chris Lattner
2007-04-11
1
-0
/
+10
*
Evaluate result into an explicit destination. No functionality change.
Chris Lattner
2007-04-10
1
-29
/
+39
*
Track overflow of shift amounts, allowing diagnostics like:
Chris Lattner
2007-04-10
1
-8
/
+26
*
'true' in a CPP expression evaluates to 1 when in C++ mode. This implements
Chris Lattner
2007-04-10
1
-2
/
+3
*
Diagnostics relating to computation of values should only be produced if an
Chris Lattner
2007-04-10
1
-21
/
+50
*
Add support for character constants in PP expressions, like:
Chris Lattner
2007-04-05
1
-0
/
+41
*
Correctly represent and propagate signedness information in preprocessor
Chris Lattner
2007-04-05
1
-36
/
+85
*
minor cleanups. The major missing piece is tracking:
Chris Lattner
2007-04-04
1
-4
/
+4
*
Switch PPExpression parsing to be in terms of APInt's whose widths are properly
Chris Lattner
2007-04-04
1
-35
/
+55
*
Bug #:
Steve Naroff
2007-03-13
1
-6
/
+19
*
Bug #:
Steve Naroff
2007-03-12
1
-5
/
+14
*
eliminate string compares when checking for the 'defined' token.
Chris Lattner
2006-11-21
1
-1
/
+1
*
Fix a bug
Chris Lattner
2006-11-05
1
-2
/
+2
*
Implement test/Preprocessor/comment_save_if.c
Chris Lattner
2006-10-27
1
-12
/
+12
*
Remove GNU C++ min/max operator extension support, they have been removed
Chris Lattner
2006-10-27
1
-19
/
+10
*
Implement the #define_other_target directive.
Chris Lattner
2006-10-14
1
-0
/
+7
*
Implement the #define_target preprocessor directive.
Chris Lattner
2006-10-14
1
-1
/
+12
*
Detect expressions semantically equivalent to !defined(X) for the multiple-in...
Chris Lattner
2006-07-04
1
-16
/
+66
*
Change EvaluateValue/EvaluateDirectiveSubExpr to be static functions in
Chris Lattner
2006-07-04
1
-89
/
+87
*
refactor code a little, no functionality change
Chris Lattner
2006-07-04
1
-6
/
+22
*
Rename IdentifierTokenInfo -> IdentifierInfo.
Chris Lattner
2006-07-04
1
-2
/
+2
*
Eliminate MultipleIncludeOpt::ReadDirective and all calls to it. Any directives
Chris Lattner
2006-07-04
1
-6
/
+4
*
#ifdef X, #ifndef X, and #if defined(X) all mark X as used.
Chris Lattner
2006-07-03
1
-0
/
+4
*
Make a fundamental change to the way we represent the location of LexerToken's.
Chris Lattner
2006-06-18
1
-1
/
+1
*
Simplify an API
Chris Lattner
2006-06-18
1
-6
/
+3
*
Remove manual conditional error handling code.
Chris Lattner
2006-06-18
1
-64
/
+53
*
Initial checkin of c-language parser
Chris Lattner
2006-06-18
1
-0
/
+367