aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* ...comex2015-01-104-1/+106
|
* add licensingcomex2015-01-102-1/+35
|
* gen fixescomex2015-01-101-12/+14
|
* fixescomex2015-01-103-11/+18
|
* substratecomex2015-01-108-10/+411
|
* private syms starting to look goodcomex2015-01-104-73/+91
|
* simplifycomex2015-01-104-10/+224
|
* nah - this is nice looking but nonportablecomex2015-01-101-0/+39
|
* Initial commitcomex2015-01-071-0/+22