summaryrefslogtreecommitdiff
path: root/python/lowlevelil.py
AgeCommit message (Expand)Author
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10Various Python 3 support changesKyleMiles
2018-07-10addition 3 compatibility changesJordan Wiens
2018-07-10Additional changes for python 2/3 compatibilityPeter LaFosse
2018-07-10working division, prints, and metaclasses, but imports broken, still needs workJordan Wiens
2018-06-28Fix lifting of intrinsics in Python bindingsRyan Snyder
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-02-27Fix lifted IL access from PythonRusty Wagner
2018-02-21Fix documentationlucasduffey
2018-02-20and the other modulus...Jordan Wiens
2018-02-20one more signed/unsigned copy paste failureJordan Wiens
2018-02-20unsigned improperly using signed divisionJordan Wiens
2018-02-16fix a typoJordan Wiens
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Allow intrinsics to write flagsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2018-01-16Add classes and groups for semantic flags resolutionRusty Wagner
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-11-27Register stack adjustments in calling conventionsRusty Wagner
2017-10-30__hash__ for three types of basic blocksJordan Wiens
2017-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-10-03Add basic floating point instructionsRusty Wagner
2017-08-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-11Fixing llil and mlil incoming/outgoing edges, and dominator apisPeter LaFosse
2017-07-26Merge type propagation into devRusty Wagner
2017-07-25Add mappings from LLIL to normal MLILRusty Wagner
2017-07-15Add flags option to LLIL storePeter LaFosse
2017-07-10Add confidence levels to type objectsRusty Wagner
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