aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC
AgeCommit message (Expand)Author
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
2009-08-24Remove ivarlayout bitmap optimization, instead if all zeros,Fariborz Jahanian
2009-08-18Fix some made up triples.Daniel Dunbar
2009-07-25MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar
2009-07-24Don't use getLLVMFieldNo for bitfields when constructing the ivar layout maps...Anders Carlsson
2009-07-22Fix a couple recent ABI regressions noticed during code review (fallout from ...Steve Naroff
2009-07-21Prep for new warning.Mike Stump
2009-07-21Remove a file from the test directory that was added by mistake.Argyrios Kyrtzidis
2009-07-21Use temporary output to avoid running index-test with the same commands multi...Argyrios Kyrtzidis
2009-07-18Fix RUN line to not litter the test directory.Sebastian Redl
2009-07-16ir-gen for --/++ operators of objc object pointersFariborz Jahanian
2009-07-16Enable. Now the LLVM dwarfwriter does not print extra '1' prefix in symbol na...Devang Patel
2009-07-14Revert 75648 for now. It is causing test failures.Devang Patel
2009-07-14Use LLVM mangler to get mangled name for debug info entry.Devang Patel
2009-07-14Update debug info generation for ObjCObjectPointer changes.Daniel Dunbar