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
...
*
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
2009-04-08
1
-0
/
+1
*
Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...
Steve Naroff
2009-03-31
1
-3
/
+1
*
rename some methods.
Chris Lattner
2009-03-28
1
-1
/
+1
*
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-22
1
-3
/
+2
*
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-20
1
-0
/
+2
*
More super dot-syntax property implementation
Fariborz Jahanian
2009-03-20
1
-26
/
+46
*
Implement ir gen. for setter/getter applied to 'super'
Fariborz Jahanian
2009-03-20
1
-1
/
+30
*
ir-gen support for class getter/setter call
Fariborz Jahanian
2009-03-10
1
-4
/
+18
*
Fixed an ir-gen bug in syntheszing a getter function
Fariborz Jahanian
2009-03-03
1
-3
/
+7
*
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-28
1
-0
/
+2
*
Enable debug info emission for objc methods.
Devang Patel
2009-02-25
1
-0
/
+3
*
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-20
1
-6
/
+5
*
Start removing the old Obj-C EH stack now that the cleanup stack is used inst...
Anders Carlsson
2009-02-10
1
-7
/
+1
*
Ensure we track all the stack depths for all break and continue points
Mike Stump
2009-02-07
1
-7
/
+7
*
Ensure that we don't miscodegen if vlas creap into the top of the for.
Mike Stump
2009-02-07
1
-0
/
+6
*
Fixup goto codegen in and around VLAs.
Mike Stump
2009-02-07
1
-2
/
+1
*
Use correct signature for calling enumeration mutation function.
Daniel Dunbar
2009-02-04
1
-1
/
+1
*
Update passing of _Bool values to match what function was declared to take.
Daniel Dunbar
2009-02-04
1
-3
/
+3
*
Use CGCall infrastructure to call enumeration mutation function.
Daniel Dunbar
2009-02-03
1
-1
/
+7
*
Fix return type for calls to objc_setProperty.
Daniel Dunbar
2009-02-03
1
-1
/
+5
*
objc2's ir-gen for nonfragile ivar access.
Fariborz Jahanian
2009-02-03
1
-1
/
+10
*
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
1
-2
/
+3
*
More ABI API cleanup.
Daniel Dunbar
2009-02-02
1
-3
/
+3
*
ABI handling API changes.
Daniel Dunbar
2009-02-02
1
-2
/
+3
*
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-20
1
-1
/
+1
*
Attempt to unbreak Windows build.
Daniel Dunbar
2009-01-16
1
-3
/
+3
*
Fix some unused variable, control reaches end of non-void function,
Daniel Dunbar
2009-01-15
1
-3
/
+2
*
Fix a misleading comment.
Steve Naroff
2009-01-10
1
-4
/
+4
*
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2009-01-10
1
-9
/
+6
*
assert if attempting to code gen. a property setter/getter
Fariborz Jahanian
2009-01-10
1
-0
/
+4
*
Couple of code gen. fixes in ObjC's colection-statement. Hard
Fariborz Jahanian
2009-01-06
1
-1
/
+3
*
Removed a slot in ObjCMemRegExpr used in
Fariborz Jahanian
2008-12-18
1
-2
/
+2
*
Code gen. for ivar references; including bitfield
Fariborz Jahanian
2008-12-15
1
-1
/
+3
*
Store the size of the EH stack inside each BreakContinue struct so we know wh...
Anders Carlsson
2008-12-13
1
-1
/
+2
*
Patch for ObjCIvarRefExpr containing the field
Fariborz Jahanian
2008-12-13
1
-1
/
+3
*
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-09
1
-6
/
+8
*
Change condition under which 'retain'/'copy' are directly evaluated.
Fariborz Jahanian
2008-12-08
1
-4
/
+6
*
Code gen for aggregate-valued properties and a test case.
Fariborz Jahanian
2008-11-26
1
-4
/
+7
*
Fix 80-col violations.
Daniel Dunbar
2008-11-25
1
-2
/
+4
*
Implemented ir-gen for 'implicit' properties using the new AST nodes.
Fariborz Jahanian
2008-11-22
1
-12
/
+33
*
New AST node to access "implicit" setter/getter using property dor syntax.
Fariborz Jahanian
2008-11-22
1
-26
/
+7
*
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
[prev]
[next]