1243 Commits (96ecc338ec47429026bcc73687a6355625d4d250)
 

Author SHA1 Message Date
daniel 96ecc338ec created cmake makefile 10 years ago
Nguyen Anh Quynh 583baba8c4 remove more dead code 10 years ago
Nguyen Anh Quynh 9148420b0d replace strcasecmp() with strcmp() 10 years ago
Nguyen Anh Quynh 19146e91a3 replace strcasecmp() with strcmp(). this also simlifies MSVC support a bit 10 years ago
Nguyen Anh Quynh d69f9ded5b x86: delete dead code 10 years ago
Nguyen Anh Quynh b2e566ac88 xcore: use strcpy() rather than strncpy() 10 years ago
Nguyen Anh Quynh 2a33afe6e8 msvc: make MSVC shutup on strncpy() 10 years ago
Nguyen Anh Quynh dc1af545c0 msvc: fix warnings 10 years ago
Nguyen Anh Quynh 2b68355a67 msvc: support strcpy() with strcpy_s() 10 years ago
Nguyen Anh Quynh 112556d9f9 msvc: rename test_arm.vcxproj to test_xcore.vcxproj 10 years ago
Nguyen Anh Quynh c54b7ac907 python: add test_xcore.py 10 years ago
Nguyen Anh Quynh cfc7ca6ace python & java: update constants for Xcore after the last change in the core 10 years ago
Nguyen Anh Quynh be2b788dc1 xcore: handle details for some special tricky instructions 10 years ago
Nguyen Anh Quynh 8c1c36f0fc update TODO 10 years ago
Nguyen Anh Quynh 4d00986c6b java: add Xcore support 10 years ago
Nguyen Anh Quynh 2eff6a377c msvc: support XCore 10 years ago
Nguyen Anh Quynh f721e3124d Disassembler -> Disassembly 10 years ago
Nguyen Anh Quynh 8f50ba894c Merge branch 'next' into xcore 10 years ago
Nguyen Anh Quynh 04f2ec6d0f cleanup redundant headers included 10 years ago
Nguyen Anh Quynh 2cf9c524da x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster 10 years ago
Nguyen Anh Quynh d0f3e15d90 python: fix Xcore bug 10 years ago
Nguyen Anh Quynh 553bb488d7 python: support XCore 10 years ago
Nguyen Anh Quynh 52a8d2afa2 enable disabled archs 10 years ago
Nguyen Anh Quynh c80d840ffc add XCore architecture 10 years ago
Nguyen Anh Quynh 3dc080c2b6 systemz: cleanup SystemZGenDisassemblerTables.inc 10 years ago
Nguyen Anh Quynh 5a5d8a71cd python & java: fix Sparc's CC constants after the last change in the core 10 years ago
Nguyen Anh Quynh 5d6383e335 sparc: SPARC_CC_ICC_N should not have the same value as SPARC_CC_INVALID. bug reported by Jason Oster 10 years ago
Nguyen Anh Quynh 708d151fb6 Merge pull request #127 from parasyte/bug/SystemZ/r0l-reg 10 years ago
Jason Oster 6380446222 Add `r0l` register to SystemZMapping.c 10 years ago
Nguyen Anh Quynh 0ebbf1e49c python: ArmOpValue.imm uses int32 type after the last change in the core 10 years ago
Nguyen Anh Quynh eddf47c712 Merge pull request #125 from parasyte/ticket-124 10 years ago
Jason Oster aa60b8cd1b [#124] ARM: Make `imm` detail field signed. 10 years ago
Nguyen Anh Quynh e96e34df9a python: test_x86.py print prefixes with a space between consecutive bytes 10 years ago
Nguyen Anh Quynh 4ebd062ee3 x86: cleanup unused code 10 years ago
Nguyen Anh Quynh fed098f9a7 x86: eliminate irrelevant prefixes in x86.prefix[] - such as f2/f3 prefixed irrelevant instructions 10 years ago
Nguyen Anh Quynh 1e93adf5c3 x86: add CL operand into details for 'SHL *, CL' instruction 10 years ago
Nguyen Anh Quynh 7a65ad7e4b x86: detail operands for 'fstpnce st(0), st(0)' & 'fstpst(7), st(0)' 10 years ago
Nguyen Anh Quynh b6e3f01bb8 x86: handle REP MOVSD/CMPSD/SCASD/LODSD/STOSD properly (due to confused 128bit media instructions having the same mnemonics) 10 years ago
Nguyen Anh Quynh 3a86d92e7c x86: correct instructions related to REP prefix 10 years ago
Nguyen Anh Quynh 1d6f7ee50e x86: prefix REP/REPNE are only relevant for MOVS/CMPS/SCAS/LDOS/STOS/INS/OUTS instructions 10 years ago
Nguyen Anh Quynh 7a75baa679 Merge pull request #122 from parasyte/next 10 years ago
Jason Oster 984ed7e9e8 MIPS: Add HI, LO, and PC registers to MipsMapping.c 10 years ago
Nguyen Anh Quynh 2c61656d99 tests: correct the prototype of mycallback() in test_skipdata 10 years ago
danghvu 50fdc6c463 Merge with upstream 10 years ago
danghvu 69a7c2d580 Make test_skipdata performs tests by default 10 years ago
Nguyen Anh Quynh 7b91574257 TODO: remove Python3 & MSVC from wanted features 10 years ago
Nguyen Anh Quynh 6f9b113009 update COMPILE_MSVC.TXT 10 years ago
Nguyen Anh Quynh 6456481508 x86: add immediate operand (1) for SHL/SHR/ROR/ROL/SAR/SAL in detail mode & Intel syntax 10 years ago
Nguyen Anh Quynh f338657f17 x86: set syntax variable when changing syntax with cs_option() 10 years ago
Nguyen Anh Quynh f260c2023e fix some conflicts when merging msvc2 into next 10 years ago