summaryrefslogtreecommitdiff
path: root/python/__init__.py
AgeCommit message (Collapse)Author
2016-04-20missing orJordan Wiens
2016-04-20expose length to python basic blocksJordan Wiens
2016-04-14Modifies the python api to allow iteration over some base typesRyan Stortz
Introduces __iter__ to Function, which yields BasicBlocks Introduces __iter__ to BasicBlock, with yields instruction text Extended BasicBlock with ILBasicBlock, to iterate over ILBasicBlocks (which yields ILInstruction instances)
2016-04-10remove broken license checkJordan Wiens
2016-04-10fix for #218Jordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-04-10Move all of API and Python bindings into api directoryRusty Wagner