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
/
CodeGenObjC
/
encode-test.m
Age
Commit message (
Expand
)
Author
2012-12-20
Robustify the @encode code and add support for _Atomic.
John McCall
2012-06-20
Restructure how the driver communicates information about the
John McCall
2011-10-02
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-06-16
For the purpose of @encode'ing, accept 'void' type
Fariborz Jahanian
2011-05-17
Reapply the commits that r131401 reverted and add a fix for PR9927.
Argyrios Kyrtzidis
2011-05-16
Revert 131377, 131369 and 131365.
Rafael Espindola
2011-05-15
Fix generation of obj-c @encoding for members with zero size.
Argyrios Kyrtzidis
2011-05-14
Create proper Objective-C @encoding for C++ classes; fixes rdar://9357400.
Argyrios Kyrtzidis
2010-10-11
IRgen/Obj-C: Fix encoding of "long double".
Daniel Dunbar
2010-10-11
Merge encode-test-1.m into encode-test.m
Daniel Dunbar
2010-10-11
FileCheck'ize test.
Daniel Dunbar
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Tests use the new clang.
Fariborz Jahanian
2009-11-30
Fix a crash when ivar type is a __strong SEL. Fallout from
Fariborz Jahanian
2009-11-23
Fixe a crash in encoding of SEL type caused by recent changes.
Fariborz Jahanian
2009-11-17
Move -fnext-runtime defaulting to driver (and change clang-cc default to
Daniel Dunbar
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-22
Fix a couple recent ABI regressions noticed during code review (fallout from ...
Steve Naroff
2009-07-10
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-04-27
rdar://6827200 - [sema] reject statically allocated arrays of interface types
Chris Lattner
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2008-12-28
Fix a grep error that caused CodeGenObjC/encode-test.m to fail.
Sebastian Redl
2008-12-23
Last patch, for now, to privde ObjC's encoding of types.
Fariborz Jahanian
2008-12-22
More encoding support; in this case, encoding of
Fariborz Jahanian
2008-12-21
Test case makes a platform assumption, so force triple.
Sebastian Redl
2008-12-20
Finish up saving original parameter type and
Fariborz Jahanian
2008-12-20
Strangely enough, name of ObjC class is not encoded into the
Fariborz Jahanian
2008-12-19
More encoding support. This time for
Fariborz Jahanian
2008-12-19
Test case for my last @encode patch.
Fariborz Jahanian