Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
capstone
/
5dccc620b1356c1652bad2a6fdf82830c45e6b2c
/
arch
/
XCore
2df9a8e
suppress MSVC code analysis (PREfast) warnings
by Satoshi Tanda
· 8 years ago
c45f1db
Merge remote-tracking branch 'upstream/next' into next
by tandasat
· 8 years ago
45e5eab
port Windows driver support
by tandasat
· 8 years ago
b914a1b
Added support for building binaries for Windows CE 7 on ARMv7 (a.k.a., Windows Embedded Compact 7) and for Windows CE 8 on ARMv7 (a.k.a., Windows Embedded Compact 2013).
by Koutheir Attouchi
· 9 years ago
22bc86f
xcore: increase op_count in set_mem_access() only on register operand. bug reported by Ben Nagy
by Nguyen Anh Quynh
· 9 years ago
f16c9bd
xcore: turn off doing_mem after each printing each instruction. this fixes a memory corruption reported by @felixgr
by Nguyen Anh Quynh
· 9 years ago
1182d25
simplify ARCH_group_name() by using lookup table as suggested by @learn_more. also added the missing group name for GRP_PRIVILEGE
by Nguyen Anh Quynh
· 10 years ago
19ee2d1
inttypes.h fix
by Cr4sh
· 10 years ago
efffe78
Add new API and start to provide access information for instruction operands
by Nguyen Anh Quynh
· 10 years ago
fcde1e1
Merge branch 'next' of https://github.com/aquynh/capstone into next
by Nguyen Anh Quynh
· 10 years ago
21b0bdd
Fix indent issue
by pancake
· 10 years ago
a7837a4
sparc, systemz, xcore: getInstruction() should return boolean instead of DecodeStatus
by Nguyen Anh Quynh
· 10 years ago
bb5dcce
core: put insns[] into separate .inc files to make it easier to manage
by Nguyen Anh Quynh
· 10 years ago
bfcaba5
2015
by Nguyen Anh Quynh
· 10 years ago
338f2ea
xcore: update core
by Nguyen Anh Quynh
· 10 years ago
c87ccd1
mips: fix bugs in the last update
by Nguyen Anh Quynh
· 10 years ago
9c10ace
Make pkg-config and source consistent with installation
by pancake
· 10 years ago
22278ec
mips & xcore: some safety guards to make sure printOperand() do not overflow Operands[] for some unknown reasons
by Nguyen Anh Quynh
· 10 years ago
d7e42b7
rename all the constants marking ending from _MAX to _ENDING. this also updates Java/Python/Ocaml bindings accordingly
by Nguyen Anh Quynh
· 10 years ago
ced9d24
Workaround missing <inttypes.h> on MSVC 2010
by Yegor Derevenets
· 10 years ago
0c07cc9
zero-out instruction details, mnemonic & op_str so cs_insn doesnt have garbage in Diet mode
by Nguyen Anh Quynh
· 10 years ago
ed1234a
xcore: update core
by Nguyen Anh Quynh
· 10 years ago
4db4d9b
xcore: fix an warning of unused array when DIET mode is enable
by Nguyen Anh Quynh
· 10 years ago
650f96c
add new API cs_group_name() to return group name in string, given the group id
by Nguyen Anh Quynh
· 10 years ago
cae09bf
replace offset_of with offsetof from stddef.h
by Nguyen Anh Quynh
· 10 years ago
d06f3d6
xcore: use CreateImm0() & CreateReg0() to create MCOperand* to avoid using malloc/free
by Nguyen Anh Quynh
· 10 years ago
88fca42
xcore: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible
by Nguyen Anh Quynh
· 10 years ago
b95647d
systemz & xcore: create details only when detail mode is ON. this fixes some crashes in tests/test
by Nguyen Anh Quynh
· 10 years ago
69582d7
initialize cs_insn.detail by properly zero-out right members for each arch
by Nguyen Anh Quynh
· 10 years ago
29fd0f6
fix all the code in other non-X86 archs after the change made by commit 5329a6ffd485ce4b06305c1b104df5a0adab57e6
by Nguyen Anh Quynh
· 10 years ago
d002319
cmake: support Sparc, SystemZ & XCore
by Nguyen Anh Quynh
· 10 years ago
3a5965e
xcore: fix some warnings with Diet mode
by Nguyen Anh Quynh
· 10 years ago
b2e566a
xcore: use strcpy() rather than strncpy()
by Nguyen Anh Quynh
· 10 years ago
2a33afe
msvc: make MSVC shutup on strncpy()
by Nguyen Anh Quynh
· 10 years ago
dc1af54
msvc: fix warnings
by Nguyen Anh Quynh
· 10 years ago
be2b788
xcore: handle details for some special tricky instructions
by Nguyen Anh Quynh
· 10 years ago
04f2ec6
cleanup redundant headers included
by Nguyen Anh Quynh
· 10 years ago
553bb48
python: support XCore
by Nguyen Anh Quynh
· 10 years ago
c80d840
add XCore architecture
by Nguyen Anh Quynh
· 10 years ago