aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
2009-11-17This patch finalizes implementatin of weak_importFariborz Jahanian
2009-11-17... and add back a few more triple forces.Daniel Dunbar
2009-11-17Add some -triples I was a little too liberal in removing.Daniel Dunbar
2009-11-17Merge several visibility tests into hidden-visibility.m, and check .ll outputDaniel Dunbar
2009-11-17Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar
2009-11-17Don't #include <stdio.h> when tests don't need it, or use clang instead of cl...Daniel Dunbar
2009-11-17Move -fnext-runtime defaulting to driver (and change clang-cc default toDaniel Dunbar
2009-11-16Handle case of missing '@end' in implementation contextFariborz Jahanian
2009-11-12Fix a code gen bug in i386-apple-darwin (objc fragile abi), sendingFariborz Jahanian
2009-11-08Remove RUN: true lines.Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-11-03Switch XFAIL format to match LLVM.Daniel Dunbar
2009-10-28Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me...Steve Naroff
2009-10-27Fix crash when synthesizing property setters when the property type and ivarDaniel Dunbar
2009-10-12Disable tests that check debug info intrinsic. This does not work if debug in...Devang Patel
2009-10-10Generate weak read barriers when reading a weak __blockFariborz Jahanian
2009-10-08Speed up testing by avoiding stdio.h, also helps testing on windows.Mike Stump
2009-10-05Patch to implement Protocols on class extensions.Fariborz Jahanian
2009-09-30<rdar://problem/7263113> Make clang produce gcc's objc_assign_StrongCast as a...Fariborz Jahanian
2009-09-26Use ABIArgInfo::getDirect() for all types that have a pointer representation.Anders Carlsson
2009-09-25Add a reduced test case for the weak ivar infinite recursion.John McCall
2009-09-22Force triple in test.Daniel Dunbar
2009-09-22Add test case for PR4894 (it was fixed in LLVM).Daniel Dunbar
2009-09-21Removed -fobjc-newgc-api option. clang now conforms toFariborz Jahanian
2009-09-21-fobjc-newgc-api is now the default.Fariborz Jahanian
2009-09-21Miscellanous fixes in generatation of objc gc's write-barriers.Fariborz Jahanian
2009-09-18Force a triple.Daniel Dunbar
2009-09-18Fixed a bug in generation of the new write-barriers when Fariborz Jahanian
2009-09-17Force triple for tests using __strong.Daniel Dunbar
2009-09-17IRgen/ObjC: Correctly construct the function info for variadic message sends.Daniel Dunbar
2009-09-17Force triple, although probably the real fix is to tie __strong to -fobjc-gc.Daniel Dunbar
2009-09-16Removed useless stuff from the test.Fariborz Jahanian
2009-09-16More test for objc gc's mixed write-barriers.Fariborz Jahanian
2009-09-16Additional tests for write-bariers.Fariborz Jahanian
2009-09-16Test for variety of write-barriers.Fariborz Jahanian
2009-09-16patch for generating objc'2 objc_assign_ivar. WIP.Fariborz Jahanian
2009-09-16Starting patch to generate more specific API for objc'sFariborz Jahanian
2009-09-16Do not generate write-barrier in indirect assignment toFariborz Jahanian
2009-09-13Force triple to avoid spurious differences due to runtime choice.Daniel Dunbar
2009-09-10Fix a regression where write-barrier was not being generated Fariborz Jahanian
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-08More objc GC's API work for array of pointers declaredFariborz Jahanian
2009-09-08Fixes a regression in generating objc's GC APIFariborz Jahanian
2009-09-08Vastly improve PredefinedExpr output, both in Sema and CodeGen. Patch by Sam ...Anders Carlsson
2009-09-06Test for generation of objc_assign_strongCast in a variety ofFariborz Jahanian
2009-09-01Fixed a property getter ir-gen crash.Fariborz Jahanian
2009-08-31Re-implemented generation of objc_memmove_collectableFariborz Jahanian
2009-08-31Updated GNU runtime non-fragile ABI.David Chisnall
2009-08-25Test case for r79968 (courtesy of Anders).Fariborz Jahanian
2009-08-25Remove a test that relies on old debug info format.Devang Patel