| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Arm: Fix cf in logical mnemonics | Fabrice Desclaux | 2014-12-11 | 1 | -7/+10 | |
| | | | | | /!\ TODO: CF is invalid in case of rotation in second argument. | |||||
| * | Arch/jit: add endianess support jitters | Fabrice Desclaux | 2014-10-09 | 1 | -5/+17 | |
| | | ||||||
| * | Arm: fix carry flag in sub operation; update reg tests | Fabrice Desclaux | 2014-10-06 | 1 | -16/+7 | |
| | | ||||||
| * | Modify irbloc destination mecanism. Rework API in consequence. | Fabrice Desclaux | 2014-09-05 | 1 | -98/+190 | |
| | | | | | | | | | | | Fat patch here: some API have changed. Each irbloc now affects a special "IRDst" register which is used to describe the destination irbloc. It allows simple description of architectures using delay slots. Architectures semantic and tcc/python jitter are modified in consequence. LLVM jitter is disabled for now, but should be patch soon. | |||||
| * | Arm: clean arm reg in sem; fix exception_flags tipo | serpilliere | 2014-08-22 | 1 | -65/+3 | |
| | | ||||||
| * | Arm: add exception_flags; fix svc sem | serpilliere | 2014-08-22 | 1 | -1/+1 | |
| | | ||||||
| * | cpu/arch: arg2str moved in instruction class | serpilliere | 2014-08-05 | 1 | -0/+1 | |
| | | ||||||
| * | Arm arch: add sxtb/sxth (tx to t.pourcelot) | serpilliere | 2014-08-01 | 1 | -0/+19 | |
| | | ||||||
| * | Arm: add mnemo/sem uxtb, uxth, ubfx | serpilliere | 2014-07-03 | 1 | -0/+32 | |
| | | ||||||
| * | Arm sem: normalize arguments | serpilliere | 2014-06-16 | 1 | -121/+137 | |
| | | ||||||
| * | Arm sem: rename semantic local variables | serpilliere | 2014-06-16 | 1 | -94/+94 | |
| | | ||||||
| * | Arm sem: add mnemonics (tx to nsarlin) | serpilliere | 2014-06-16 | 1 | -2/+37 | |
| | | | | | TODO: fix cf shifters | |||||
| * | Arm sem: remove == operator | serpilliere | 2014-06-13 | 1 | -8/+9 | |
| | | ||||||
| * | Miasm v2 | serpilliere | 2014-06-03 | 1 | -0/+1040 | |
| * API has changed, so old scripts need updates * See example for API usage * Use tcc or llvm for jit emulation * Go to test and run test_all.py to check install Enjoy ! | ||||||