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