| Age | Commit message (Expand) | Author |
| 2018-08-21 | Add return hint MLIL instruction (used in intermediate stages, not emitted in... | Rusty Wagner |
| 2018-07-10 | Various Python 3 support changes | 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-04-25 | Adding tailcall analysis to the core. | Brian Potchik |
| 2018-04-05 | Add SSA variable liveness API for MLIL | Rusty Wagner |
| 2018-02-09 | Add instructions for tracking freed register stack slots | Rusty Wagner |
| 2018-02-02 | Add rounding instructions | Rusty Wagner |
| 2018-01-31 | Adding CPU intrinsics support | Rusty Wagner |
| 2018-01-16 | Add classes and groups for semantic flags resolution | Rusty Wagner |
| 2017-12-26 | Merge branch 'dev' into fpu | Rusty Wagner |
| 2017-11-02 | Move the function discrimination from SSAVariable to Variable (#856) | David Barksdale |
| 2017-11-02 | Make SSAVariables unique between functions (#855) | David Barksdale |
| 2017-10-30 | __hash__ for three types of basic blocks | Jordan Wiens |
| 2017-10-06 | Adding support for register stacks in IL (for x87) | Rusty Wagner |
| 2017-10-03 | Add basic floating point instructions | Rusty Wagner |
| 2017-08-24 | Add MLIL instruction for dealing with direct access to GOT/IAT entries | Rusty Wagner |
| 2017-08-17 | Support custom calling conventions in the type parser and type objects | Rusty Wagner |
| 2017-08-11 | Fixing llil and mlil incoming/outgoing edges, and dominator apis | Peter LaFosse |
| 2017-08-10 | Fix get_ssa_var_possible_values API call to core. | Brian Potchik |
| 2017-08-05 | Refactor IL instruction access APIs | Rusty Wagner |
| 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-18 | Add instruction for indirect structure access | Rusty Wagner |
| 2017-07-15 | Fixes #700 MLIL_SET_VAR_SPLIT_SSA operands are incorrectly typed | Peter LaFosse |
| 2017-07-15 | Accidentally omitted the parenthesis to create a tuple for SSAVariable.__hash... | Josh Watson |
| 2017-07-14 | Add API to get list of all definitions or uses of a variable | Rusty Wagner |
| 2017-07-14 | Added __hash__ and __eq__ to Variable and SSAVariable (#725) | 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-06 | Adding missing X_ADD_OVERFLOW ILOperation | Peter LaFosse |
| 2017-05-15 | Adding a constant expression with pointer hint for improved types | Rusty Wagner |
| 2017-05-03 | Adding IL instruction for truncating result to smaller value | Rusty Wagner |
| 2017-05-02 | Renaming SSA index to version, more uniform register and variable representat... | Rusty Wagner |
| 2017-04-25 | Fix invalid index in phi list | Rusty Wagner |
| 2017-04-21 | Allowing rename of all types of variables | Rusty Wagner |
| 2017-04-21 | Using variable identifiers in MLIL | Rusty Wagner |
| 2017-04-20 | Renaming and adding variable identifiers | Rusty Wagner |
| 2017-04-17 | Use new variable system in functions | Rusty Wagner |
| 2017-03-25 | Fixing partial variable write instruction | Rusty Wagner |
| 2017-03-22 | Adding new value object to hold disjoint sets | Rusty Wagner |
| 2017-03-16 | Adding APIs to query register and stack contents from IL | Rusty Wagner |
| 2017-03-15 | APIs for performing range analysis | Rusty Wagner |
| 2017-03-13 | Branch dependence APIs for path sensitive analysis | Rusty Wagner |
| 2017-03-10 | Mappings between low level IL and medium level IL | Rusty Wagner |
| 2017-03-07 | Use expression lists in call and return | Rusty Wagner |
| 2017-03-07 | Add outputs and parameters for call and return, handle aliasing | Rusty Wagner |
| 2017-03-02 | Adding MLIL instructions, moving stack contents data flow to a later stage | Rusty Wagner |