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
/
AST
/
StmtProfile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename CXXQualifiedMemberExpr -> CXXAdornedMemberExpr, since we will
Douglas Gregor
2009-08-31
1
-1
/
+1
*
When a member reference expression includes a qualifier on the member
Douglas Gregor
2009-08-26
1
-0
/
+5
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
1
-2
/
+2
*
Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr
Fariborz Jahanian
2009-08-18
1
-1
/
+1
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
1
-1
/
+2
*
Take 2 on AltiVec-style vector initializers.
Nate Begeman
2009-08-10
1
-0
/
+4
*
Revert r78535, it is causing a number of failures to build projects.
Daniel Dunbar
2009-08-10
1
-4
/
+0
*
AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d);
Nate Begeman
2009-08-09
1
-0
/
+4
*
Make canonicalization of overloaded function declarations match the
Douglas Gregor
2009-07-31
1
-19
/
+3
*
Canonicalize template template parameters. We can't test this yet, but
Douglas Gregor
2009-07-31
1
-1
/
+5
*
Canonicalize function parameters
Douglas Gregor
2009-07-31
1
-0
/
+12
*
Canonicalization and profiling for overloaded function declarations,
Douglas Gregor
2009-07-31
1
-2
/
+24
*
Canonicalization for dependent typeof(expr) types.
Douglas Gregor
2009-07-30
1
-2
/
+2
*
Use the new statement/expression profiling code to unique dependent
Douglas Gregor
2009-07-29
1
-0
/
+13
*
Fix a typo in a comment
Douglas Gregor
2009-07-28
1
-1
/
+1
*
Profiling the pointer of a canonical type is sufficient to uniquely identify ...
Douglas Gregor
2009-07-28
1
-20
/
+13
*
Finish profile support for statements.
Douglas Gregor
2009-07-28
1
-3
/
+128
*
Complete profile support for C++ and Objective-C expressions
Douglas Gregor
2009-07-28
1
-62
/
+78
*
Add a Profile function for statements so that we can (eventually) determine
Douglas Gregor
2009-07-28
1
-0
/
+537
[prev]