| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Rename miasm2 to miasm | Fabrice Desclaux | 2019-03-05 | 1 | -4637/+0 |
| * | Support python2/python3 | Fabrice Desclaux | 2019-03-05 | 1 | -126/+133 |
| * | Support for REP instruction prefix (#956) | Vladislav Hrčka | 2019-02-07 | 1 | -18/+24 |
| * | Add ENDBR64 and ENDBR32 instructions | William Bruneau | 2019-02-05 | 1 | -0/+2 |
| * | Fix bad english | Fabrice Desclaux | 2019-01-17 | 1 | -1/+1 |
| * | Update arch.py | Vladislav Hrčka | 2019-01-11 | 1 | -1/+4 |
| * | Fix typos & add codespell | Pierre LALET | 2018-12-23 | 1 | -2/+2 |
| * | Handle movupd bidirectional mode | Nicolas Guigo | 2018-11-26 | 1 | -1/+2 |
| * | Expression: replace arg by ptr in ExprMem | Fabrice Desclaux | 2018-10-12 | 1 | -20/+20 |
| * | X86: fix inc/dec 64bit | Fabrice Desclaux | 2018-10-06 | 1 | -2/+2 |
| * | Expresion: use ExprAssign instead of ExprAff | Fabrice Desclaux | 2018-10-01 | 1 | -1/+1 |
| * | Code cleaning: lgtm.com | Fabrice Desclaux | 2018-09-20 | 1 | -6/+1 |
| * | X86: add nop form | Fabrice Desclaux | 2018-08-16 | 1 | -0/+7 |
| * | X86: fix 64 bit asm | Fabrice Desclaux | 2018-07-17 | 1 | -1/+1 |
| * | Add new SSE instruction description and updates old ones | Ajax | 2018-07-10 | 1 | -14/+72 |
| * | Update symbol_pool's deprecated API -> LocationDB | Ajax | 2018-07-03 | 1 | -4/+4 |
| * | symbol_pool -> loc_db | Ajax | 2018-07-03 | 1 | -30/+30 |
| * | Core: replace AsmLabel by LocKey | Fabrice Desclaux | 2018-06-09 | 1 | -9/+8 |
| * | Expr: Add new word ExprLoc | Fabrice Desclaux | 2018-06-08 | 1 | -16/+15 |
| * | Parser: fix arguments name | Fabrice Desclaux | 2018-05-14 | 1 | -11/+11 |
| * | Core: updt parser structure | Fabrice Desclaux | 2018-05-14 | 1 | -187/+176 |
| * | Cpu: fix fromstring arg name | Fabrice Desclaux | 2018-05-09 | 1 | -24/+23 |
| * | Cpu: lmask is property | Fabrice Desclaux | 2018-04-18 | 1 | -2/+4 |
| * | X86/sem: fix cmpxchg sem | Fabrice Desclaux | 2018-04-08 | 1 | -1/+1 |
| * | Add EMMS, implemtend as a NOP | Ajax | 2018-02-09 | 1 | -0/+2 |
| * | Add MASKMOVQ/MASKMOVDQU instruction | Ajax | 2018-02-09 | 1 | -0/+6 |
| * | Fix PEXTRW 0F C5 form | Ajax | 2018-02-09 | 1 | -2/+2 |
| * | Add PAVGB/PAVGW instruction | Ajax | 2018-02-09 | 1 | -0/+9 |
| * | Add PSADBW instruction | Ajax | 2018-02-09 | 1 | -0/+5 |
| * | Add PMADDWD instruction | Ajax | 2018-02-09 | 1 | -0/+4 |
| * | Add PMULUDQ instruction | Ajax | 2018-02-09 | 1 | -0/+4 |
| * | Add PMAXSW instruction | Ajax | 2018-02-09 | 1 | -0/+4 |
| * | Add PADDSB/PADDSW instruction | Ajax | 2018-02-09 | 1 | -0/+8 |
| * | Add PSUBSB/PSUBSW instruction | Ajax | 2018-02-09 | 1 | -0/+9 |
| * | Add PMULHW / PMULHUW instruction | Ajax | 2018-02-09 | 1 | -0/+9 |
| * | Add PADDUSB/PADDUSW instruction | Ajax | 2018-02-09 | 1 | -0/+9 |
| * | Add PSUBSUB/PSUBUSW instr | Ajax | 2018-02-09 | 1 | -0/+9 |
| * | Add PMULLW instruction | Ajax | 2018-02-09 | 1 | -0/+6 |
| * | Add PACKSSDW instruction | Ajax | 2018-02-09 | 1 | -0/+4 |
| * | Add PACKUSWB instruction | Ajax | 2018-02-09 | 1 | -0/+5 |
| * | Add PCMPGTW instruction (semantic already exists) | Ajax | 2018-02-09 | 1 | -0/+5 |
| * | Add PACKSSWB instruction | Ajax | 2018-02-09 | 1 | -0/+5 |
| * | Add PCMPGTB instruction | Ajax | 2018-01-26 | 1 | -0/+5 |
| * | Add PALIGNR x86 instruction (asm & semantic) | Ajax | 2018-01-26 | 1 | -0/+11 |
| * | Add support for BNDMOV instruction (with an empty semantic) | Ajax | 2018-01-26 | 1 | -0/+11 |
| * | Add support for BND registers and parsing in disassembly | Ajax | 2018-01-26 | 1 | -10/+71 |
| * | X86: add mfence/sfence/prefetch | Fabrice Desclaux | 2017-12-30 | 1 | -0/+2 |
| * | X86: add instr pcmp | Fabrice Desclaux | 2017-09-01 | 1 | -0/+2 |
| * | X86: add instr aes | Fabrice Desclaux | 2017-09-01 | 1 | -0/+5 |
| * | X86: fix sib generation | Fabrice Desclaux | 2017-09-01 | 1 | -2/+2 |