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
/
lib
/
Frontend
/
PCHReaderStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement PCH support for offsetof(base-specifier).
Argyrios Kyrtzidis
2010-07-29
1
-3
/
+5
*
Add source location information to C++ base specifiers.
Nick Lewycky
2010-07-26
1
-2
/
+1
*
Thread bitstream cursors all the way through the AST reading stuff. This way,...
Sebastian Redl
2010-07-22
1
-20
/
+22
*
Support C++ try/catch statements for PCH.
Argyrios Kyrtzidis
2010-07-22
1
-0
/
+31
*
Update ImplicitCastExpr to be able to represent an XValue.
Sebastian Redl
2010-07-20
1
-1
/
+1
*
First baby steps towards PCHReader being able to keep track of multiple PCH f...
Sebastian Redl
2010-07-16
1
-1
/
+1
*
Downgrade the "when type is in parentheses, array cannot have dynamic
Douglas Gregor
2010-07-13
1
-1
/
+4
*
Add PCH support for the remaining C++ exprs.
Argyrios Kyrtzidis
2010-07-10
1
-5
/
+42
*
Read/write the C++ parts of DeclRefExpr and MemberExpr for PCH.
Argyrios Kyrtzidis
2010-07-08
1
-11
/
+59
*
Reinstate the fix for PR7556. A silly use of isTrivial() was
Douglas Gregor
2010-07-08
1
-4
/
+4
*
Revert r107828 and r107827, the fix for PR7556, which seems to be
Douglas Gregor
2010-07-07
1
-4
/
+4
*
Rename CXXZeroInitValueExpr to CXXScalarValueInitExpr, to reflect its
Douglas Gregor
2010-07-07
1
-4
/
+4
*
Read/write CastExpr's CXXBaseSpecifierArray for PCH.
Argyrios Kyrtzidis
2010-07-02
1
-0
/
+8
*
Fix broken PCH support for CXXDefaultArgExpr.
Argyrios Kyrtzidis
2010-07-02
1
-6
/
+13
*
Support ParenListExpr for PCH.
Argyrios Kyrtzidis
2010-06-30
1
-1
/
+17
*
When we know that we are at sub-statement reading (which is all of PCHStmtRea...
Argyrios Kyrtzidis
2010-06-29
1
-87
/
+88
*
Modify the way sub-statements are stored and retrieved from PCH.
Argyrios Kyrtzidis
2010-06-28
1
-469
/
+351
*
Support CXXPseudoDestructorExpr for PCH.
Argyrios Kyrtzidis
2010-06-28
1
-0
/
+26
*
Support DependentScopeDeclRefExpr for PCH.
Argyrios Kyrtzidis
2010-06-28
1
-0
/
+26
*
Refactor PCH reading/writing of template arguments passed to expressions.
Argyrios Kyrtzidis
2010-06-28
1
-39
/
+43
*
Fix PCH emitting/reading for template arguments that contain expressions.
Argyrios Kyrtzidis
2010-06-28
1
-8
/
+37
*
Support UnresolvedLookupExpr for PCH.
Argyrios Kyrtzidis
2010-06-25
1
-0
/
+14
*
Support UnresolvedMemberExpr for PCH.
Argyrios Kyrtzidis
2010-06-25
1
-2
/
+51
*
Support a couple more C++ Exprs for PCH.
Argyrios Kyrtzidis
2010-06-24
1
-1
/
+57
*
Fix broken de/serialization for a couple of C++ Exprs.
Argyrios Kyrtzidis
2010-06-24
1
-4
/
+7
*
Read/write CXXDeleteExpr from/to PCH.
Argyrios Kyrtzidis
2010-06-22
1
-0
/
+14
*
Alter the internal representation of the condition variable in
Douglas Gregor
2010-06-21
1
-4
/
+8
*
Added a field to BlockDeclRefExpr for future use.
Fariborz Jahanian
2010-06-04
1
-1
/
+2
*
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-15
1
-0
/
+1
*
Recognize when the named return value optimization applies in a
Douglas Gregor
2010-05-15
1
-0
/
+1
*
Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTConte...
Ted Kremenek
2010-05-10
1
-1
/
+1
*
pch'ify CXXNewExpr and CXXZeroInitValueExpr
Chris Lattner
2010-05-10
1
-0
/
+47
*
pchify CXXTemporary, CXXBindTemporaryExpr, and
Chris Lattner
2010-05-10
1
-1
/
+31
*
pch'ify default argument definitions and uses.
Chris Lattner
2010-05-09
1
-1
/
+16
*
pch'ify 'this' and 'throw'
Chris Lattner
2010-05-09
1
-0
/
+20
*
pch'ify typeid.
Chris Lattner
2010-05-09
1
-0
/
+20
*
pchify CXXMemberCallExpr correctly. Before it would serialize
Chris Lattner
2010-05-09
1
-0
/
+4
*
Teach __builtin_offsetof to compute the offsets of members of base
Douglas Gregor
2010-04-29
1
-0
/
+5
*
Completely reimplement __builtin_offsetof, based on a patch by Roberto
Douglas Gregor
2010-04-28
1
-0
/
+45
*
Make the static type of the exception variable in an Objective-C
Douglas Gregor
2010-04-26
1
-1
/
+1
*
Improve the AST representation of Objective-C @try/@catch/@finally
Douglas Gregor
2010-04-23
1
-8
/
+19
*
Overhaul the AST representation of Objective-C message send
Douglas Gregor
2010-04-21
1
-15
/
+33
*
Keep proper source location information for the type in an Objective-C
Douglas Gregor
2010-04-20
1
-1
/
+1
*
Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance
Ted Kremenek
2010-04-13
1
-3
/
+3
*
Extend ObjCMessageExpr for class method sends with the source location
Douglas Gregor
2010-03-08
1
-2
/
+3
*
Revert: "Change InitListExpr to allocate the array for holding references"
Ted Kremenek
2010-02-19
1
-2
/
+2
*
Change InitListExpr to allocate the array for holding references
Ted Kremenek
2010-02-19
1
-2
/
+2
*
Roll r95513 back in.
Sam Weinig
2010-02-07
1
-0
/
+21
*
Roll out r95513, it seems to have broken self hosting.
Sam Weinig
2010-02-07
1
-21
/
+0
*
Add PCH support for CXXBoolLiteralExpr and CXXNullPtrLiteralExpr.
Sam Weinig
2010-02-07
1
-0
/
+21
[next]