]> git.saurik.com Git - apple/objc4.git/commit - runtime/Auto.subproj/objc-auto-x86_64.s
objc4-493.9.tar.gz mac-os-x-107 mac-os-x-1071 mac-os-x-1072 v493.9
authorApple <opensource@apple.com>
Wed, 13 Jul 2011 00:08:44 +0000 (00:08 +0000)
committerApple <opensource@apple.com>
Wed, 13 Jul 2011 00:08:44 +0000 (00:08 +0000)
commit8972963c21fb120c80c09e06536ba4aa7eb98af3
tree3e047d8cd4c7dc276ab66d20053c98d542874b0b
parentee974f79090efc52c8d37c74dff5abadabf50296
objc4-493.9.tar.gz
231 files changed:
libobjc.order
markgc.c
objc.suo
objc.vcproj
objc.xcodeproj/project.pbxproj
prebuild.bat [new file with mode: 0755]
runtests.sh
runtime/Accessors.subproj/objc-accessors.h
runtime/Accessors.subproj/objc-accessors.m
runtime/Auto.subproj/objc-auto-i386.s
runtime/Auto.subproj/objc-auto-ppc.s [deleted file]
runtime/Auto.subproj/objc-auto-ppc64.s [deleted file]
runtime/Auto.subproj/objc-auto-x86_64.s
runtime/Messengers.subproj/objc-msg-arm.s
runtime/Messengers.subproj/objc-msg-i386.s
runtime/Messengers.subproj/objc-msg-ppc.s [deleted file]
runtime/Messengers.subproj/objc-msg-simulator-i386.s [new file with mode: 0644]
runtime/Messengers.subproj/objc-msg-win32.m
runtime/Messengers.subproj/objc-msg-x86_64.s
runtime/Object.h
runtime/Object.m
runtime/OldClasses.subproj/List.h
runtime/OldClasses.subproj/List.m
runtime/Protocol.h
runtime/Protocol.m
runtime/a1a2-blocktramps-arm.s [new file with mode: 0644]
runtime/a1a2-blocktramps-i386.s [new file with mode: 0755]
runtime/a1a2-blocktramps-x86_64.s [new file with mode: 0755]
runtime/a2a3-blocktramps-arm.s [new file with mode: 0644]
runtime/a2a3-blocktramps-i386.s [new file with mode: 0755]
runtime/a2a3-blocktramps-x86_64.s [new file with mode: 0755]
runtime/error.h [deleted file]
runtime/hashtable2.h
runtime/hashtable2.m
runtime/llvm-DenseMap.h [new file with mode: 0644]
runtime/llvm-type_traits.h [new file with mode: 0644]
runtime/maptable.h
runtime/maptable.m
runtime/message.h
runtime/objc-abi.h [new file with mode: 0644]
runtime/objc-api.h
runtime/objc-arr.mm [new file with mode: 0644]
runtime/objc-auto-dump.m
runtime/objc-auto.h
runtime/objc-auto.m
runtime/objc-block-trampolines.m [new file with mode: 0644]
runtime/objc-cache.m
runtime/objc-class-old.m
runtime/objc-class.m
runtime/objc-config.h
runtime/objc-errors.m
runtime/objc-exception.h
runtime/objc-exception.m
runtime/objc-externalref.m [new file with mode: 0644]
runtime/objc-file-old.h [new file with mode: 0644]
runtime/objc-file-old.m [new file with mode: 0644]
runtime/objc-file.h [new file with mode: 0644]
runtime/objc-file.m [deleted file]
runtime/objc-file.mm [new file with mode: 0644]
runtime/objc-gdb.h
runtime/objc-initialize.m
runtime/objc-internal.h
runtime/objc-layout.m
runtime/objc-load.m
runtime/objc-loadmethod.h
runtime/objc-loadmethod.m
runtime/objc-lockdebug.m
runtime/objc-os.h
runtime/objc-os.m
runtime/objc-private.h
runtime/objc-references.mm
runtime/objc-rtp.h [deleted file]
runtime/objc-rtp.m
runtime/objc-runtime-new.h
runtime/objc-runtime-new.m [deleted file]
runtime/objc-runtime-new.mm [new file with mode: 0644]
runtime/objc-runtime-old.h [new file with mode: 0644]
runtime/objc-runtime-old.m
runtime/objc-runtime.m
runtime/objc-sel-set.m
runtime/objc-sel-table.s
runtime/objc-sel.mm
runtime/objc-selopt.h
runtime/objc-sync.h
runtime/objc-sync.m
runtime/objc-typeencoding.m
runtime/objc-weak.h [new file with mode: 0644]
runtime/objc-weak.mm [new file with mode: 0644]
runtime/objc.h
runtime/objcrt.c
runtime/runtime.h
test/ARRBase.h [new file with mode: 0644]
test/ARRBase.m [new file with mode: 0644]
test/ARRLayouts.m [new file with mode: 0644]
test/ARRMRR.h [new file with mode: 0644]
test/ARRMRR.m [new file with mode: 0644]
test/MRRARR.h [new file with mode: 0644]
test/MRRARR.m [new file with mode: 0644]
test/MRRBase.h [new file with mode: 0644]
test/MRRBase.m [new file with mode: 0644]
test/Makefile
test/README [deleted file]
test/accessors.m
test/addMethod.m
test/addProtocol.m [new file with mode: 0644]
test/arr-weak.m [new file with mode: 0644]
test/association-cf.m
test/association.m [new file with mode: 0644]
test/badAltHandler.m [new file with mode: 0644]
test/blocksAsImps.m [new file with mode: 0644]
test/cacheflush.m
test/category.m
test/cdtors.mm [new file with mode: 0644]
test/classgetclass.m
test/classname.m
test/classpair.m
test/classversion.m
test/concurrentcat.m
test/concurrentcat_category.m
test/copyIvarList.m
test/copyMethodList.m
test/copyPropertyList.m
test/createInstance.m
test/debuggerMode.m
test/definitions.m
test/duplicateClass.m
test/errcheck.pl [deleted file]
test/evil-category-0.m [new file with mode: 0644]
test/evil-category-00.m [new file with mode: 0644]
test/evil-category-000.m [new file with mode: 0644]
test/evil-category-1.m [new file with mode: 0644]
test/evil-category-2.m [new file with mode: 0644]
test/evil-category-3.m [new file with mode: 0644]
test/evil-category-4.m [new file with mode: 0644]
test/evil-category-def.m [new file with mode: 0644]
test/evil-class-0.m [new file with mode: 0644]
test/evil-class-00.m [new file with mode: 0644]
test/evil-class-000.m [new file with mode: 0644]
test/evil-class-1.m [new file with mode: 0644]
test/evil-class-2.m [new file with mode: 0644]
test/evil-class-3.m [new file with mode: 0644]
test/evil-class-4.m [new file with mode: 0644]
test/evil-class-5.m [new file with mode: 0644]
test/evil-class-def.m [new file with mode: 0644]
test/evil-main.m [new file with mode: 0644]
test/exc.m
test/exchangeImp.m
test/fail.m [deleted file]
test/foreach.m
test/forward.m
test/future.m [new file with mode: 0644]
test/future1.m [deleted file]
test/gc-main.m [new file with mode: 0644]
test/gc.m
test/gcenforcer-nogc-1.m [new file with mode: 0644]
test/gcenforcer-nogc-2.m [new file with mode: 0644]
test/gcenforcer-noobjc.m [new file with mode: 0644]
test/gcenforcer-requiresgc-1.m [new file with mode: 0644]
test/gcenforcer-requiresgc-2.m [new file with mode: 0644]
test/gcenforcer-supportsgc.m [new file with mode: 0644]
test/gcenforcer.m
test/gcenforcer_nogc.gc.expected-stderr [deleted file]
test/gcenforcer_nogc.nogc.expected-stderr [deleted file]
test/gcenforcer_requiresgc.gc.expected-stderr [deleted file]
test/gcenforcer_requiresgc.nogc.expected-stderr [deleted file]
test/gdb-lock.m
test/gdb.m
test/getMethod.m
test/ignoredSelector.m
test/imageorder.m
test/initialize.m
test/instanceSize.m
test/ismeta.m
test/ivar.m
test/ivarSlide.m [new file with mode: 0644]
test/ivarSlide2.m [deleted file]
test/layout.m
test/load-order.m
test/load-parallel.m
test/load-reentrant.m
test/load.m
test/main.m [deleted file]
test/methodArgs.m
test/methodListSize.m [new file with mode: 0644]
test/method_getName.m
test/msgSend.m
test/nilAPIArgs.m
test/nsexc.m [new file with mode: 0644]
test/nsobject.m
test/property.m
test/propertyDesc.m [new file with mode: 0644]
test/protocol.m
test/protocol_copyMethodList.m
test/protocol_copyPropertyList.m
test/protocol_cw.m
test/resolve.expected-stderr [deleted file]
test/resolve.m
test/rr-autorelease.m [new file with mode: 0644]
test/rr-autorelease2.m [new file with mode: 0644]
test/rr-nsautorelease.m [new file with mode: 0644]
test/runtime.expected-stderr [deleted file]
test/runtime.m
test/sel.m
test/setSuper.m
test/super.m
test/synchronized-counter.m
test/synchronized-grid.m
test/synchronized.m
test/taggedPointers.m [new file with mode: 0644]
test/test.h
test/test.pl [new file with mode: 0755]
test/test.xcodeproj/project.pbxproj [deleted file]
test/unload.m
test/unload3.c [new file with mode: 0644]
test/unload3.m [deleted file]
test/unload4.m
test/unwind.m
test/verify-exports.pl [new file with mode: 0755]
test/weak.h
test/weak.m
test/weak2.m
test/weakcopy.m
test/weakframework-missing.m [new file with mode: 0644]
test/weakframework-not-missing.m [new file with mode: 0644]
test/weakimport-missing.m [new file with mode: 0644]
test/weakimport-not-missing.m [new file with mode: 0644]
test/xref.m [new file with mode: 0644]
test/zone.m
unexported_symbols
version.bat [new file with mode: 0755]
version.rc [new file with mode: 0644]