| Age | Commit message (Expand) | Author |
| 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-28 | Fix lifting of intrinsics in Python bindings | Ryan Snyder |
| 2018-04-25 | Adding tailcall analysis to the core. | Brian Potchik |
| 2018-02-27 | Fix lifted IL access from Python | Rusty Wagner |
| 2018-02-21 | Fix documentation | lucasduffey |
| 2018-02-20 | and the other modulus... | Jordan Wiens |
| 2018-02-20 | one more signed/unsigned copy paste failure | Jordan Wiens |
| 2018-02-20 | unsigned improperly using signed division | Jordan Wiens |
| 2018-02-16 | fix a typo | Jordan Wiens |
| 2018-02-09 | Add instructions for tracking freed register stack slots | Rusty Wagner |
| 2018-02-02 | Add rounding instructions | Rusty Wagner |
| 2018-01-31 | Allow intrinsics to write flags | 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-27 | Register stack adjustments in calling conventions | Rusty Wagner |
| 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-29 | Updating APIs to deal with stack adjustment | Rusty Wagner |
| 2017-08-11 | Fixing llil and mlil incoming/outgoing edges, and dominator apis | Peter LaFosse |
| 2017-07-26 | Merge type propagation into dev | Rusty Wagner |
| 2017-07-25 | Add mappings from LLIL to normal MLIL | Rusty Wagner |
| 2017-07-15 | Add flags option to LLIL store | Peter LaFosse |
| 2017-07-10 | Add confidence levels to type objects | Rusty Wagner |
| 2017-06-07 | Allow ILRegister's to be compared properly | Peter LaFosse |
| 2017-06-06 | Adding missing X_ADD_OVERFLOW ILOperation | Peter LaFosse |
| 2017-05-19 | update copyright year | Jordan Wiens |
| 2017-05-15 | Adding a constant expression with pointer hint for improved types | Rusty Wagner |
| 2017-05-05 | Adding carry flag operand to IL instructions that need it | 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-22 | Type check ssa functions (#657) | Josh Watson |
| 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-10 | Mappings between low level IL and medium level IL | Rusty Wagner |
| 2017-03-02 | Adding MLIL instructions, moving stack contents data flow to a later stage | Rusty Wagner |
| 2017-03-01 | Adding framework for medium level IL | Rusty Wagner |
| 2017-02-28 | Map expressions to SSA form and add API to query expression value | Rusty Wagner |
| 2017-02-25 | Add APIs to access SSA-based data flow | Rusty Wagner |
| 2017-02-23 | Add APIs for definitions and uses of SSA variables | Rusty Wagner |
| 2017-02-23 | Instruction starts and SSA form are a property of IL functions | Rusty Wagner |
| 2017-02-22 | Add SSA form APIs | Rusty Wagner |
| 2017-02-16 | Basic blocks have incoming and outgoing edges with basic block references, us... | Rusty Wagner |
| 2017-01-17 | Add missing Python APIs | Rusty Wagner |
| 2017-01-09 | Wrapping some unwrapped enumeration values, and adding il basic block indexing | Peter LaFosse |
| 2017-01-05 | Modifying how enumerations are exposed and used, and a bunch of cleanup of ex... | Peter LaFosse |