Commit Graph

893 Commits

Author SHA1 Message Date
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 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 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 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 5721d1ba28 no more diet.h 2014-03-27 21:01:08 +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 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 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 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 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 e2bdcf064c support dylib versioning for OSX 2014-03-25 11:31:32 +08:00
Nguyen Anh Quynh 315f02df36 Makefile: move the calculation of API_MAJOR advance. this fixes versioning lib for OSX 2014-03-25 06:43:19 +08:00
Nguyen Anh Quynh 6db860a246 systemz: indentation 2014-03-25 06:35:51 +08:00
pancake 26943331c6 Use versioned library names on Darwin too 2014-02-04 08:37:55 +01:00
pancake e030e1880e Fix proper versioned lib symlink for linux 2014-02-04 08:36:22 +01:00
pancake 3f15a9edcf Use relative path in versioned symlink lib 2014-02-04 08:12:15 +01:00
pancake d889290a02 Remove C++ dependency and fix SystemZ initialization 2014-02-04 08:11:07 +01:00
Nguyen Anh Quynh b5236ff33d java: update after the last change to the core of systemz 2014-03-24 17:29:37 +08:00
Nguyen Anh Quynh 3f59a8cc2b python: clean test_sparc.py 2014-03-24 17:28:58 +08:00
Nguyen Anh Quynh aca2db2492 python: update after the last change to the core of systemz 2014-03-24 17:28:27 +08:00
Nguyen Anh Quynh 7e92884f41 systemz: fix for details 2014-03-24 17:27:32 +08:00
Nguyen Anh Quynh e4fae8723e systemz: support length for Mem op 2014-03-24 17:26:57 +08:00
Nguyen Anh Quynh d04aad77f6 systemz: support Diet option 2014-03-24 17:26:14 +08:00
Nguyen Anh Quynh 98726958fe java: Sparc's operand array size = 4 2014-03-24 16:11:39 +08:00
Nguyen Anh Quynh f0ff96138e systemz: print immediates in range [-9, 9] without 0x prefix 2014-03-24 13:41:28 +08:00
Nguyen Anh Quynh 99caa9bd08 Makefile: do not need to calculate UNAME_S two times 2014-03-24 10:28:22 +08:00
Nguyen Anh Quynh 3b94ec8345 Merge branch 'next' of https://github.com/opntr/capstone into bsd 2014-03-24 09:52:36 +08:00
Oliver Pinter 25efded52f build: added DragonFly BSD
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-23 19:10:13 +01:00
Oliver Pinter a83a887352 build: simplify
Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
2014-03-23 19:01:33 +01:00
Nguyen Anh Quynh d5ef3b83b6 test: cleanup test.c 2014-03-23 22:59:27 +08:00
Nguyen Anh Quynh 61aaabbba0 suite: add SystemZ support to benchmark.py & fuzz.py 2014-03-23 22:56:38 +08:00