naq
|
43040603d7
|
systemz: fix truncated 64bit imm operand in issue #1515
|
2019-07-10 17:32:46 +08:00 |
|
mephi42
|
7ac73141c8
|
Update SystemZ to LLVM commit 5ad902a6 (#1306)
|
2018-12-16 21:48:51 +08:00 |
|
Nguyen Anh Quynh
|
76c1c3c4e9
|
merge next to master
|
2018-07-20 12:36:50 +08:00 |
|
Richard Henderson
|
5423b215bf
|
Constify backend data (#1040)
* Constify string literals
Use -Wwrite-strings to force string literals to be of
type "const char[]", then fix up all warning fallout.
* Constify common infrastructure
Step one in allowing backend data to be readonly.
Minimal changes to backends for now; just set all pointers
in common structs that aren't modified to const.
* Constify AArch64 backend
Section size changes within libcapstone.so are
-.rodata 602587
-.data.rel.ro 228416
-.data 1003746
+.rodata 769051
+.data.rel.ro 241120
+.data 824578
* Constify ARM backend
Section size changes within libcapstone.so are
-.rodata 769051
-.data.rel.ro 241120
-.data 824578
+.rodata 959835
+.data.rel.ro 245120
+.data 629506
* Constify Mips backend
Section size changes within libcapstone.so are
-.rodata 959835
-.data.rel.ro 245120
-.data 629506
+.rodata 1069851
+.data.rel.ro 256416
+.data 508194
* Constify PowerPC backend
Section size changes within libcapstone.so are
-.rodata 1069851
-.data.rel.ro 256416
-.data 508194
+.rodata 1142715
+.data.rel.ro 272224
+.data 419490
* Constify Sparc backend
Section size changes within libcapstone.so are
-.rodata 1142715
-.data.rel.ro 272224
-.data 419490
+.rodata 1175227
+.data.rel.ro 277536
+.data 381666
* Constify SystemZ backend
Section size changes within libcapstone.so are
-.rodata 1175227
-.data.rel.ro 277536
-.data 381666
+.rodata 1221883
+.data.rel.ro 278016
+.data 334498
* Constify X86 backend
Section size changes within libcapstone.so are
-.rodata 1221883
-.data.rel.ro 278016
-.data 334498
+.rodata 1533531
+.data.rel.ro 281184
+.data 19714
* Constify XCore backend
Section size changes within libcapstone.so are
-.rodata 1533531
-.data.rel.ro 281184
-.data 19714
+.rodata 1553026
+.data.rel.ro 281280
+.data 40
|
2017-10-22 08:45:40 +08:00 |
|
tandasat
|
d4ef430b33
|
port Windows driver support
|
2016-05-11 21:48:32 -07:00 |
|
Nguyen Anh Quynh
|
3f461adae3
|
remove myinttypes.h
|
2016-04-26 09:47:30 +08:00 |
|
Cr4sh
|
19ee2d10b3
|
inttypes.h fix
|
2015-03-29 21:16:38 +08:00 |
|
Cr4sh
|
9d60607645
|
inttypes.h fix
|
2015-03-29 18:29:06 +08:00 |
|
Nguyen Anh Quynh
|
bfcaba5851
|
2015
|
2015-03-04 17:45:23 +08:00 |
|
Nguyen Anh Quynh
|
603a32e968
|
systemz: upgrade core
|
2015-03-04 13:58:07 +08:00 |
|
Yegor Derevenets
|
ced9d24e35
|
Workaround missing <inttypes.h> on MSVC 2010
|
2014-09-21 17:27:11 +02:00 |
|
Nguyen Anh Quynh
|
a7792ae488
|
systemz: update core. also update Python & Java bindings
|
2014-08-26 12:14:25 +08:00 |
|
Nguyen Anh Quynh
|
bddd215099
|
systemz: use SStream_concat0() instead of SStream_concat() for simple string processing whenever possible
|
2014-06-16 13:02:41 +08:00 |
|
Nguyen Anh Quynh
|
d04aad77f6
|
systemz: support Diet option
|
2014-03-24 17:26:14 +08:00 |
|
Nguyen Anh Quynh
|
48a14ca4ce
|
add SystemZ arch
|
2014-03-23 08:35:45 +08:00 |
|