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
*
Fix ObjCPropertRefExpr to be able to encode all the information for
Daniel Dunbar
2008-09-03
1
-8
/
+18
*
Handle mutation while enumerating correctly. Fix some bugs.
Anders Carlsson
2008-08-31
1
-7
/
+48
*
Initial support for CodeGen of for ... in statements.
Anders Carlsson
2008-08-31
1
-1
/
+151
*
Stub out CodeGenFunction::EmitObjCForCollectionStmt.
Anders Carlsson
2008-08-30
1
-0
/
+6
*
Add Objective-C property setter support.
Daniel Dunbar
2008-08-30
1
-12
/
+22
*
Refactor handling of calls:
Daniel Dunbar
2008-08-30
1
-2
/
+8
*
Add special "property reference" CodeGen::LValue type for emitting
Daniel Dunbar
2008-08-29
1
-0
/
+6
*
Initial support for Obj-C dot-syntax for getters.
Daniel Dunbar
2008-08-27
1
-0
/
+20
*
Objective-C @synthesize support.
Daniel Dunbar
2008-08-26
1
-4
/
+86
*
Fix Obj-C super sends inside class methods.
Daniel Dunbar
2008-08-25
1
-6
/
+10
*
Trim CGObjCRuntime::GenerateMessageSend[Super]
Daniel Dunbar
2008-08-23
1
-29
/
+5
*
Move all Obj-C runtime interaction into CodeGenFunction.
Daniel Dunbar
2008-08-20
1
-0
/
+5
*
Add NeXT runtime support for generating methods.
Daniel Dunbar
2008-08-16
1
-26
/
+12
*
Change ObjCRuntime::LookupClass -> GetClass, and now takes the
Daniel Dunbar
2008-08-16
1
-9
/
+12
*
Change CGObjCRuntime methods to take appropriate clang Decls.
Daniel Dunbar
2008-08-15
1
-27
/
+1
*
Add GetAddrOfConstantCString method
Daniel Dunbar
2008-08-13
1
-1
/
+1
*
Drop Sender from GenerateMessageSend*
Daniel Dunbar
2008-08-12
1
-3
/
+2
*
Add ObjC constant string support for NeXT.
Daniel Dunbar
2008-08-12
1
-3
/
+4
*
Change CodeGenModule to only create ObjC runtime for ObjC files
Daniel Dunbar
2008-08-11
1
-7
/
+7
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-4
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+2
*
rename PreDefinedExpr -> PredefinedExpr
Chris Lattner
2008-08-10
1
-3
/
+3
*
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