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
/
Sema
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
- Make sure default return/argument types (for methods) default to "id".
Steve Naroff
2007-10-10
1
-11
/
+17
*
- Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod().
Steve Naroff
2007-10-02
1
-6
/
+23
*
Yesterday I discovered that 78% of all selectors in "Cocoa.h" take 0/1 argument.
Steve Naroff
2007-09-28
1
-2
/
+2
*
Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is...
Steve Naroff
2007-09-27
1
-64
/
+19
*
Use APFloat for the representation of FP immediates, ask the target
Chris Lattner
2007-09-22
1
-3
/
+17
*
Remove SelectorTable/SelectorInfo, simply store all selectors in the central ...
Steve Naroff
2007-09-19
1
-6
/
+6
*
Progress on message expressions...
Steve Naroff
2007-09-18
1
-14
/
+63
*
Finish defining Action API for message expressions.
Steve Naroff
2007-09-17
1
-0
/
+26
*
Fixes/tweaks that prevent "defaults-i.m" from compiling.
Steve Naroff
2007-09-16
1
-1
/
+1
*
Rename statement actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
1
-6
/
+6
*
Rename expression actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
1
-28
/
+28
*
Start converting Action methods from Parse-prefix to ActOn-prefix.
Steve Naroff
2007-09-15
1
-4
/
+4
*
Silence VC++ warnings, patch by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-6
/
+8
*
Finish getting "array-init.c" to work properly.
Steve Naroff
2007-09-03
1
-4
/
+2
*
More progress on array initializers.
Steve Naroff
2007-09-02
1
-1
/
+3
*
Start implementing semantic analysis for C initializers.
Steve Naroff
2007-09-02
1
-3
/
+2
*
diagnose extended uses of offsetof
Chris Lattner
2007-08-31
1
-0
/
+6
*
Add InitListExpr class.
Anders Carlsson
2007-08-31
1
-2
/
+6
*
Sema::ParseCastExpr() missing call to UsualUnaryConversions().
Steve Naroff
2007-08-31
1
-0
/
+2
*
implement pretty printing of offsetof
Chris Lattner
2007-08-30
1
-0
/
+6
*
implement initial sema support for __builtin_offsetof
Chris Lattner
2007-08-30
1
-9
/
+74
*
Fix a regression on test/Sema/unused-expr.c by fixing the type predicates
Chris Lattner
2007-08-30
1
-1
/
+1
*
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
*
Added checking (during parsing) of comparison of floating point values using ...
Ted Kremenek
2007-08-29
1
-0
/
+3
*
Implement default argument promotions (for old-style function calls and varia...
Steve Naroff
2007-08-28
1
-3
/
+36
*
Finish converting decls over to the new invalid decl API.
Steve Naroff
2007-08-28
1
-1
/
+1
*
Move the "invalid decl" idiom up to Decl (where we have some bits to steal:-)
Steve Naroff
2007-08-28
1
-4
/
+2
*
add a sourcelocation to binary operator to keep track of the location of the ...
Chris Lattner
2007-08-28
1
-2
/
+2
*
Implement more thoughful error recovery when dealing with bogus declarator ty...
Steve Naroff
2007-08-28
1
-1
/
+7
*
Some minor aesthetic changes to the control flow.
Steve Naroff
2007-08-27
1
-10
/
+7
*
Fix remaining bugs with complex/float promotions.
Steve Naroff
2007-08-27
1
-16
/
+25
*
Replaced ASTContext::maxFloatingType() with ASTContext::compareFloatingType().
Steve Naroff
2007-08-27
1
-9
/
+24
*
Add Type::getAsBuiltinType() and Type::builtinTypesAreCompatible().
Steve Naroff
2007-08-27
1
-2
/
+3
*
Replaced ASTContext::maxComplexType() with ASTContext::getFloatingTypeOfSizeW...
Steve Naroff
2007-08-27
1
-6
/
+19
*
require that operands to __real/__imag are complex or arithmetic. This
Chris Lattner
2007-08-26
1
-1
/
+9
*
add a new ImaginaryLiteral AST node that is used to
Chris Lattner
2007-08-26
1
-7
/
+16
*
1.0 is double, 1.0F is a float.
Chris Lattner
2007-08-26
1
-2
/
+2
*
merge checkrelational and checkequality into CheckCompareOperands,
Chris Lattner
2007-08-26
1
-62
/
+15
*
Cases like this:
Chris Lattner
2007-08-26
1
-14
/
+20
*
Surpress the UsualUnaryConversions for compound assignment operators. This ch...
Steve Naroff
2007-08-25
1
-3
/
+4
*
This modest change insures ImplicitCastExpr's get generated for all "assignme...
Steve Naroff
2007-08-24
1
-2
/
+12
*
remove a dead argument
Chris Lattner
2007-08-24
1
-4
/
+2
*
Implement sema support for __real/__imag nodes.
Chris Lattner
2007-08-24
1
-1
/
+15
*
Surpress ImplicitCastExprs for compound assignment expressions. For compound ...
Steve Naroff
2007-08-24
1
-50
/
+49
*
Make sure we get extension diagnostics for GCC's complex extensions.
Steve Naroff
2007-08-24
1
-11
/
+21
*
Support '~' for complex conjugation. This is a GCC extension.
Steve Naroff
2007-08-23
1
-3
/
+5
*
fix a bug where we would type 0ULL as unsigned instead of unsigned long long
Chris Lattner
2007-08-23
1
-1
/
+2
*
Remove a FIXME, allowing ++/-- on Complex types (a GCC extension).
Steve Naroff
2007-08-23
1
-4
/
+4
*
Parse @encode expressions.
Anders Carlsson
2007-08-22
1
-2
/
+11
[prev]
[next]