Nguyen Anh Quynh
|
f1c3acb547
|
add COMPILE_CMAKE.TXT & update COMPILE.TXT
|
11 years ago |
Nguyen Anh Quynh
|
ecc5ffb16c
|
cmake: use USE_SYS_DYN_MEM instead of USE_DEFAULT_ALLOC for consistency
|
11 years ago |
Nguyen Anh Quynh
|
7343848662
|
cmake: build shared library libcapstone & static library libcapstone_static
|
11 years ago |
Nguyen Anh Quynh
|
a71a27b87f
|
cmake: only compile X86ATTInstPrinter.c in non-diet mode
|
11 years ago |
Nguyen Anh Quynh
|
b67e030497
|
update CREDITS.TXT
|
11 years ago |
Nguyen Anh Quynh
|
56e4efdc35
|
cmake: cleanup
|
11 years ago |
Nguyen Anh Quynh
|
6a899ff8d4
|
cmake: add test_skipdata
|
11 years ago |
Nguyen Anh Quynh
|
cfc691e659
|
cmake: X86_REDUCE is OFF by default
|
11 years ago |
Nguyen Anh Quynh
|
31ec542111
|
cmake: support X86_REDUCE mode
|
11 years ago |
Nguyen Anh Quynh
|
b70e121ce3
|
x86: FP instructions are only available when X86_REDUCE mode is off
|
11 years ago |
Nguyen Anh Quynh
|
e7f251bfee
|
cmake: Diet mode is OFF by default
|
11 years ago |
Nguyen Anh Quynh
|
d0023197eb
|
cmake: support Sparc, SystemZ & XCore
|
11 years ago |
Nguyen Anh Quynh
|
3a5965eb05
|
xcore: fix some warnings with Diet mode
|
11 years ago |
Nguyen Anh Quynh
|
0150f06553
|
x86: fix a warning on Diet mode
|
11 years ago |
Nguyen Anh Quynh
|
2f661e003f
|
cmake: correct the definition of USE_SYS_DYN_MEM with new macro name CAPSTONE_USE_SYS_DYN_MEM
|
11 years ago |
Nguyen Anh Quynh
|
9786566aaa
|
msvc: fix some Nmake warnings
|
11 years ago |
Nguyen Anh Quynh
|
f6af50903b
|
cmake: rename library from capstone to libcapstone
|
11 years ago |
daniel
|
96ecc338ec
|
created cmake makefile
|
11 years ago |
Nguyen Anh Quynh
|
583baba8c4
|
remove more dead code
|
11 years ago |
Nguyen Anh Quynh
|
9148420b0d
|
replace strcasecmp() with strcmp()
|
11 years ago |
Nguyen Anh Quynh
|
19146e91a3
|
replace strcasecmp() with strcmp(). this also simlifies MSVC support a bit
|
11 years ago |
Nguyen Anh Quynh
|
d69f9ded5b
|
x86: delete dead code
|
11 years ago |
Nguyen Anh Quynh
|
b2e566ac88
|
xcore: use strcpy() rather than strncpy()
|
11 years ago |
Nguyen Anh Quynh
|
2a33afe6e8
|
msvc: make MSVC shutup on strncpy()
|
11 years ago |
Nguyen Anh Quynh
|
dc1af545c0
|
msvc: fix warnings
|
11 years ago |
Nguyen Anh Quynh
|
2b68355a67
|
msvc: support strcpy() with strcpy_s()
|
11 years ago |
Nguyen Anh Quynh
|
112556d9f9
|
msvc: rename test_arm.vcxproj to test_xcore.vcxproj
|
11 years ago |
Nguyen Anh Quynh
|
c54b7ac907
|
python: add test_xcore.py
|
11 years ago |
Nguyen Anh Quynh
|
cfc7ca6ace
|
python & java: update constants for Xcore after the last change in the core
|
11 years ago |
Nguyen Anh Quynh
|
be2b788dc1
|
xcore: handle details for some special tricky instructions
|
11 years ago |
Nguyen Anh Quynh
|
8c1c36f0fc
|
update TODO
|
11 years ago |
Nguyen Anh Quynh
|
4d00986c6b
|
java: add Xcore support
|
11 years ago |
Nguyen Anh Quynh
|
2eff6a377c
|
msvc: support XCore
|
11 years ago |
Nguyen Anh Quynh
|
f721e3124d
|
Disassembler -> Disassembly
|
11 years ago |
Nguyen Anh Quynh
|
8f50ba894c
|
Merge branch 'next' into xcore
|
11 years ago |
Nguyen Anh Quynh
|
04f2ec6d0f
|
cleanup redundant headers included
|
11 years ago |
Nguyen Anh Quynh
|
2cf9c524da
|
x86: MOV64rr belongs to GRP_MODE64 group. bug reported by Jason Oster
|
11 years ago |
Nguyen Anh Quynh
|
d0f3e15d90
|
python: fix Xcore bug
|
11 years ago |
Nguyen Anh Quynh
|
553bb488d7
|
python: support XCore
|
11 years ago |
Nguyen Anh Quynh
|
52a8d2afa2
|
enable disabled archs
|
11 years ago |
Nguyen Anh Quynh
|
c80d840ffc
|
add XCore architecture
|
11 years ago |
Nguyen Anh Quynh
|
3dc080c2b6
|
systemz: cleanup SystemZGenDisassemblerTables.inc
|
11 years ago |
Nguyen Anh Quynh
|
5a5d8a71cd
|
python & java: fix Sparc's CC constants after the last change in the core
|
11 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
|
11 years ago |
Nguyen Anh Quynh
|
708d151fb6
|
Merge pull request #127 from parasyte/bug/SystemZ/r0l-reg
Add `r0l` register to SystemZMapping.c
|
11 years ago |
Jason Oster
|
6380446222
|
Add `r0l` register to SystemZMapping.c
|
11 years ago |
Nguyen Anh Quynh
|
0ebbf1e49c
|
python: ArmOpValue.imm uses int32 type after the last change in the core
|
11 years ago |
Nguyen Anh Quynh
|
eddf47c712
|
Merge pull request #125 from parasyte/ticket-124
ARM: Make `imm` detail field signed.
|
11 years ago |
Jason Oster
|
aa60b8cd1b
|
[#124] ARM: Make `imm` detail field signed.
|
11 years ago |
Nguyen Anh Quynh
|
e96e34df9a
|
python: test_x86.py print prefixes with a space between consecutive bytes
|
11 years ago |