Commit Graph

10 Commits

Author SHA1 Message Date
Nguyen Anh Quynh 4de2e288c8 fix MC 2019-02-26 15:41:04 +08:00
Nguyen Anh Quynh 3dcdcfa713 sync with LLVM 7.0.1. X86 is first 2019-02-26 15:19:51 +08:00
Đỗ Minh Tuấn 74e15a0263 Integrate into travis cli (#1378)
* Comment out all failed tests
* Integrate with Travis
2019-02-14 22:15:12 +08:00
Đỗ Minh Tuấn 3b64ed6579 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 a5456f7a42 cstest: remove double spaces in MC/ 2019-02-12 00:46:25 +08:00
Nguyen Anh Quynh 02cafeb8bd suite: update Mips modes of MC input to CS_MODE_MIPS32 & CS_MODE_MIPS64 2014-11-13 12:46:48 +08:00
Nguyen Anh Quynh 6999d22892 suite: fix inputs in MC/ 2014-11-10 21:49:53 +08:00
Nguyen Anh Quynh 9c9ca1290c suite: add missing arch in heading info for micromips-alu-instructions-EB.s.cs 2014-11-07 16:14:58 +08:00
Jay Oster 79e253c516 Remove CS_MODE_N64
- This mode is for the so-called MIPS "N64" ABI; it has nothing to do with the Nintendo 64 game platform.
- N64, O64, et al. are just different ABIs for the 64-bit MIPS architecture, so we replace CS_MODE_N64 with the existing CS_MODE_64
2014-10-12 16:03:12 -07:00
Nguyen Anh Quynh 0b702b892d suite: add input files for systematic testing assembly instructions across all archs (MC) 2014-09-29 15:28:34 +08:00