]> git.saurik.com Git - apple/objc4.git/commit
objc4-818.2.tar.gz master macos-1101 v818.2
authorApple <opensource@apple.com>
Mon, 21 Dec 2020 23:08:51 +0000 (23:08 +0000)
committerApple <opensource@apple.com>
Mon, 21 Dec 2020 23:08:51 +0000 (23:08 +0000)
commit34d5b5e889e3923108b39f500cb2351aca8497fa
tree4499c7c4303a3ae2cd47cd2b002c7f786feedd84
parentbc4fafcea49b79b651a74506afcac72862f13fef
objc4-818.2.tar.gz
143 files changed:
markgc.cpp
objc.xcodeproj/project.pbxproj
objc4.plist [new file with mode: 0644]
objcdt/objcdt.1
objcdt/objcdt.mm
runtime/Messengers.subproj/objc-msg-arm.s
runtime/Messengers.subproj/objc-msg-arm64.s
runtime/Messengers.subproj/objc-msg-simulator-x86_64.s
runtime/Messengers.subproj/objc-msg-x86_64.s
runtime/NSObject-internal.h
runtime/NSObject.mm
runtime/Protocol.mm
runtime/arm64-asm.h
runtime/dummy-library-mac-i386.c [new file with mode: 0644]
runtime/isa.h
runtime/objc-abi.h
runtime/objc-api.h
runtime/objc-block-trampolines.mm
runtime/objc-blocktramps-i386.s
runtime/objc-blocktramps-x86_64.s
runtime/objc-cache-old.mm
runtime/objc-cache.h [deleted file]
runtime/objc-cache.mm
runtime/objc-class-old.mm
runtime/objc-class.mm
runtime/objc-config.h
runtime/objc-env.h
runtime/objc-exception.mm
runtime/objc-file.h
runtime/objc-file.mm
runtime/objc-gdb.h
runtime/objc-initialize.mm
runtime/objc-internal.h
runtime/objc-lockdebug.h
runtime/objc-lockdebug.mm
runtime/objc-object.h
runtime/objc-opt.mm
runtime/objc-os.h
runtime/objc-os.mm
runtime/objc-private.h
runtime/objc-ptrauth.h
runtime/objc-references.h
runtime/objc-references.mm
runtime/objc-runtime-new.h
runtime/objc-runtime-new.mm
runtime/objc-runtime.mm
runtime/objc-sel-set.mm
runtime/objc-sel-table.s
runtime/objc-sel.mm
runtime/objc-weak.h
runtime/objc-weak.mm
runtime/objc.h
runtime/runtime.h
test/association.m
test/badPoolCompat-ios-tvos.m [deleted file]
test/badPoolCompat-ios.m [new file with mode: 0644]
test/badPoolCompat-macos.m
test/badPoolCompat-tvos.m [new file with mode: 0644]
test/badPoolCompat-watchos.m
test/badSuperclass.m
test/bigrc.m
test/bool.c
test/cacheflush-constant.m [new file with mode: 0644]
test/category.m
test/consolidatePoolPointers.m [new file with mode: 0644]
test/customrr-nsobject.m
test/customrr.m
test/evil-class-def.m
test/exchangeImp.m
test/fakeRealizedClass.m [new file with mode: 0644]
test/fakeRealizedClass2.m [new file with mode: 0644]
test/forward.m
test/gc-main.m [deleted file]
test/gc.c [deleted file]
test/gc.m [deleted file]
test/gcenforcer-app-aso.m [deleted file]
test/gcenforcer-app-gc.m [deleted file]
test/gcenforcer-app-gcaso.m [deleted file]
test/gcenforcer-app-gcaso2.m [deleted file]
test/gcenforcer-app-gconly.m [deleted file]
test/gcenforcer-app-nogc.m [deleted file]
test/gcenforcer-app-noobjc.m [deleted file]
test/gcenforcer-dylib-nogc.m [deleted file]
test/gcenforcer-dylib-noobjc.m [deleted file]
test/gcenforcer-dylib-requiresgc.m [deleted file]
test/gcenforcer-dylib-supportsgc.m [deleted file]
test/gcenforcer-preflight.m [deleted file]
test/gcfiles/evil1 [deleted file]
test/gcfiles/i386-aso [deleted file]
test/gcfiles/i386-aso--x86_64-aso [deleted file]
test/gcfiles/i386-broken [deleted file]
test/gcfiles/i386-broken--x86_64-gc [deleted file]
test/gcfiles/i386-broken--x86_64-nogc [deleted file]
test/gcfiles/i386-gc [deleted file]
test/gcfiles/i386-gc--x86_64-broken [deleted file]
test/gcfiles/i386-gc--x86_64-gc [deleted file]
test/gcfiles/i386-gc--x86_64-nogc [deleted file]
test/gcfiles/i386-gcaso [deleted file]
test/gcfiles/i386-gcaso2 [deleted file]
test/gcfiles/i386-gconly [deleted file]
test/gcfiles/i386-nogc [deleted file]
test/gcfiles/i386-nogc--x86_64-broken [deleted file]
test/gcfiles/i386-nogc--x86_64-gc [deleted file]
test/gcfiles/i386-nogc--x86_64-nogc [deleted file]
test/gcfiles/i386-noobjc [deleted file]
test/gcfiles/libnogc.dylib [deleted file]
test/gcfiles/libnoobjc.dylib [deleted file]
test/gcfiles/librequiresgc.dylib [deleted file]
test/gcfiles/librequiresgc.fake.dylib [deleted file]
test/gcfiles/libsupportsgc.dylib [deleted file]
test/gcfiles/x86_64-aso [deleted file]
test/gcfiles/x86_64-broken [deleted file]
test/gcfiles/x86_64-gc [deleted file]
test/gcfiles/x86_64-gcaso [deleted file]
test/gcfiles/x86_64-gcaso2 [deleted file]
test/gcfiles/x86_64-gconly [deleted file]
test/gcfiles/x86_64-nogc [deleted file]
test/gcfiles/x86_64-noobjc [deleted file]
test/isaValidation.m
test/ivarSlide.m
test/lazyClassName.m [new file with mode: 0644]
test/libraryPath.c
test/methodCacheLeaks.m
test/methodListSmall.h
test/methodListSmall.mm
test/methodListSmallMutableMemory.mm [deleted file]
test/nonpointerisa.m
test/preopt-caches.entitlements [new file with mode: 0644]
test/preopt-caches.mm [new file with mode: 0644]
test/protocolSmall.m [new file with mode: 0644]
test/readClassPair.m
test/rr-sidetable.m
test/runtime.m
test/setAssociatedObjectHook.m
test/swift-class-def.m
test/swiftMetadataInitializerRealloc.m
test/taggedPointers.m
test/taggedPointersTagObfuscationDisabled.m
test/test-defines.h [new file with mode: 0644]
test/test.h
test/test.pl
test/unload.m
test/weakReferenceHook.m [new file with mode: 0644]