COMMITS
/ lowlevelil.cpp January 27, 2026
B
Perform function lifting and inlining in arch plugins
Brandon Miller committed
January 1, 2026
J
update copyrights for 2026
Jordan Wiens committed
July 31, 2025
G
Support MLIL expr mappings in C++
Glenn Smith committed
July 10, 2025
M
Move LLIL instruction retrieval into the LLIL function where it belongs
Mason Reed committed
June 10, 2025
G
API to create immediate function graphs
Glenn Smith committed
May 6, 2025
G
Fix leak in LowLevelILFunction::AddLabelMap
Glenn Smith committed
March 28, 2025
J
missed the older dates!
Jordan Wiens committed
January 24, 2025
R
uidf refactor
Ryan Snyder committed
January 8, 2024
J
update copyright year
Jordan Wiens committed
November 10, 2023
P
Update documentation for APIs that return IL Labels, fix GetLabelForAddress parameter
Peter LaFosse committed
February 14, 2023
G
Add DisassemblySettings to LLIL::GetExprText
Glenn Smith committed
January 23, 2023
R
Warning cleanup
Rusty Wagner committed
January 5, 2023
J
Update copyright to 2023
Josh F committed
December 14, 2022
R
Add instruction attributes to IL instructions
Rusty Wagner committed
August 17, 2022
X
August 16, 2022
January 28, 2022
K
Format All Files
KyleMiles committed
January 3, 2022
J
update copyright years
Jordan Wiens committed
August 4, 2021
B
Expose LLIL SSA Generation API.
Brian Potchik committed
January 18, 2021
J
updating copyright year
Jordan Wiens committed
November 21, 2020
B
Add improved instruction mapping APIs.
Brian Potchik committed
June 9, 2020
R
Fix warnings
Rusty Wagner committed
January 1, 2020
J
update copyright year to 2020
Jordan Wiens committed
August 4, 2019
R
Add data flow query options
Rusty Wagner committed
December 19, 2019
R
LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination instruction
Rusty Wagner committed
January 17, 2019
J
update company name and copyright date
Jordan Wiens committed
December 4, 2018
P
Commonize all InstructionTextToken generation
Peter LaFosse committed
September 5, 2018
R
Add API to create graphs of IL functions
Rusty Wagner committed
August 20, 2018
R
api: add methods to get basic block objects from IL instrs
Ryan Snyder committed
March 28, 2018
R
Fix default flag write generation for some ops
Ryan Snyder committed
February 13, 2018
R
Merge branch 'dev' into fpu
Rusty Wagner committed
February 1, 2018
R
Adding CPU intrinsics support
Rusty Wagner committed
January 14, 2018
B
Container Memory Reservations.
Brian Potchik committed
January 11, 2018
B
API Temporary Object Elimination.
Brian Potchik committed
October 4, 2017
R
Adding support for register stacks in IL (for x87)
Rusty Wagner committed
August 2, 2017
R
Refactor IL instruction access APIs
Rusty Wagner committed
July 26, 2017
R
Add mappings from LLIL to normal MLIL
Rusty Wagner committed
July 11, 2017
R
Add confidence levels to type objects
Rusty Wagner committed
May 19, 2017
J
update copyright year
Jordan Wiens committed
May 16, 2017
R
Adding a constant expression with pointer hint for improved types
Rusty Wagner committed
May 5, 2017
R
Adding carry flag operand to IL instructions that need it
Rusty Wagner committed
May 4, 2017
R
Initial support for concrete flags computation
Rusty Wagner committed
R
Adding IL instruction for truncating result to smaller value
Rusty Wagner committed
May 2, 2017
R
Renaming SSA index to version, more uniform register and variable representation in IL
Rusty Wagner committed
March 23, 2017
R
Adding new value object to hold disjoint sets
Rusty Wagner committed
March 16, 2017
R
Adding APIs to query register and stack contents from IL
Rusty Wagner committed
March 11, 2017
R
Mappings between low level IL and medium level IL
Rusty Wagner committed
March 2, 2017
R
Adding MLIL instructions, moving stack contents data flow to a later stage
Rusty Wagner committed
March 1, 2017
R
Adding framework for medium level IL
Rusty Wagner committed
R
Map expressions to SSA form and add API to query expression value
Rusty Wagner committed