Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | interpose works; add test | comex | 2015-01-17 | 1 | -0/+35 |
| | |||||
* | add an assert | comex | 2015-01-17 | 1 | -0/+2 |
| | |||||
* | fixes and test - both tests work on all archs | comex | 2015-01-17 | 1 | -0/+46 |
| | |||||
* | imp forwarding works | comex | 2015-01-17 | 1 | -9/+34 |
| | |||||
* | this is all wrong. | comex | 2015-01-16 | 1 | -3/+12 |
| | | | | | | | 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-IMPL | comex | 2015-01-16 | 1 | -0/+26 |
| | | | | forwarding functions for atomicity | ||||
* | jump dis - seemingly working(!) | comex | 2015-01-16 | 4 | -25/+480 |
| | |||||
* | add a test assembly file, not used yet | comex | 2015-01-13 | 1 | -0/+48 |
| | |||||
* | these functions are actually pointless, since it's easier to change the ↵ | comex | 2015-01-12 | 1 | -3/+11 |
| | | | | | | *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 improvements | comex | 2015-01-12 | 1 | -0/+1 |
| | |||||
* | improve test | comex | 2015-01-12 | 1 | -4/+4 |
| | |||||
* | that was easy | comex | 2015-01-11 | 1 | -0/+1 |
| | |||||
* | thumb2 and stuff | comex | 2015-01-11 | 1 | -7/+13 |
| | |||||
* | thumb2 progress | comex | 2015-01-11 | 1 | -5/+11 |
| | |||||
* | this produces good output (finally) but takes 3.25s to compile 24K of code, lol | comex | 2015-01-11 | 1 | -18/+23 |
| | |||||
* | Revert "C++ is just a giant pain in the ass" | comex | 2015-01-11 | 2 | -9/+7 |
| | | | | This reverts commit 4743027a22ae4e622d7e78f878eff307d02ac373. | ||||
* | C++ is just a giant pain in the ass | comex | 2015-01-11 | 2 | -7/+9 |
| | |||||
* | yay? | comex | 2015-01-11 | 1 | -0/+52 |
| | |||||
* | ... | comex | 2015-01-10 | 1 | -0/+19 |
| | |||||
* | fixes | comex | 2015-01-10 | 1 | -4/+11 |
| | |||||
* | substrate | comex | 2015-01-10 | 2 | -1/+24 |
| | |||||
* | private syms starting to look good | comex | 2015-01-10 | 1 | -3/+10 |
| | |||||
* | simplify | comex | 2015-01-10 | 1 | -0/+13 |