| Age | Commit message (Expand) | Author |
| 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-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 |
| 2017-05-16 | Adding pointer information to constant reference list | Rusty Wagner |
| 2017-05-02 | Renaming SSA index to version, more uniform register and variable representat... | Rusty Wagner |
| 2017-04-27 | Adding an API for performance debugging | Rusty Wagner |
| 2017-04-25 | function.platform now correctly returns the functions platform | Jordan Wiens |
| 2017-04-22 | Type check ssa functions (#657) | Josh Watson |
| 2017-04-21 | Merge branch 'mlil' into dev | Rusty Wagner |
| 2017-04-21 | Add Python variable creation APIs | Rusty Wagner |
| 2017-04-21 | Allowing rename of all types of variables | Rusty Wagner |
| 2017-04-20 | Renaming and adding variable identifiers | Rusty Wagner |
| 2017-04-17 | Use new variable system in functions | Rusty Wagner |