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