index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGenObjCXX
Age
Commit message (
Expand
)
Author
2010-11-18
Fix a bug where write-barriers for assignment through reference
Fariborz Jahanian
2010-11-18
Add an assertion, fix a whole bunch of bugs, comment the assertion
John McCall
2010-11-11
Adding couple of Block API, a bug fix and
Fariborz Jahanian
2010-10-07
Fix a crash encoding ivars of vector types and
Fariborz Jahanian
2010-09-27
Copying result of object property reference expression
Fariborz Jahanian
2010-09-25
Fix a NYI in IRGen which was due to incorrect AST
Fariborz Jahanian
2010-09-18
Fixes IRgen bug in objc++ reference binding of a
Fariborz Jahanian
2010-09-17
Only assignment operator triggers property setter call.
Fariborz Jahanian
2010-09-14
RHS of property expression assignment requires
Fariborz Jahanian
2010-09-10
IRGen fix for using property-dot syntax to pass
Fariborz Jahanian
2010-09-09
property reference expression used on lhs of assignment
Fariborz Jahanian
2010-09-01
Fix IRGen when property-dot syntax used to access
Fariborz Jahanian
2010-08-12
Just disable the hidden-visibility optimization for now by hiding it behind
John McCall
2010-08-12
Implement RTTI generation for Objective C types. Fixes PR7864.
John McCall
2010-08-07
Allow reference binding of a reference of Objective-C object type to
Douglas Gregor
2010-07-24
Support catching Objective C pointers in C++ under the non-fragile NeXT runtime.
John McCall
2010-07-16
When checking whether to bind an expression to a temporary, don't bind Obj-C ...
Anders Carlsson
2010-06-30
extern variable declared locally to objective-c++ method
Fariborz Jahanian
2010-06-24
Renamed selactor-expr-lvalue.mm to selector-expr-lvalue.mm.
Fariborz Jahanian
2010-06-21
Fix an Obj-C++ miscompile when calling an Obj-C method that returns a C++ ref...
Anders Carlsson
2010-06-17
objective-C++ IRGen: property reference as an
Fariborz Jahanian
2010-06-17
Do not treat @selector as lvalue (unlike g++).
Fariborz Jahanian
2010-06-17
Objective-c++ IRGen. Support for @selector expression as
Fariborz Jahanian
2010-06-15
Moved objective-c++ code gen. tests to their own directory and
Fariborz Jahanian
2010-05-27
Objective-c++ IR gen.
Fariborz Jahanian
2010-05-25
Fix testsuite for blocks mangling change
Douglas Gregor
2010-05-20
Various small fixes for construction/destruction of Objective-C++
Douglas Gregor
2010-05-17
Teach the ObjC mangler to ignore member pointers just like gcc does.
John McCall
2010-05-15
Fix API gen for objc_msgSend property of aggregate types
Fariborz Jahanian
2010-05-10
Objective-C++ Code gen. Handle code gen. for property
Fariborz Jahanian
2010-05-07
Fixes a Code gen crash trying to use a dot-syntax for
Fariborz Jahanian
2010-05-07
Implement encoding of methods which have instantiated
Fariborz Jahanian
2010-05-06
Code Gen support for Getter/Setter synthesis of
Fariborz Jahanian
2010-05-04
Fixes a code gen. crash when ivar object has trivial constructor.
Fariborz Jahanian
2010-04-28
Support for construct/destruct of ivar array
Fariborz Jahanian
2010-04-13
Add encoding of reference types like gcc does for objc methods and
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Test uses the new clang.
Fariborz Jahanian
2009-12-10
Mangle static variables inside Objective-C methods in Objective-C++. We curre...
Anders Carlsson