Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
cdc89c485cde6aaa8c8e83f920cb25ddf7876a75
/
lib
/
CodeGen
/
CGValue.h
519202d
Fix documentation.
by Mike Stump
· 15 years ago
6c7a1f3
Patch fixes a code gen. bug in generation of objc_assign_ivar (objc GC's API).
by Fariborz Jahanian
· 15 years ago
0953e76
Refactor the representation of qualifiers to bring ExtQualType out of the
by John McCall
· 15 years ago
fd02ed7
Miscellanous fixes in generatation of objc gc's write-barriers.
by Fariborz Jahanian
· 15 years ago
1c1afc4
Fixed a bug in generation of the new write-barriers when
by Fariborz Jahanian
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
09105f5
Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr".
by Fariborz Jahanian
· 15 years ago
154440e
Renamed ObjCKVCRefExpr to ObjCImplctSetterGetterRefExpr.
by Fariborz Jahanian
· 15 years ago
c6a38a4
Preserve address space information through member accesses, e.g.,
by Mon P Wang
· 15 years ago
6b73568
Not setting all the fields is confusing...
by Mike Stump
· 15 years ago
8b3d93a
Add support for volatile RValues.
by Mike Stump
· 15 years ago
f5408fe
Reflow some comments.
by Mike Stump
· 15 years ago
bf63b87
Provide basic support for generation of objc2's
by Fariborz Jahanian
· 16 years ago
4f676ed
Handle case of none gc'able objects regardless of their type.
by Fariborz Jahanian
· 16 years ago
c1debf3
Some code simplification. ir gen for gc'able array of objects in objc.
by Fariborz Jahanian
· 16 years ago
1bd885e
fix volatile handling with ExtVectorElementExpr, so that we
by Chris Lattner
· 16 years ago
fea8685
Remove tabs.
by Nate Begeman
· 16 years ago
43f4470
Implemented ir-gen for 'implicit' properties using the new AST nodes.
by Fariborz Jahanian
· 16 years ago
2ab1968
Fields of ivars of struct types are considered ivars
by Fariborz Jahanian
· 16 years ago
d1cc804
Support generation of objc_assign_ivar for ivar write-barriers.
by Fariborz Jahanian
· 16 years ago
0c43f26
More of objective-c's gc code-gen. Treat objective-c
by Fariborz Jahanian
· 16 years ago
dbd32c2
Few more changes due to Daniel's feedback.
by Fariborz Jahanian
· 16 years ago
5862650
Generate strong write barriers for __strong objects.
by Fariborz Jahanian
· 16 years ago
6dc2317
Generate objc_read_weak for __weak objc loads.
by Fariborz Jahanian
· 16 years ago
6d657c4
Some basic support toward objective-c's GC code gen.
by Fariborz Jahanian
· 16 years ago
f951719
Add FIXME about potential problem in how property ref lvalues are handled.
by Daniel Dunbar
· 16 years ago
46f45b9
Change CodeGen to emit calls using (RValue,Type) list:
by Daniel Dunbar
· 16 years ago
85c59ed
Add special "property reference" CodeGen::LValue type for emitting
by Daniel Dunbar
· 16 years ago
2eecaab
Move [LR]Value into CGValue.h - No (intended) functional change.
by Daniel Dunbar
· 16 years ago