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
/
Sema.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rename ASTBuilder to Sema
Chris Lattner
2006-11-09
1
-60
/
+54
*
Change courses on how we do semantic analysis. Semantic analysis
Chris Lattner
2006-11-09
1
-8
/
+217
*
build ast nodes and print goto/goto*/break/continue.
Chris Lattner
2006-11-05
1
-7
/
+30
*
Add ast node support for case/default/label stmts.
Chris Lattner
2006-11-05
1
-0
/
+19
*
implement AST node for switch stmt
Chris Lattner
2006-11-04
1
-0
/
+5
*
implement ast nodes for while and do loops
Chris Lattner
2006-11-04
1
-0
/
+11
*
Add AST node, AST building, actions, and printing for 'for' stmts.
Chris Lattner
2006-11-04
1
-0
/
+7
*
remove full locinfo AST nodes for now. They just clutter the implementation
Chris Lattner
2006-11-04
1
-52
/
+15
*
Export the ASTBuilder class from the AST module.
Chris Lattner
2006-11-03
1
-110
/
+2
*
Fix building after the pure virtual function name changed.
Chris Lattner
2006-10-28
1
-2
/
+2
*
add ast node for ifstmt
Chris Lattner
2006-10-25
1
-0
/
+10
*
Handle __extension__ as a unary operator if requested.
Chris Lattner
2006-10-25
1
-0
/
+4
*
only add to LastInGroupList if at the top-level.
Chris Lattner
2006-10-25
1
-1
/
+4
*
Make the driver print function bodies at -parse-print-ast
Chris Lattner
2006-10-25
1
-1
/
+1
*
Make AST nodes for ReturnStmt's and CompoundStmts
Chris Lattner
2006-10-25
1
-0
/
+35
*
Add new Stmt class
Chris Lattner
2006-10-25
1
-2
/
+2
*
Finish removing LexerToken from actions interface
Chris Lattner
2006-10-25
1
-24
/
+25
*
Start removing LexerToken from the actions interface.
Chris Lattner
2006-10-25
1
-4
/
+6
*
Remove temporary code
Chris Lattner
2006-10-17
1
-2
/
+0
*
implement action callbacks for almost all the stmts.
Chris Lattner
2006-10-16
1
-1
/
+3
*
Changes through out the parser and actions/ast interface to return top-level
Chris Lattner
2006-10-16
1
-12
/
+32
*
start creating proper ast nodes for variables and functions
Chris Lattner
2006-10-15
1
-4
/
+9
*
don't abort
Chris Lattner
2006-10-06
1
-2
/
+2
*
Initial support for semantic analysis and AST building for StringExpr nodes.
Chris Lattner
2006-10-06
1
-4
/
+32
*
Build AST's for sizeof/alignof with type operands.
Chris Lattner
2006-08-24
1
-0
/
+17
*
Build CastExpr AST nodes
Chris Lattner
2006-08-24
1
-0
/
+12
*
Build AST's for sizeof/alignof an expr.
Chris Lattner
2006-08-24
1
-10
/
+12
*
switch MemberExpr to holding a field decl instead of a raw identifier.
Chris Lattner
2006-08-24
1
-2
/
+4
*
Allow expression actions to fail
Chris Lattner
2006-08-24
1
-40
/
+40
*
Add initial support for simple-primary exprs, including DeclExprs.
Chris Lattner
2006-08-24
1
-0
/
+20
*
Add AST nodes for array, call, . and ->.
Chris Lattner
2006-08-24
1
-0
/
+51
*
Add AST nodes and actions for paren exprs and simple unary ops.
Chris Lattner
2006-08-23
1
-1
/
+57
*
Add (basic) expression AST representation capabilities for int/fp/binops/cond...
Chris Lattner
2006-08-23
1
-3
/
+91
*
Implement first cut of ASTBuilder class.
Chris Lattner
2006-08-18
1
-1
/
+72
*
Start adding support for printing out parser callbacks and adding ast building
Chris Lattner
2006-08-17
1
-0
/
+15
[prev]