aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGValue.h
AgeCommit message (Expand)Author
2009-11-03Fix documentation.Mike Stump
2009-09-24Patch fixes a code gen. bug in generation of objc_assign_ivarFariborz Jahanian
2009-09-24Refactor the representation of qualifiers to bring ExtQualType out of theJohn McCall
2009-09-21Miscellanous fixes in generatation of objc gc's write-barriers.Fariborz Jahanian
2009-09-18Fixed a bug in generation of the new write-barriers when Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-20Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRef...Fariborz Jahanian
2009-08-18Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.Fariborz Jahanian
2009-07-22Preserve address space information through member accesses, e.g., Mon P Wang
2009-05-28Not setting all the fields is confusing...Mike Stump
2009-05-23Add support for volatile RValues.Mike Stump
2009-05-16Reflow some comments.Mike Stump
2009-05-04Provide basic support for generation of objc2's Fariborz Jahanian
2009-02-21Handle case of none gc'able objects regardless of theirFariborz Jahanian
2009-02-19Some code simplification. ir gen for gc'able arrayFariborz Jahanian
2009-02-16fix volatile handling with ExtVectorElementExpr, so that weChris Lattner
2008-12-16Remove tabs.Nate Begeman
2008-11-22Implemented ir-gen for 'implicit' properties using the new AST nodes.Fariborz Jahanian
2008-11-21Fields of ivars of struct types are considered ivarsFariborz Jahanian
2008-11-20Support generation of objc_assign_ivar for ivarFariborz Jahanian
2008-11-19More of objective-c's gc code-gen. Treat objective-cFariborz Jahanian
2008-11-19Few more changes due to Daniel's feedback.Fariborz Jahanian
2008-11-19Generate strong write barriers for __strong objects.Fariborz Jahanian
2008-11-18Generate objc_read_weak for __weak objc loads.Fariborz Jahanian
2008-11-18Some basic support toward objective-c's GC code gen.Fariborz Jahanian
2008-10-17Add FIXME about potential problem in how property ref lvalues are handled.Daniel Dunbar
2008-09-09Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar
2008-08-29Add special "property reference" CodeGen::LValue type for emittingDaniel Dunbar
2008-08-23Move [LR]Value into CGValue.hDaniel Dunbar