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
/
AST
/
StmtSerialization.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
-1001
/
+0
*
improve DeclStmt to be able to store SourceRange info correctly.
Chris Lattner
2008-03-13
1
-1
/
+5
*
Minor code cleanup.
Eli Friedman
2008-02-23
1
-5
/
+2
*
Patch from Argiris Kirtzidis:
Ted Kremenek
2008-02-23
1
-1
/
+4
*
Minor reordering of the serialization of the fields of MemberExpr to result
Ted Kremenek
2008-02-06
1
-2
/
+2
*
Make sure to propagate qualifiers through the member operator.
Eli Friedman
2008-02-06
1
-1
/
+3
*
Handle simple asm statements correctly.
Anders Carlsson
2008-02-05
1
-1
/
+3
*
For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the ne...
Ted Kremenek
2008-02-01
1
-4
/
+1
*
Rewriting of @synchronized. This has one FIXME in it. But this should allow @...
Fariborz Jahanian
2008-01-29
1
-6
/
+4
*
- Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create().
Ted Kremenek
2008-01-29
1
-14
/
+17
*
AST for @synchronized.
Fariborz Jahanian
2008-01-29
1
-0
/
+14
*
When serializing CompoundLiteralExpr, serialize out the file scope flag before
Ted Kremenek
2008-01-14
1
-2
/
+2
*
Record if a compound literal expression is @ file scope. This allows us to im...
Steve Naroff
2008-01-14
1
-1
/
+3
*
Allow messaging expression as foreach's collection expression.
Fariborz Jahanian
2008-01-10
1
-1
/
+3
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-25
/
+25
*
Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers
Ted Kremenek
2008-01-07
1
-6
/
+5
*
Moved serialization code for ObjcForCollectionStmt to be in alphabetical order
Ted Kremenek
2008-01-05
1
-18
/
+18
*
Minor changes as suggested by Chris L.
Fariborz Jahanian
2008-01-04
1
-3
/
+3
*
New declarations/defs for Objc2's foreach-statement. This is work in progress.
Fariborz Jahanian
2008-01-02
1
-0
/
+18
*
Compute the proper sourcerange for an CompoundLiteralExpr.
Chris Lattner
2008-01-02
1
-1
/
+3
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr.
Ted Kremenek
2007-12-05
1
-0
/
+37
*
Implemented serialization of ObjCStringLiteral.
Ted Kremenek
2007-12-04
1
-1
/
+17
*
Implemented serialization for ObjcAtThrowStmt.
Ted Kremenek
2007-12-04
1
-0
/
+14
*
Implemented serialization of ObjcAtTryStmt.
Ted Kremenek
2007-12-04
1
-1
/
+16
*
Implemented serialization for ObjcAtFinallyStmt.
Ted Kremenek
2007-12-04
1
-0
/
+14
*
Implemented serialization for ObjcAtCatchStmt.
Ted Kremenek
2007-12-04
1
-0
/
+22
*
Added "isExact" field to FloatingLiteral. This flag indicates whether or not
Ted Kremenek
2007-11-29
1
-1
/
+3
*
Keep track of whether the asm is volatile or not.
Anders Carlsson
2007-11-23
1
-1
/
+3
*
Store output and input operands as well as clobber information in the AsmStmt...
Anders Carlsson
2007-11-22
1
-1
/
+50
*
Store inline asm code in the AST.
Anders Carlsson
2007-11-20
1
-1
/
+3
*
Added assertion in serialization of DeclRefExprs. DeclRefExprs can only
Ted Kremenek
2007-11-16
1
-7
/
+12
*
Added hack when serializing DeclRefExprs. This should probably be fixed.
Ted Kremenek
2007-11-15
1
-5
/
+30
*
Started separate section for method definitions for ObjC serialization.
Ted Kremenek
2007-11-15
1
-13
/
+29
*
Implemented serialization of InitListExpr.
Ted Kremenek
2007-11-14
1
-1
/
+22
*
Implemented serialization of CompoundLiteralExpr.
Ted Kremenek
2007-11-14
1
-0
/
+14
*
Implemented serialization of AsmStmt (or rather what is currently implemented
Ted Kremenek
2007-11-13
1
-0
/
+15
*
Implemented serialization for SizeOfAlignOfTypeExpr.
Ted Kremenek
2007-11-13
1
-0
/
+21
*
Implemented serialization for MemberExpr.
Ted Kremenek
2007-11-13
1
-0
/
+19
*
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-13
1
-1
/
+1
*
In Stmt serialization, renamed directEmit to EmitImpl and
Ted Kremenek
2007-11-12
1
-105
/
+105
*
Implement instance variable references.
Steve Naroff
2007-11-12
1
-0
/
+14
*
Implemented serialization of AddrLabelExpr.
Ted Kremenek
2007-11-08
1
-5
/
+56
*
Revised serialization of CaseStmt to emit all of the owned pointers (its
Ted Kremenek
2007-11-08
1
-7
/
+4
*
Implemented serialization of CompoundAssignOperator.
Ted Kremenek
2007-11-08
1
-0
/
+23
*
Implemented serialization of UnaryOperator.
Ted Kremenek
2007-11-08
1
-0
/
+18
*
Implemented serialization of CallExpr.
Ted Kremenek
2007-11-07
1
-1
/
+21
*
Implemented serialization of ArraySubscriptExpr.
Ted Kremenek
2007-11-07
1
-56
/
+75
*
Implemented serialization of CastExpr.
Ted Kremenek
2007-11-07
1
-0
/
+17
*
Implemented serialization of ImplicitCastExpr.
Ted Kremenek
2007-11-07
1
-0
/
+15
[next]