summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
AgeCommit message (Expand)Author
2017-06-07Allow ILRegister's to be compared properlyPeter LaFosse
2017-06-06Adding missing X_ADD_OVERFLOW ILOperationPeter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-05-15Adding a constant expression with pointer hint for improved typesRusty Wagner
2017-05-05Adding carry flag operand to IL instructions that need itRusty Wagner
2017-05-03Adding IL instruction for truncating result to smaller valueRusty Wagner
2017-05-02Renaming SSA index to version, more uniform register and variable representat...Rusty Wagner
2017-04-22Type check ssa functions (#657)Josh Watson
2017-03-22Adding new value object to hold disjoint setsRusty Wagner
2017-03-16Adding APIs to query register and stack contents from ILRusty Wagner
2017-03-10Mappings between low level IL and medium level ILRusty Wagner
2017-03-02Adding MLIL instructions, moving stack contents data flow to a later stageRusty Wagner
2017-03-01Adding framework for medium level ILRusty Wagner
2017-02-28Map expressions to SSA form and add API to query expression valueRusty Wagner
2017-02-25Add APIs to access SSA-based data flowRusty Wagner
2017-02-23Add APIs for definitions and uses of SSA variablesRusty Wagner
2017-02-23Instruction starts and SSA form are a property of IL functionsRusty Wagner
2017-02-22Add SSA form APIsRusty Wagner
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, us...Rusty Wagner
2017-01-17Add missing Python APIsRusty Wagner
2017-01-09Wrapping some unwrapped enumeration values, and adding il basic block indexingPeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2017-01-02Manual merging with devPeter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse