index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGObjC.cpp
Age
Commit message (
Expand
)
Author
2009-04-21
Remove unnused variable.
Daniel Dunbar
2009-04-21
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-20
Remove non-const form of lookupFieldDeclForIvar.
Daniel Dunbar
2009-04-18
Use EmitCallArgs in EmitObjCMessageExpr.
Anders Carlsson
2009-04-18
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-17
Attributes on block functions were not being set.
Daniel Dunbar
2009-04-13
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-08
Use the new EmitCallArgs function. No indented functionality change.
Anders Carlsson
2009-03-31
Some "prep" work for handling ObjC @-string constants that contain UTF-8. No ...
Steve Naroff
2009-03-28
rename some methods.
Chris Lattner
2009-03-22
pull "runtime globals" into the same framework as other functions/global vari...
Chris Lattner
2009-03-20
Fix codegen for support for super inside block literal expressions.
Mike Stump
2009-03-20
More super dot-syntax property implementation
Fariborz Jahanian
2009-03-20
Implement ir gen. for setter/getter applied to 'super'
Fariborz Jahanian
2009-03-10
ir-gen support for class getter/setter call
Fariborz Jahanian
2009-03-03
Fixed an ir-gen bug in syntheszing a getter function
Fariborz Jahanian
2009-02-28
Obscure code gen bug related to sending
Fariborz Jahanian
2009-02-25
Enable debug info emission for objc methods.
Devang Patel
2009-02-20
remove some more methods from objc decls, using the iterator
Chris Lattner
2009-02-10
Start removing the old Obj-C EH stack now that the cleanup stack is used inst...
Anders Carlsson
2009-02-07
Ensure we track all the stack depths for all break and continue points
Mike Stump
2009-02-07
Ensure that we don't miscodegen if vlas creap into the top of the for.
Mike Stump
2009-02-07
Fixup goto codegen in and around VLAs.
Mike Stump
2009-02-04
Use correct signature for calling enumeration mutation function.
Daniel Dunbar
2009-02-04
Update passing of _Bool values to match what function was declared to take.
Daniel Dunbar
2009-02-03
Use CGCall infrastructure to call enumeration mutation function.
Daniel Dunbar
2009-02-03
Fix return type for calls to objc_setProperty.
Daniel Dunbar
2009-02-03
objc2's ir-gen for nonfragile ivar access.
Fariborz Jahanian
2009-02-02
Thread CGFunctionInfo construction through CodeGenTypes.
Daniel Dunbar
2009-02-02
More ABI API cleanup.
Daniel Dunbar
2009-02-02
ABI handling API changes.
Daniel Dunbar
2009-01-20
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-16
Attempt to unbreak Windows build.
Daniel Dunbar
2009-01-15
Fix some unused variable, control reaches end of non-void function,
Daniel Dunbar
2009-01-10
Fix a misleading comment.
Steve Naroff
2009-01-10
This patch fixes the code gen failures which was a fallout from
Fariborz Jahanian
2009-01-10
assert if attempting to code gen. a property setter/getter
Fariborz Jahanian
2009-01-06
Couple of code gen. fixes in ObjC's colection-statement. Hard
Fariborz Jahanian
2008-12-18
Removed a slot in ObjCMemRegExpr used in
Fariborz Jahanian
2008-12-15
Code gen. for ivar references; including bitfield
Fariborz Jahanian
2008-12-13
Store the size of the EH stack inside each BreakContinue struct so we know wh...
Anders Carlsson
2008-12-13
Patch for ObjCIvarRefExpr containing the field
Fariborz Jahanian
2008-12-09
Support for implementation of property in the case where
Fariborz Jahanian
2008-12-08
Change condition under which 'retain'/'copy' are directly evaluated.
Fariborz Jahanian
2008-11-26
Code gen for aggregate-valued properties and a test case.
Fariborz Jahanian
2008-11-25
Fix 80-col violations.
Daniel Dunbar
2008-11-22
Implemented ir-gen for 'implicit' properties using the new AST nodes.
Fariborz Jahanian
2008-11-22
New AST node to access "implicit" setter/getter using property dor syntax.
Fariborz Jahanian
2008-11-21
Consolidated @try and @synchronize into a single
Fariborz Jahanian
2008-11-20
Rename IdentifierInfo::isName to ::isStr. Use a nifty trick
Chris Lattner
[next]