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
Age
Commit message (
Expand
)
Author
2010-04-08
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-05
Emit debug info for objc getters and setters.
Devang Patel
2010-03-25
Fix a code gen. bug involving generation of getter method
Fariborz Jahanian
2010-03-23
Code gen for compound assignment of complex
Fariborz Jahanian
2010-03-23
Patch to implement code gen. use of compound assignent on
Fariborz Jahanian
2010-03-22
Test for my last patch.
Fariborz Jahanian
2010-03-09
Fix the test some more.
Fariborz Jahanian
2010-03-09
See if this test makes it though buildbot.
Fariborz Jahanian
2010-03-09
Reverse the code gen. enabled part of test until I can figure out
Fariborz Jahanian
2010-03-09
Code gen test for a previous patch for
Fariborz Jahanian
2010-03-03
Fix code gen bug generating code for
Fariborz Jahanian
2010-02-24
Canonicalize parameter and return types before computing ABI info. Eliminates
John McCall
2010-02-19
Remove this test for now.
Fariborz Jahanian
2010-02-19
XFAIL until I can fugure out how test check for a pattern when
Fariborz Jahanian
2010-02-19
Patch removes IVars list from ObjCInterfaceDecl and
Fariborz Jahanian
2010-02-17
Hopefully make buildbot happy.
Fariborz Jahanian
2010-02-17
Patch to remove arbitrary imporation of 'self' into
Fariborz Jahanian
2010-02-10
Generate the objc_read_weak API when calling
Fariborz Jahanian
2010-02-10
Switch to using -fsjlj-exceptions instead of hard-coding it. Notably, this fixes
Daniel Dunbar
2010-02-05
Fix a code gen bug accessing 'isa' field via a message call
Fariborz Jahanian
2010-02-03
Fix DeclContext of an objective-c @catch variable
Fariborz Jahanian
2010-02-01
NeXT: Add support for -fobjc-legacy-dispatch.
Daniel Dunbar
2010-01-26
Driver/Darwin: Stuff iPhoneOS into environment portion of the (llvm/clang) tr...
Daniel Dunbar
2010-01-25
merge another one in.
Chris Lattner
2010-01-25
consolidate two testcases.
Chris Lattner
2010-01-25
fix rdar://7556129 a crash in blocks debug info codegen.
Chris Lattner
2009-12-24
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us half...
Anders Carlsson
2009-12-24
Add a test for x86-64 struct returns under gc.
Anders Carlsson
2009-12-18
Testcase fixes to reflect instruction table changes in the LLVM backend
Sean Callanan
2009-12-15
Update tests to use %clang instead of 'clang', and forcibly disable use of '
Daniel Dunbar
2009-12-15
Fixes a code gen bug related to accessing a now
Fariborz Jahanian
2009-12-15
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-14
Make test more generic.
Fariborz Jahanian
2009-12-14
Patch to fix 32-bit @try failure with internal assertion when compiling
Fariborz Jahanian
2009-12-14
Make test pass in all cases.
Fariborz Jahanian
2009-12-14
Fixes an incomplete test case.
Fariborz Jahanian
2009-12-14
Tests use the new clang.
Fariborz Jahanian
2009-12-13
Use clang -cc1 in test, to improve determinism.
Daniel Dunbar
2009-12-12
patch to add a property from a protocol to a class that adopts the protocol.
Fariborz Jahanian
2009-12-09
Code gen for ObjCIsaExpr AST used as lvalue.
Fariborz Jahanian
2009-12-09
Codegen. support for ObjCIsaExpr AST which until now
Fariborz Jahanian
2009-12-01
(objc2 nonfragile-abi specific). If the translation unit includes an implemen...
Fariborz Jahanian
2009-11-30
Fix a crash when ivar type is a __strong SEL. Fallout from
Fariborz Jahanian
2009-11-29
Use '-FOO' 'BAR' instead of '-FOO=BAR' for FOO in -stack-protector, -fvisibil...
Daniel Dunbar
2009-11-29
Normalize options to use '-FOO' instead of '--FOO'.
Daniel Dunbar
2009-11-25
Allow user re-definition of SEL as well as accessing its fields.
Fariborz Jahanian
2009-11-23
Fixe a crash in encoding of SEL type caused by recent changes.
Fariborz Jahanian
2009-11-22
Test case for bug fixed in r89457.
David Chisnall
2009-11-21
This patch implements objective-c's 'SEL' type as a built-in
Fariborz Jahanian
2009-11-17
This patch finalizes implementatin of weak_import
Fariborz Jahanian
[next]