summaryrefslogtreecommitdiff
path: root/python/platform.py
AgeCommit message (Collapse)Author
2017-08-17Support custom calling conventions in the type parser and type objectsRusty Wagner
2017-07-17Fix referenced to old calling convention api, Fixes #739Peter LaFosse
2017-05-19update copyright yearJordan Wiens
2017-02-16Basic blocks have incoming and outgoing edges with basic block references, ↵Rusty Wagner
use core object identity for equality
2017-02-09API for accessing platform-specific types and function definitionsRusty Wagner
2017-02-09APIs for handling platform typesRusty Wagner
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ↵Peter LaFosse
existing plugins
2016-10-31Refactoring and other improvements of the python apiplafosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also ↵plafosse
fixed bugs found with pyflakes