summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGValue.h
Commit message (Expand)AuthorAgeFilesLines
* Preserve address space information through member accesses, e.g., Mon P Wang2009-07-221-3/+8
* Not setting all the fields is confusing...Mike Stump2009-05-281-0/+3
* Add support for volatile RValues.Mike Stump2009-05-231-3/+8
* Reflow some comments.Mike Stump2009-05-161-5/+5
* Provide basic support for generation of objc2's Fariborz Jahanian2009-05-041-1/+10
* Handle case of none gc'able objects regardless of theirFariborz Jahanian2009-02-211-2/+12
* Some code simplification. ir gen for gc'able arrayFariborz Jahanian2009-02-191-5/+6
* fix volatile handling with ExtVectorElementExpr, so that weChris Lattner2009-02-161-2/+6
* Remove tabs.Nate Begeman2008-12-161-3/+3
* Implemented ir-gen for 'implicit' properties using the new AST nodes.Fariborz Jahanian2008-11-221-1/+21
* Fields of ivars of struct types are considered ivarsFariborz Jahanian2008-11-211-2/+2
* Support generation of objc_assign_ivar for ivarFariborz Jahanian2008-11-201-0/+10
* More of objective-c's gc code-gen. Treat objective-cFariborz Jahanian2008-11-191-3/+4
* Few more changes due to Daniel's feedback.Fariborz Jahanian2008-11-191-2/+2
* Generate strong write barriers for __strong objects.Fariborz Jahanian2008-11-191-10/+17
* Generate objc_read_weak for __weak objc loads.Fariborz Jahanian2008-11-181-0/+4
* Some basic support toward objective-c's GC code gen.Fariborz Jahanian2008-11-181-2/+13
* Add FIXME about potential problem in how property ref lvalues are handled.Daniel Dunbar2008-10-171-0/+3
* Change CodeGen to emit calls using (RValue,Type) list:Daniel Dunbar2008-09-091-0/+5
* Add special "property reference" CodeGen::LValue type for emittingDaniel Dunbar2008-08-291-2/+24
* Move [LR]Value into CGValue.hDaniel Dunbar2008-08-231-0/+208
OpenPOWER on IntegriCloud