summaryrefslogtreecommitdiff
path: root/python/mediumlevelil.py
AgeCommit message (Expand)Author
2017-07-14Added __hash__ and __eq__ to Variable and SSAVariable (#725)Josh Watson
2017-06-06Adding missing X_ADD_OVERFLOW ILOperationPeter LaFosse
2017-05-15Adding a constant expression with pointer hint for improved typesRusty 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-25Fix invalid index in phi listRusty Wagner
2017-04-21Allowing rename of all types of variablesRusty Wagner
2017-04-21Using variable identifiers in MLILRusty Wagner
2017-04-20Renaming and adding variable identifiersRusty Wagner
2017-04-17Use new variable system in functionsRusty Wagner
2017-03-25Fixing partial variable write instructionRusty Wagner
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-15APIs for performing range analysisRusty Wagner
2017-03-13Branch dependence APIs for path sensitive analysisRusty Wagner
2017-03-10Mappings between low level IL and medium level ILRusty Wagner
2017-03-07Use expression lists in call and returnRusty Wagner
2017-03-07Add outputs and parameters for call and return, handle aliasingRusty 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