aboutsummaryrefslogtreecommitdiff
path: root/lib/darwin/objc-asm.S (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-01-19more reorganization - move OS X/iOS specific stuff into its own directorycomex1-0/+0
2015-01-17misc. objc trimmingscomex1-1/+1
2015-01-17fixes and test - both tests work on all archscomex1-8/+9
2015-01-17imp forwarding workscomex1-95/+44
2015-01-16this is all wrong.comex1-36/+77
since we don't know whether it's stret, we don't mark the block stret. thus imp_implementationWithBlock doesn't do the stret/block swap, even though it would for a real block, so we can and must always assume the block is first
2015-01-16and now for something completely different: assembly maybestret-IMPLcomex1-0/+81
forwarding functions for atomicity