| Age | Commit message (Expand) | Author |
| 2022-08-22 | let .vars of an SSA MLIL/HLIL function return a list of SSA variables | Xusheng |
| 2022-08-19 | Produce non-ast HLIL expression forms for HLIL mappings. | Brian Potchik |
| 2022-08-10 | Merge variables API/UI, variable liveness API for determining soundness of va... | Rusty Wagner |
| 2022-08-08 | Add missing get_basic_block_at() function for IL functions in Python API. Clo... | Xusheng |
| 2022-07-27 | add better BNIL API documentation examples | Jordan Wiens |
| 2022-06-15 | Fix use of undefined attribute | Kevin Orr |
| 2022-04-24 | Ensure Intrinsic is included in low/medium/highlevelil.py | Peter LaFosse |
| 2022-04-24 | Add commonil class for intrinsics | Fabian Freyer |
| 2022-03-16 | Fix mlil call bases's type hint | Peter LaFosse |
| 2022-03-14 | add additional documentation warning users from creating objects with handles... | Jordan Wiens |
| 2022-03-03 | il block contains methods fixed, resolves #3000 | Jordan Wiens |
| 2022-02-08 | Add vars_written to MediumLevelILVarPhi | steven1003 |
| 2022-02-07 | Add python wrapper for MLIL generate_ssa_form. | Brian Potchik |
| 2022-01-28 | Format All Files | KyleMiles |
| 2022-01-24 | Change name of MediumLevelILLoadStruct_ssa -> MediumLevelILLoadStructSsa for ... | Peter LaFosse |
| 2022-01-20 | Rework IL inheritance for Call instructions | Peter LaFosse |
| 2022-01-20 | Add support for mmlil_if_available | Peter LaFosse |
| 2022-01-19 | Fix __eq__ operator for IL classes | Peter LaFosse |
| 2022-01-19 | Turn some asserts back into exceptions | Peter LaFosse |
| 2022-01-19 | Many type check fixes | Peter LaFosse |
| 2022-01-03 | update copyright years | Jordan Wiens |
| 2021-12-29 | Fixes Vector35/binaryninja-api#2789 | Peter LaFosse |
| 2021-11-29 | Fully deprecate (Low|Medium|High)LevelILExpr in favor of ExpressionIndex | Peter LaFosse |
| 2021-11-29 | Rename il operand helpers to start with _ | Peter LaFosse |
| 2021-11-29 | Fix type hints for BasicBlockList | Peter LaFosse |
| 2021-11-11 | Resolves #2681; Return the SSAFunction's version of .ssa_vars from the non-SS... | KyleMiles |
| 2021-11-11 | Adds MediumLevelILFunction.aliased_vars, HighLevelILFunction.aliased_vars, an... | KyleMiles |
| 2021-11-11 | Resolves #2748; Variable.ssa_versions; Fixes some type annotations | KyleMiles |
| 2021-11-10 | Rename ILInstruction classes as pure camel case | Peter LaFosse |
| 2021-11-10 | Fix name collision on 'ILInstruction' | Peter LaFosse |
| 2021-11-08 | add pep 484 and 561 compliance, fixes #2747 | Jordan Wiens |
| 2021-11-05 | Turn some apis back into Lists for ease of use, improve __repr__ for list and... | Peter LaFosse |
| 2021-11-05 | Fix vars_written/vars_read/vars_address_taken | Peter LaFosse |
| 2021-11-05 | Add IL class heirarchy graph report | Peter LaFosse |
| 2021-11-05 | Make all ILInstructions inherit from the same abstract base class | Peter LaFosse |
| 2021-09-24 | Fix mlil/llil tokens, __repr__, and __str__ | Peter LaFosse |
| 2021-09-24 | Make repr for llil and mlil have different titles | Peter LaFosse |
| 2021-09-24 | Use more f-strings | Peter LaFosse |
| 2021-09-24 | Small code improvement in MediumLevelILInstruction.get_var | Peter LaFosse |
| 2021-09-22 | Fix bug with MediumLevelIL.get_var_uses | Peter LaFosse |
| 2021-09-06 | Fix some unnecessary checks for handle is not None in destructors | Peter LaFosse |
| 2021-09-06 | Fix mlil.vars_read | Peter LaFosse |
| 2021-09-06 | Fix mediumlevelil operands (don't expand) | Peter LaFosse |
| 2021-09-06 | Fix IL comparision instructions | Peter LaFosse |
| 2021-09-06 | type hints for mediumlevelil.py | Peter LaFosse |
| 2021-09-06 | Add some additional typehints to architecture.py, function.py and metadata.py... | Peter LaFosse |
| 2021-09-06 | Commonize all possible IL base classes in commonil.py | Peter LaFosse |
| 2021-09-06 | Additional typehints for mediumlevelil.py, binaryview.py and function.py | Peter LaFosse |
| 2021-09-05 | Remove some unnecessary properties for various derived HLIL Instructions, add... | Peter LaFosse |
| 2021-09-05 | Refactor Python Types | Peter LaFosse |