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
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-109
/
+106
*
Fixed a property getter ir-gen crash.
Fariborz Jahanian
2009-09-01
1
-0
/
+1
*
Regularize the case and sort.
Mike Stump
2009-08-26
1
-1
/
+1
*
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...
Fariborz Jahanian
2009-08-20
1
-4
/
+4
*
Renamed ClassProp data member of ObjCImplctSetterGetterRefExpr
Fariborz Jahanian
2009-08-18
1
-6
/
+6
*
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
Fariborz Jahanian
2009-08-18
1
-2
/
+4
*
Update for LLVM API change.
Owen Anderson
2009-07-31
1
-2
/
+2
*
Canonicalize else spacing.
Mike Stump
2009-07-30
1
-14
/
+7
*
Update for LLVM API change.
Owen Anderson
2009-07-29
1
-1
/
+1
*
Update for LLVM API change.
Owen Anderson
2009-07-24
1
-5
/
+5
*
Update for LLVM API change, and contextify a bunch of related stuff.
Owen Anderson
2009-07-14
1
-8
/
+8
*
Update for LLVM API change.
Owen Anderson
2009-07-13
1
-2
/
+2
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-2
/
+2
*
Remove the ASTContext parameter from the getBody() methods of Decl and subcla...
Argyrios Kyrtzidis
2009-06-30
1
-2
/
+2
*
Remove the ASTContext parameter from the attribute-related methods of Decl.
Argyrios Kyrtzidis
2009-06-30
1
-1
/
+1
*
Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.
Douglas Gregor
2009-06-18
1
-1
/
+1
*
Reflow some comments.
Mike Stump
2009-05-16
1
-11
/
+11
*
Patch to support Gnu runtime's typed selectors.
Fariborz Jahanian
2009-05-05
1
-1
/
+2
*
Implement function-try-blocks. However, there's a very subtle bug that I can'...
Sebastian Redl
2009-04-26
1
-1
/
+1
*
split ObjC and C++ Statements out into their own headers.
Chris Lattner
2009-04-26
1
-1
/
+1
*
Remove unnused variable.
Daniel Dunbar
2009-04-21
1
-1
/
+0
*
Kill ASTContext::[gs]etFieldForDecl, instead we just lookup things
Daniel Dunbar
2009-04-21
1
-5
/
+1
*
Remove non-const form of lookupFieldDeclForIvar.
Daniel Dunbar
2009-04-20
1
-1
/
+1
*
Use EmitCallArgs in EmitObjCMessageExpr.
Anders Carlsson
2009-04-18
1
-4
/
+1
*
FunctionDecl::getBody() is getting an ASTContext argument for use in
Douglas Gregor
2009-04-18
1
-2
/
+2
*
Attributes on block functions were not being set.
Daniel Dunbar
2009-04-17
1
-1
/
+2
*
Update to use hasAttr() instead of getAttr().
Daniel Dunbar
2009-04-13
1
-1
/
+1
*
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
[next]