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
/
CodeGen
/
CGObjC.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
avoid a lot of unneeded selector processing work by passing around
Chris Lattner
2008-06-26
1
-8
/
+3
*
use cheaper/simpler getselector call for @selector exprs.
Chris Lattner
2008-06-26
1
-2
/
+1
*
start avoid doing lots of unneeded work handling selectors
Chris Lattner
2008-06-26
1
-1
/
+1
*
Fix 80 col violations, assert on assumptions.
Chris Lattner
2008-06-26
1
-7
/
+11
*
"Support for Objective-C message sends which return structures. Also include...
Chris Lattner
2008-06-24
1
-2
/
+81
*
Change self/_cmd to be instances of ImplicitParamDecl instead of ParmVarDecl.
Chris Lattner
2008-06-17
1
-0
/
+89
*
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-29
1
-1
/
+1
*
The dtor CGObjCRuntime::~CGObjCRuntime() was implemented twice, once
Ted Kremenek
2008-04-09
1
-1
/
+2
*
Add initial support for objc codegen for methods, ivars, and the
Chris Lattner
2008-03-30
1
-0
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+25