| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for Aarch64 instructions ldsmax(b|h|w) and ldsmax 64-bit variants HEAD ta/arm64-ldsmaxb master | Theofilos Augoustis | 2025-10-14 | 1 | -0/+3 |
| | | |||||
| * | Add TZCNT instruction | Christian Krinitsin | 2025-10-09 | 1 | -0/+9 |
| | | |||||
| * | Add BZHI instruction | Christian Krinitsin | 2025-10-09 | 1 | -0/+3 |
| | | |||||
| * | Add BLSR instruction | Christian Krinitsin | 2025-10-09 | 1 | -0/+3 |
| | | |||||
| * | Add BLSMSK instruction | Christian Krinitsin | 2025-10-09 | 1 | -0/+3 |
| | | |||||
| * | Add BEXTR instruction | Christian Krinitsin | 2025-10-09 | 1 | -0/+3 |
| | | |||||
| * | Add support for ANDN instruction | Christian Krinitsin | 2025-10-09 | 1 | -0/+3 |
| | | |||||
| * | Add blsi opcode and tests | Christian Krinitsin | 2025-10-09 | 1 | -0/+10 |
| | | |||||
| * | Add regression test for aarch64_immhi_page | AeonLucid | 2024-08-10 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #1486 from serpilliere/fix_aarch64_cmp | serpilliere | 2024-04-28 | 1 | -0/+3 |
| |\ | | | | | Fix add/sub aarch64 | ||||
| | * | Fix add/sub aarch64 | Fabrice Desclaux | 2024-04-27 | 1 | -0/+3 |
| | | | |||||
| * | | Merge pull request #1474 from DimitriPapadopoulos/codespell | serpilliere | 2024-03-28 | 1 | -1/+1 |
| |\ \ | | | | | | | Fix typos found by codespell | ||||
| | * | | Fix typos found by codespell | Dimitri Papadopoulos | 2024-03-18 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge pull request #1457 from W0ni/arm_handle_cf_shifters | serpilliere | 2024-03-21 | 2 | -3/+59 |
| |\ \ \ | |/ / |/| | | [ARM] compute cf for shift/rotate | ||||
| | * | | Add MOV and MOVS tests for [AL]SR | woni | 2024-03-14 | 1 | -1/+6 |
| | | | | |||||
| | * | | Add tests for MOVS and isThumb utility function | woni | 2023-09-13 | 1 | -0/+51 |
| | | | | |||||
| | * | | Fix disassembly bug | woni | 2023-09-13 | 1 | -2/+2 |
| | |/ | |||||
| * / | Use regex literals for re.* functions | Duncan Ogilvie | 2024-01-06 | 1 | -1/+1 |
| |/ | |||||
| * | Fix html; Add reg test | Fabrice Desclaux | 2021-12-06 | 6 | -0/+7 |
| | | |||||
| * | Add aarch64 strlrxx | Fabrice Desclaux | 2021-10-29 | 1 | -0/+5 |
| | | |||||
| * | x86_64 Fix multiple REX prefix instruction disasm (#1376) | Konstantin Komarov | 2021-07-03 | 1 | -0/+7 |
| | | | | | Fix multiple rex prefixes | ||||
| * | Replace jitter.run boolean by jitter.running | Romain Lesteven | 2021-05-05 | 2 | -2/+2 |
| | | |||||
| * | Fix ADD/SUB; Add CMN | Fabrice Desclaux | 2021-02-14 | 1 | -0/+4 |
| | | |||||
| * | Rename ir_arch for jitter | Fabrice Desclaux | 2020-12-25 | 2 | -25/+25 |
| | | |||||
| * | Rename examples lifter | Fabrice Desclaux | 2020-12-25 | 4 | -35/+35 |
| | | |||||
| * | Rename LifterModelCallMep | Fabrice Desclaux | 2020-12-24 | 2 | -4/+4 |
| | | |||||
| * | Rename msp430 lifter | Fabrice Desclaux | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | Rename mep lifter | Fabrice Desclaux | 2020-12-24 | 2 | -4/+4 |
| | | |||||
| * | Rename ppc32 lifter | Fabrice Desclaux | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | Rename arm lifter | Fabrice Desclaux | 2020-12-24 | 1 | -1/+1 |
| | | |||||
| * | Rename x86 lifter | Fabrice Desclaux | 2020-12-24 | 2 | -2/+2 |
| | | |||||
| * | Rename ira => LifterModelCall | Fabrice Desclaux | 2020-12-24 | 2 | -2/+2 |
| | | |||||
| * | [AARCH64] add another test extr | w4kfu | 2020-11-19 | 1 | -0/+2 |
| | | |||||
| * | Add test units | IridiumXOR | 2020-09-23 | 1 | -0/+10 |
| | | |||||
| * | Update api according to loc_db update | Fabrice Desclaux | 2020-08-31 | 9 | -15/+18 |
| | | |||||
| * | Avoid generate default locationdb | Fabrice Desclaux | 2020-08-31 | 10 | -37/+53 |
| | | |||||
| * | Support to ALL system register for AARCH64 (#1251) | IridiumXOR | 2020-06-19 | 1 | -6/+6 |
| | | | | | * Support to ALL system register for AARCH64 | ||||
| * | Wrong conditional prefix for MRC/MCR (#1233) | IridiumXOR | 2020-05-28 | 1 | -0/+5 |
| | | | | | | | | * Wrong conditional prefix for MRC/MCR Sorry, I have wrongly implemented the conditional code for MRC/MCR, now I have fix them. * Add test units for conditional MRC/MCR | ||||
| * | Merge pull request #1229 from IridiumXOR/mips_new_ops | serpilliere | 2020-05-23 | 1 | -0/+21 |
| |\ | | | | | Mips new opcodes + bugfix | ||||
| | * | Add test cases and fix args order | IridiumXOR | 2020-05-22 | 1 | -0/+21 |
| | | | |||||
| * | | Add test units for MCR/MRC | IridiumXOR | 2020-05-19 | 1 | -0/+4 |
| |/ | |||||
| * | Add new MIPS opcodes (#1203) | IridiumXOR | 2020-04-29 | 1 | -0/+17 |
| | | | | | | * Add new MIPS opcodes * Add test for new opcodes and remove semantics for not implemented opcodes | ||||
| * | Initial support for floating point and Altivec instructions in PPC arch (#1141) | IridiumXOR | 2020-04-28 | 1 | -0/+8 |
| | | | | | | | | * Initial support for floating point and altivec instructions * Add fpr in .codespell_ignore and correct a typo * Add regression test for floating and Altivec ops | ||||
| * | Use int(expr) instead of expr.arg.arg | Fabrice Desclaux | 2020-04-03 | 2 | -5/+7 |
| | | |||||
| * | X86: add instr | Fabrice Desclaux | 2019-11-21 | 1 | -0/+4 |
| | | |||||
| * | Clear get_str_* API | Fabrice Desclaux | 2019-11-12 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | get_str_ansi decoded strings using utf8 and was blindly used for pure windows function (LoadLibraryA) and for stdlib functions (printf, strlen, ...) even if strlen does not use utf8... New API is: get_win_str_a/get_win_str_w and set_win_str_a/set_win_str_w for windows (respectively codepage1252/windows utf16) .Those functions should only be used in windows strings manipulations, so there are taken out of the jitter. get_c_str/set_c_str: as those functions are "classic" in OSes, they are keeped in the jitter. | ||||
| * | Aarch64: add ldarb | Fabrice Desclaux | 2019-10-31 | 1 | -0/+2 |
| | | |||||
| * | Add a few PPC32 tests | Aymeric Vincent | 2019-09-25 | 2 | -0/+246 |
| | | |||||
| * | Fix get_str_ansi: return str | Fabrice Desclaux | 2019-09-22 | 2 | -34/+34 |
| | | | | | | get_str_ansi and get_str_unic now returns both *str* object: As get_str_unic decodes the string, get_str_ansi should do the same. | ||||
| * | Fix tipo | Fabrice Desclaux | 2019-05-18 | 2 | -3/+3 |
| | | |||||