Commit Graph

4026 Commits

Author SHA1 Message Date
Nguyen Anh Quynh f4f7b5dc29 cstest: correct 0(mem) case in issues.cs 2019-02-13 01:43:47 +08:00
Nguyen Anh Quynh 9e1063b826 MC: cleanup some testcases of x86 (riz) 2019-02-13 01:35:54 +08:00
Nguyen Anh Quynh 945cd6331d MC: del x86_64-hle-encoding.s.cs 2019-02-13 01:30:36 +08:00
Nguyen Anh Quynh 7b251189b2 x86: ATT syntax print unsigned imm with 0x prefix 2019-02-13 01:26:04 +08:00
Nguyen Anh Quynh 047c7202ea Merge branch 'master' of github.com:aquynh/capstone 2019-02-13 01:22:20 +08:00
Nguyen Anh Quynh 786e65bc71 MC: fix prefix 0(mem) in ATT syntax 2019-02-13 01:11:44 +08:00
Nguyen Anh Quynh 92c1e1b38b x86: do not print prefix 0 for memory operand for ATT syntax 2019-02-13 01:04:57 +08:00
Đỗ Minh Tuấn 4298f3f84b Regression Testing (#1374)
* test suite

* updating issue dispatcher

* fixing

* add makefile

* fixing addStr

* done

* Done test system

* remove garbage

* re-construct project

* re-construct project

* fix Makefile

* fixing

* fix detail

* fixing

* done fix

* add name to CREDITS.TXT

* fix issue

* fix getopt warning

* fix README

* Update README.md

* fix usage

* report.py: print details/general informations

* fix offset

* cstest: README

* cstest: coding style

* cstest: rename some functions for better consistency

* cstest: make report.py executable

* cstest: README

* cstest: remove double spaces in MC/

* cstest: more cleanup

* CREDITS.TXT

* fixed Mos65xx not included in MacOS; Add -D option to report; Add NOREGNAME while testing

* remove space/tab

* remove ifndef

* cstest: cleanup

* MC: normalize suite/MC/SystemZ/insn-good.s.cs

* fix noregname

* MC: fix thumb offset

* MC: fix more thumb offset

* MC: use lowercase for testcases

* MC: use lowercase for testcases

* MC: remove FP tests of Arm64

* MC: dup = mov (arm64)

* fixing

* MC: fix arm offset

* cstest: code style

* cstest: code style

* MC: try comment out

* fixing capstone_test.c

* done fixing

* cstest: indentation

* cstest: protopye for trim_str & replace_hex

* MC: normalize SysZ input

* MC: alias instructions for Sparc

* MC: alias instructions for PPC

* x86: support CS_OPT_UNSIGNED for ATT syntax

* Revert "x86: support CS_OPT_UNSIGNED for ATT syntax"

This reverts commit 911af545ab.

* fix crash

* MC: alias registers for Mips

* MC: alias registers for Mips - v1

* MC: alias registers for Mips

* MC: alias registers for Mips

* MC: more fix for Mips .cs

* MC: more fix for Mips .cs
2019-02-13 01:03:09 +08:00
Nguyen Anh Quynh 36f5961435 arm: lowercase for APSR_nzcv 2019-02-13 00:43:22 +08:00
Nguyen Anh Quynh aebd183c82 arm64: support CS_OPT_UNSIGNED 2019-02-12 23:27:29 +08:00
Nguyen Anh Quynh d662575f30 Merge branch 'master' of github.com:aquynh/capstone 2019-02-12 23:17:22 +08:00
Nguyen Anh Quynh 6bcfefb95c x86: support CS_OPT_UNSIGNED for ATT syntax 2019-02-12 23:14:30 +08:00
Nguyen Anh Quynh cd4c2a9f35 Revert "x86: support CS_OPT_UNSIGNED for ATT syntax"
This reverts commit 911af545ab.
2019-02-12 23:12:07 +08:00
Nguyen Anh Quynh 911af545ab x86: support CS_OPT_UNSIGNED for ATT syntax 2019-02-12 23:11:08 +08:00
Nguyen Anh Quynh 37929a577d MC: alias instructions for PPC 2019-02-12 21:51:56 +08:00
Nguyen Anh Quynh bcdf66cf8a MC: alias instructions for Sparc 2019-02-12 21:42:37 +08:00
Nguyen Anh Quynh f76b734c20 MC: normalize SysZ input 2019-02-12 21:39:47 +08:00
Nguyen Anh Quynh 5a882c7184 cstest: protopye for trim_str & replace_hex 2019-02-12 20:18:13 +08:00
Nguyen Anh Quynh c7b08c57cc cstest: indentation 2019-02-12 20:15:45 +08:00
hardtobelieve 9a0f5da567 done fixing 2019-02-12 03:21:12 -08:00
hardtobelieve 08916ab9e0 fix conflict 2019-02-12 02:04:07 -08:00
hardtobelieve b8155ed58e fixing capstone_test.c 2019-02-12 02:02:12 -08:00
Nguyen Anh Quynh 39796d1363 MC: try comment out 2019-02-12 17:25:40 +08:00
Nguyen Anh Quynh 3f5fe94839 cstest: code style 2019-02-12 17:21:38 +08:00
Nguyen Anh Quynh 1c373b61a0 cstest: code style 2019-02-12 17:19:19 +08:00
Nguyen Anh Quynh b00e4e4cb5 Merge branch 'master' of github.com:HarDToBelieve/capstone 2019-02-12 17:15:37 +08:00
Nguyen Anh Quynh 219095b375 MC: fix arm offset 2019-02-12 17:10:34 +08:00
HarDToBelieve 9f51a86ba3 fixing 2019-02-12 16:07:24 +07:00
Nguyen Anh Quynh f649fe4a2e MC: dup = mov (arm64) 2019-02-12 17:02:15 +08:00
Nguyen Anh Quynh 0f6f1f7974 MC: remove FP tests of Arm64 2019-02-12 16:56:35 +08:00
Nguyen Anh Quynh 7fc4a6b1f9 MC: use lowercase for testcases 2019-02-12 16:51:11 +08:00
Nguyen Anh Quynh 3be071d95e MC: use lowercase for testcases 2019-02-12 16:49:19 +08:00
Nguyen Anh Quynh 3e0157d21a MC: fix more thumb offset 2019-02-12 16:46:36 +08:00
Nguyen Anh Quynh 1a916a9ded Merge branch 'master' of github.com:HarDToBelieve/capstone 2019-02-12 15:40:27 +08:00
Nguyen Anh Quynh 47bb030fc1 MC: fix thumb offset 2019-02-12 15:40:20 +08:00
HarDToBelieve 09dd2d9eb8 Merge branch 'master' of https://github.com/HarDToBelieve/capstone 2019-02-12 14:37:32 +07:00
HarDToBelieve f5f44f0d2f fix noregname 2019-02-12 14:37:08 +07:00
Nguyen Anh Quynh 8cc67db171 MC: normalize suite/MC/SystemZ/insn-good.s.cs 2019-02-12 15:20:39 +08:00
Nguyen Anh Quynh b236a1b48c Merge branch 'master' of github.com:HarDToBelieve/capstone 2019-02-12 15:07:18 +08:00
Nguyen Anh Quynh fc82d792c4 cstest: cleanup 2019-02-12 15:07:13 +08:00
HarDToBelieve 9a1207dce1 remove ifndef 2019-02-12 14:05:05 +07:00
HarDToBelieve c7c8658ec8 remove space/tab 2019-02-12 14:01:16 +07:00
HarDToBelieve 55af82c52a fixed Mos65xx not included in MacOS; Add -D option to report; Add NOREGNAME while testing 2019-02-12 12:58:46 +07:00
Nguyen Anh Quynh bc7976f7b8 CREDITS.TXT 2019-02-12 01:00:34 +08:00
Nguyen Anh Quynh 585706dd74 cstest: more cleanup 2019-02-12 00:53:39 +08:00
Nguyen Anh Quynh 6b3ca4f56a cstest: remove double spaces in MC/ 2019-02-12 00:46:25 +08:00
Nguyen Anh Quynh 6111fe3349 cstest: README 2019-02-12 00:31:45 +08:00
Nguyen Anh Quynh f4c1ade1a6 cstest: make report.py executable 2019-02-12 00:30:40 +08:00
Nguyen Anh Quynh a7943c960f cstest: rename some functions for better consistency 2019-02-12 00:23:59 +08:00
Nguyen Anh Quynh 3d0b535cad cstest: coding style 2019-02-12 00:18:20 +08:00