Commit Graph

1039 Commits

Author SHA1 Message Date
Nguyen Anh Quynh 927b2add31 Makefile: -share option is not for Darwin 2014-03-30 22:25:16 +08:00
Nguyen Anh Quynh e7314e99b2 packages: update homebrew formula 2014-03-29 23:12:32 +08:00
Nguyen Anh Quynh c7d7884cf7 packages: update homebrew formula 2014-03-29 23:08:25 +08:00
Nguyen Anh Quynh 59a53c1d3a Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX 2014-03-29 22:48:55 +08:00
Nguyen Anh Quynh 189e83a486 Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) 2014-03-29 22:48:43 +08:00
Nguyen Anh Quynh aca71c0714 Makefile: make current_version & compatibility_version use pkgconfig.mk on OSX 2014-03-29 22:47:23 +08:00
Nguyen Anh Quynh 6606ebd719 Makefile: add a check for Brew compilation environment (HOMEBREW_CAPSTONE=1) 2014-03-29 22:36:05 +08:00
Nguyen Anh Quynh 3ed3f5702d bump package version to 2.1.2 2014-03-29 22:31:02 +08:00
Nguyen Anh Quynh e3ecb0a82f x86: do not print memory offset in negative form. bug reported by Le Dinh Long 2014-03-29 21:40:07 +08:00
Nguyen Anh Quynh 6baf084480 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long 2014-03-29 21:39:54 +08:00
Nguyen Anh Quynh 2be9b8791a x86: do not print negative immediate. request of Le Dinh Long 2014-03-29 21:39:31 +08:00
Nguyen Anh Quynh 7626808de6 Merge branch 'x86imm' into next 2014-03-29 21:38:31 +08:00
Nguyen Anh Quynh 235a274fa0 Makefile: move UNAME_S calculation advance 2014-03-29 21:10:15 +08:00
Nguyen Anh Quynh 1d447534d3 Makefile: no lib64 for OSX 2014-03-29 21:09:56 +08:00
Nguyen Anh Quynh bc78f3a84f Makefile: move UNAME_S calculation advance 2014-03-29 21:09:35 +08:00
Nguyen Anh Quynh dbe27845ad Makefile: no lib64 for OSX 2014-03-29 21:07:37 +08:00
Nguyen Anh Quynh 6d3d8005aa x86: do not print memory offset in negative form. bug reported by Le Dinh Long 2014-03-29 17:26:51 +08:00
Nguyen Anh Quynh 125f504174 x86: print offset value in memory reference instruction properly when offset is negative. bug reported by Le Dinh Long 2014-03-29 12:02:21 +08:00
Nguyen Anh Quynh e20b2ae38d ppc: disable some redundant functions when Diet option is enable 2014-03-28 20:12:24 +08:00
Nguyen Anh Quynh 2eb37ee02a ppc: disable some redundant functions when Diet option is enable 2014-03-28 10:38:55 +08:00
Nguyen Anh Quynh 0b81a91547 Merge branch 'next' of https://github.com/aquynh/capstone into next 2014-03-28 10:30:30 +08:00
Nguyen Anh Quynh 81d930ad1f Makefile: X86-reduce & Diet options should compile with size optimization 2014-03-28 10:28:57 +08:00
Nguyen Anh Quynh 71264b2d5c no more diet.h 2014-03-27 21:04:57 +08:00
Nguyen Anh Quynh c78ed98531 Revert "no more diet.h"
This reverts commit 02d04698d1.
2014-03-27 21:04:10 +08:00
Nguyen Anh Quynh 02d04698d1 no more diet.h 2014-03-27 21:03:47 +08:00
Nguyen Anh Quynh 5721d1ba28 no more diet.h 2014-03-27 21:01:08 +08:00
Nguyen Anh Quynh 731f73fd80 Makefile: make config.mk the dependency of object files 2014-03-27 17:54:44 +08:00
Nguyen Anh Quynh aeb0c406ec Makefile: make config.mk the dependency of object files 2014-03-27 17:54:27 +08:00
Nguyen Anh Quynh 12e6ebcb94 remove the useless diet.h 2014-03-27 17:15:18 +08:00
Nguyen Anh Quynh 901631eaed remove the useless diet.h 2014-03-27 17:14:57 +08:00
Nguyen Anh Quynh 3c5ab99c80 docs: indentation 2014-03-27 16:05:38 +08:00
Nguyen Anh Quynh 6d3c71128c correct config.mk since X86-reduce now supports VMX/SVM 2014-03-27 15:38:23 +08:00
Nguyen Anh Quynh d325b1a94b x86: reduce mode support VMX/SVM instructions now 2014-03-27 14:44:38 +08:00
Nguyen Anh Quynh e51cf36636 x86: do not print negative immediate. request of Le Dinh Long 2014-03-27 12:36:46 +08:00
Nguyen Anh Quynh 477c56813b config.mk: set X86_REDUCE back to 'no' as default value 2014-03-27 12:34:07 +08:00
Nguyen Anh Quynh 1dce9c203a docs: add X86-reduce link 2014-03-27 11:45:28 +08:00
Nguyen Anh Quynh 59b5489d8e x86: rename X86_COMPACT to X86_REDUCE. suggested by Pancake 2014-03-27 10:54:44 +08:00
Nguyen Anh Quynh ca0319d304 arm: more fix to print negative numbers in more friendly way 2014-03-26 16:22:45 +08:00
Nguyen Anh Quynh a3c9bd678f sparc: more fix to print negative numbers in more friendly way 2014-03-26 16:22:16 +08:00
Nguyen Anh Quynh ffff756d21 arm: more fix to print negative numbers in more friendly way 2014-03-26 16:21:31 +08:00
Nguyen Anh Quynh 5fbcc9e220 config.mk: add more instruction for X86 compact mode 2014-03-26 16:20:25 +08:00
Nguyen Anh Quynh a3cfe4a87b .gitignore: add test_systemz 2014-03-26 14:59:53 +08:00
Nguyen Anh Quynh 01d8a49182 config.mk: explain all the shortnames of X86 instruction sets to be removed for x86-compact 2014-03-26 14:49:19 +08:00
Nguyen Anh Quynh 0d9440ced2 python: expose CS_SUPPORT_X86_COMPACT 2014-03-26 14:03:42 +08:00
Nguyen Anh Quynh 6211ab8e5e arm64: fix the rest code printing out negative numbers like big decimal positive numbers 2014-03-26 11:53:00 +08:00
Nguyen Anh Quynh 9677136f3d arm64: fix the rest code printing out negative numbers like big decimal positive numbers 2014-03-26 11:52:30 +08:00
Nguyen Anh Quynh 6f4840270a arm64: properly print immediate in friendly format in printSImm7ScaledOperand(). bug reported by Amanieu 2014-03-25 23:41:10 +08:00
Nguyen Anh Quynh 08e8d61192 arm64: properly print immediate in friendly format in printSImm7ScaledOperand(). bug reported by Amanieu 2014-03-25 23:30:04 +08:00
Nguyen Anh Quynh 9518148e6f add X86_COMPACT option. also add CS_SUPPORT_X86_COMPACT. made Python support this change 2014-03-25 23:20:41 +08:00
Nguyen Anh Quynh a8fb48c5b3 support dylib versioning for OSX 2014-03-25 11:32:03 +08:00