aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* stopping other threads.comex2015-01-218-24/+272
|
* add substitute_strerrorcomex2015-01-214-7/+37
|
* minor cleanup - stop caring about thumb outside of arch-specific codecomex2015-01-2110-21/+34
| | | | | (and fix makefile bug where files whose names contained 'arm' would always be ldid'd)
* forgot to actually check this incomex2015-01-212-1/+17
|
* oops, forgot to add thatcomex2015-01-211-0/+22
|
* pointless optimizationcomex2015-01-211-27/+64
|
* Some cleanup.comex2015-01-216-31/+35
|
* woo, inject seems to work on all platformscomex2015-01-217-145/+298
|
* ...comex2015-01-207-56/+451
|
* revert THAT WHOLE THING because we can't actually use it for injectcomex2015-01-202-85/+37
|
* progress on injectioncomex2015-01-208-39/+290
|
* more reorganization - move OS X/iOS specific stuff into its own directorycomex2015-01-198-9/+10
|
* some reorganizationcomex2015-01-1914-36/+33
|
* add the required copy of the GPL; clarify license textcomex2015-01-192-1/+2
|
* ldrd/strd fix - we definitely need to know that in ldrd r0, r1, [pc], we ↵comex2015-01-175-20/+38
| | | | can't use r1 as scratch
* improve test; thumb2 fixescomex2015-01-1711-25/+135
|
* misc. objc trimmingscomex2015-01-173-3/+26
|
* flip the definition of TARGET_(UN)SUPPORTEDcomex2015-01-173-7/+8
|
* arm64 transform dis, arm fixes, move to .c since i'm dumbcomex2015-01-176-142/+189
|
* IT, BX LR - untestedcomex2015-01-177-20/+47
|
* transform-dis stuff - compiles for arm, so farcomex2015-01-177-71/+300
|
* reorganizationcomex2015-01-177-27/+75
|
* interpose works; add testcomex2015-01-173-23/+82
|
* add an assertcomex2015-01-171-0/+2
|
* fixes and test - both tests work on all archscomex2015-01-176-35/+100
|
* imp forwarding workscomex2015-01-176-114/+283
|
* this is all wrong.comex2015-01-162-39/+89
| | | | | | | 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
* and now for something completely different: assembly maybestret-IMPLcomex2015-01-164-3/+147
| | | | forwarding functions for atomicity
* handle oom and silly machos and stuffcomex2015-01-162-10/+31
|
* fix spacingcomex2015-01-163-121/+121
|
* interpose (based on %c based on data) compiles...comex2015-01-168-33/+317
|
* jump dis - seemingly working(!)comex2015-01-1614-218/+882
|
* add a test assembly file, not used yetcomex2015-01-133-1/+59
|
* small thumb fixes for Rdn and stuffcomex2015-01-131-2/+10
|
* these functions are actually pointless, since it's easier to change the ↵comex2015-01-128-37/+152
| | | | | | *offset* for actual pc-rel loads (and the rest are accounted for, albeit implicitly in the case of add pc) i might end up using the stack :/
* minor improvementscomex2015-01-123-3/+10
|
* improve testcomex2015-01-121-4/+4
|
* that was easycomex2015-01-113-0/+29
|
* thumb2 and stuffcomex2015-01-116-44/+78
|
* thumb2 progresscomex2015-01-116-27/+186
|
* theoretically fix thumbcomex2015-01-111-12/+27
|
* generate all the transform-dis-*; should be more precise; can't just use ↵comex2015-01-112-15/+20
| | | | makedep because of parallel builds
* this speeds it up a tad, still ~2s; oh well, I asked for C++...comex2015-01-111-24/+21
|
* this produces good output (finally) but takes 3.25s to compile 24K of code, lolcomex2015-01-113-76/+101
|
* un-revert the makefile changescomex2015-01-111-16/+14
|
* Revert "C++ is just a giant pain in the ass"comex2015-01-115-113/+98
| | | | This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373.
* C++ is just a giant pain in the asscomex2015-01-115-98/+113
|
* yay?comex2015-01-114-104/+229
|
* *sigh*comex2015-01-114-42/+132
|
* add gitignorecomex2015-01-101-0/+3
|