summaryrefslogtreecommitdiff
path: root/python/basicblock.py
AgeCommit message (Expand)Author
2017-09-21Bugfix for BasicBlock incoming edges source and target were swappedPeter LaFosse
2017-08-22Add BasicBlock CanExit Accessor.Brian Potchik
2017-08-11Fixing some broken documentationPeter LaFosse
2017-08-11Fixing llil and mlil incoming/outgoing edges, and dominator apisPeter LaFosse
2017-08-04Use the basic block's arch not the view's archPeter LaFosse
2017-07-26Merge type propagation into devRusty Wagner
2017-07-21Adding optimization for accessing arch and function from basic blockPeter LaFosse
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 function.get_block_an...Jordan Wiens
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, us...Rusty Wagner
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 ex...Peter LaFosse
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse