Artur K
d5e1fc733f
Fixes to libdisasm, also use it a bit more
2012-07-19 19:37:30 +02:00
Artur K
c1eb8df114
Split COND_EXPR into Unary/Binary/AstIdent subclasses
2012-07-16 19:31:29 +02:00
Artur K
5087a051b5
More simplifications on BB creation
2012-07-14 23:04:09 +02:00
Artur K
ba110a64cb
removed most of clang warnings / errors
2012-03-29 22:02:25 +02:00
Artur K
4dd97b0709
Using boost now
2012-03-15 18:55:27 +01:00
Artur K
a740690e04
Replaced memory tags #defines with eAreaType enum
...
Added replaceExpr, which replaces expression, and deletes the old one.
Moved subReg* family to Machine_X86, also moved there a few float op
decoding parts.
A few more usages of cCode global replaced with ostreams
Refactored compoundCond().
2012-03-13 22:10:07 +01:00
Artur K
14b06c252e
Replaced all TRUE/FALSE macro usages with true/false booleans
2012-03-13 00:28:04 +01:00
Artur K
3bcbb7a2cf
Removed lints
2012-03-10 22:46:15 +01:00
Artur K
eb6c1ac939
more fixes
2012-03-08 21:47:59 +01:00
Artur K
69d848ca78
Basic block is purer range now, it does not hold start and length members, it can be used in range based fors now
2012-03-08 00:20:13 +01:00
Artur K
e0740f5ff7
Moved most of register definitions to use eReg enum
2012-03-07 21:52:46 +01:00
Artur K
0ad46c3986
renamed flag methods in LLInst
2012-02-29 22:26:23 +01:00
Artur K
6b7d3f6209
Started separation between Low level and higher level instructions
2012-02-29 18:13:43 +01:00
Artur K
a0a6f7cc0e
lots of small things
2012-02-29 00:59:19 +01:00
Artur K
493225ad64
Replaced a few places which used ICODE * in favour of ICODE &, also split HLTYPE attriubtes into 3 classes with virtual methods
2012-02-28 21:17:50 +01:00
Artur K
74c5966579
liveIn/Out def/use changed to use bitset<32>
2012-02-26 17:47:25 +01:00
Artur K
9a6788fd2d
removed ip dword from findIdioms, it's using iterators now, also switched to using iterators in IDX_ARRAY
2012-02-25 22:38:22 +01:00
Artur K
8cb5449591
mooing on
2012-02-22 20:56:27 +01:00
Artur K
87d1b4411c
eliminated numOutEdges from BB
2011-12-13 20:02:21 +01:00
Artur K
e7bf886902
coverage guided deletion
2011-12-13 19:53:48 +01:00
Artur K
900438c453
from work
2011-12-12 15:44:52 +01:00
Artur K
4c249fe5c4
init
2011-11-24 20:19:41 +01:00