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
*
Consolidated @try and @synchronize into a single
Fariborz Jahanian
2008-11-21
1
-2
/
+2
*
Rename IdentifierInfo::isName to ::isStr. Use a nifty trick
Chris Lattner
2008-11-20
1
-1
/
+1
*
fix save-o
Chris Lattner
2008-11-19
1
-1
/
+1
*
simplify
Chris Lattner
2008-11-19
1
-1
/
+1
*
This reworks some of the Diagnostic interfaces a bit to change how diagnostics
Chris Lattner
2008-11-18
1
-3
/
+2
*
Start implementing support for @synchonized with the darwin ObjC API.
Chris Lattner
2008-11-15
1
-0
/
+6
*
Rework IRgen invariant w.r.t. current insert point.
Daniel Dunbar
2008-11-11
1
-0
/
+1
*
Centralize basic block creation in CodeGenFunction::createBasicBlock.
Daniel Dunbar
2008-11-11
1
-10
/
+9
*
Add a new expression class, ObjCSuperExpr, to handle the Objective-C 'super'....
Douglas Gregor
2008-11-04
1
-3
/
+1
*
Debug info bug fix, function start wasn't getting generated correctly
Daniel Dunbar
2008-10-18
1
-8
/
+2
*
silence release-assert warnings.
Chris Lattner
2008-10-12
1
-3
/
+3
*
Use DeclStmt::getSolitaryDecl() instead of DeclStmt::getDecl() when processin...
Ted Kremenek
2008-10-06
1
-3
/
+3
*
Implement Obj-C synthesized setters for copy / retain.
Daniel Dunbar
2008-09-24
1
-22
/
+63
*
Implement Obj-C getter synthesis for copy and retain.
Daniel Dunbar
2008-09-24
1
-12
/
+56
*
Make sure to store the exception in the catch parameter.
Anders Carlsson
2008-09-11
1
-8
/
+0
*
Make sure to emit the catch parameter as well as the catch body.
Anders Carlsson
2008-09-11
1
-0
/
+8
*
Factor CodeGenFunction::StartFunction out of GenerateCode and
Daniel Dunbar
2008-09-09
1
-41
/
+11
*
Use a unified return block.
Daniel Dunbar
2008-09-09
1
-0
/
+5
*
Move handling of @try and @throw to the runtime class.
Anders Carlsson
2008-09-09
1
-0
/
+10
*
Change CodeGen to emit calls using (RValue,Type) list:
Daniel Dunbar
2008-09-09
1
-5
/
+6
*
Set function attributes (sext, zext, etc.) on Objective-C methods.
Daniel Dunbar
2008-09-04
1
-0
/
+3
*
Fix infinite loop in for ... in code generation.
Daniel Dunbar
2008-09-04
1
-1
/
+1
*
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
[next]