summaryrefslogtreecommitdiff
path: root/highlevelilinstruction.h
AgeCommit message (Expand)Author
2025-08-01Make the IL iterators real iterators for std::find_ifGlenn Smith
2025-03-282025 for other formats...Jordan Wiens
2025-02-14uidf refactorRyan Snyder
2024-12-16Update dependencies and fix compilation errors/warnings for g++14 and c++20Josh Ferrell
2024-10-23Linear view function regions collapsePeter LaFosse
2024-06-10Add fmt formatters for IL instructionsGlenn Smith
2023-08-25Make the IL exceptions include stack tracesGlenn Smith
2023-02-24Refactor VisitExprs to give separate API to gather subexpressionsRusty Wagner
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-03Add instruction attributes to IL instructionsRusty Wagner
2022-11-20Initial constant expression builtin outliner.Brian Potchik
2022-10-17[C++ docs] Several fixes, improvements, additions, and general cleanupkat
2022-06-22Add unreachable instruction for switch statements with an unreachable defaultRusty Wagner
2022-06-14Add Dump() to *LILInstructionGlenn Smith
2022-01-28Format All FilesKyleMiles
2020-06-25Add C++ APIs to get SSA and non-SSA forms of HLIL instructionsRusty Wagner
2020-05-11Modifications for supporting jemalloc in the coreRusty Wagner
2020-04-27Add names for goto labelsRusty Wagner
2020-04-17Adding SSA support for HLILRusty Wagner
2020-04-17Add HLIL instructions for variable declarationsRusty Wagner
2020-04-17Add member index for structure field HLIL instructionsRusty Wagner
2020-04-17Expand support for HLIL switch/case and data flow accessRusty Wagner
2020-04-17Add mem SSA to HLILRusty Wagner
2020-04-17Add continue HLIL instructionRusty Wagner
2020-04-17Early HLIL testingRusty Wagner