| Age | Commit message (Expand) | Author |
| 2018-11-06 | Add type check to `Variable.__eq__` | Josh Watson |
| 2018-10-13 | api: more stable PossibleValueSet __repr__ output | Ryan Snyder |
| 2018-08-30 | Allow negative stack offsets for functions like alloca_probe | Rusty Wagner |
| 2018-08-17 | Fix report collection reference count bug and add debug report support | Rusty Wagner |
| 2018-08-02 | Add API to query if an assembly instruction is a call | Rusty Wagner |
| 2018-07-26 | Merge branch 'dev' into test_stack_adjust | Rusty Wagner |
| 2018-07-13 | Add ability to update custom flow graphs | Rusty Wagner |
| 2018-07-10 | Rebased so commit history is correct now | KyleMiles |
| 2018-07-10 | Various Python 3 support changes | KyleMiles |
| 2018-07-10 | addition 3 compatibility changes | Jordan Wiens |
| 2018-07-10 | Additional changes for python 2/3 compatibility | Peter LaFosse |
| 2018-07-10 | working division, prints, and metaclasses, but imports broken, still needs work | Jordan Wiens |
| 2018-06-26 | Add new API to query active analysis info and set analysis limits. | Brian Potchik |
| 2018-06-04 | Generic flow graph API and report collections | Rusty Wagner |
| 2018-04-02 | Add plugin commands for LLIL and MLIL | Rusty Wagner |
| 2018-03-23 | Make indirect branch queries initialize CoreArchitecture objects correctly | Ryan Snyder |
| 2018-03-20 | Cache all created CoreArchitecture objects | Ryan Snyder |
| 2018-03-07 | Add APIs for skipping analysis of functions that are too large, and overridin... | Rusty Wagner |
| 2018-02-26 | Architecture plugins no longer need to override the perform_* methods (you ca... | Rusty Wagner |
| 2018-02-17 | For Python, display set of values in hex format. | Brian Potchik |
| 2018-02-07 | Add APIs for overriding stack adjustments on calls | Rusty Wagner |
| 2018-01-31 | Adding CPU intrinsics support | Rusty Wagner |
| 2017-12-26 | Merge branch 'dev' into fpu | Rusty Wagner |
| 2017-12-26 | Adding return value registers to function type | Rusty Wagner |
| 2017-12-04 | Better Architecture Transition Support. | Brian Potchik |
| 2017-11-27 | Register stack adjustments in calling conventions | Rusty Wagner |
| 2017-11-20 | Update Python API to display PossibleValues that are of type ConstantPointerV... | Brian Potchik |
| 2017-11-16 | Cache Platform object and not handle | David Barksdale |
| 2017-11-08 | Cache arch and platform property values (#862) | Matt Revelle |
| 2017-11-02 | Move the function discrimination from SSAVariable to Variable (#856) | David Barksdale |
| 2017-10-29 | Add convenience API's for accessing blocks and instructions in Function (#792) | Cory Duplantis |
| 2017-10-29 | Fixed possible IndexError in Function.get_*_at methods (#775) | Josh Watson |
| 2017-10-23 | Top relative register stack access as a normal register | Rusty Wagner |
| 2017-10-06 | Adding support for register stacks in IL (for x87) | Rusty Wagner |
| 2017-08-26 | Adding Function level comment APIs | Peter LaFosse |
| 2017-08-24 | Add MLIL instruction for dealing with direct access to GOT/IAT entries | Rusty Wagner |
| 2017-08-23 | Added APIs for clobbered registers, global pointers, and function exit data f... | Rusty Wagner |
| 2017-08-17 | Support custom calling conventions in the type parser and type objects | Rusty Wagner |
| 2017-08-15 | Add APIs to access and update portions of the function type, and added new AP... | Rusty Wagner |
| 2017-08-11 | Fixing some broken documentation | Peter LaFosse |
| 2017-07-26 | Merge type propagation into dev | Rusty Wagner |
| 2017-07-24 | Adding size of stack var refs, source operand in MLIL | Rusty Wagner |
| 2017-07-15 | adding set_comment_at deprecating set_comment for consistency | Peter LaFosse |
| 2017-07-14 | Added __hash__ and __eq__ to Variable and SSAVariable (#725) | Josh Watson |
| 2017-07-14 | Added __hash__ to Function. (#668) | Josh Watson |
| 2017-07-14 | Adding API to get type of MLIL expression | Rusty Wagner |
| 2017-07-10 | Add confidence levels to type objects | Rusty Wagner |
| 2017-06-27 | Compute back edges in the core | Rusty Wagner |
| 2017-05-25 | fix enum link in documentation | Jordan Wiens |
| 2017-05-19 | update copyright year | Jordan Wiens |