summaryrefslogtreecommitdiff
path: root/python/basicblock.py
AgeCommit message (Collapse)Author
2017-07-10Add confidence levels to type objectsRusty Wagner
2017-06-27Compute back edges in the coreRusty Wagner
2017-05-19update copyright yearJordan Wiens
2017-03-22update basicblock.annotations to new argument order for ↵Jordan Wiens
function.get_block_annotations
2017-02-20Add dominance frontier APIsRusty Wagner
2017-02-18Add back edge property to block edgesRusty Wagner
2017-02-17Add dominator APIsRusty Wagner
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, ↵Rusty Wagner
use core object identity for equality
2017-02-10Merge branch 'type_view' into devRusty Wagner
2017-02-09Fix highlight API's to work with HighlightStandardColor properlyPeter LaFosse
2017-01-17Add missing Python APIsRusty Wagner
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse
existing plugins
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes