summaryrefslogtreecommitdiff
path: root/mediumlevelilinstruction.h
AgeCommit message (Expand)Author
2025-03-28missed the older dates!Jordan Wiens
2025-02-14uidf refactorRyan Snyder
2024-12-16Update dependencies and fix compilation errors/warnings for g++14 and c++20Josh Ferrell
2024-06-10Add fmt formatters for IL instructionsGlenn Smith
2024-03-02Add support for memory intrinsics.Brian Potchik
2024-01-08update copyright yearJordan Wiens
2023-12-06Add LLIL/MLIL instructions to describe integer vs. floating point argument usageRusty Wagner
2023-08-25Make the IL exceptions include stack tracesGlenn Smith
2023-02-04Initial support for constant data expressions.Brian Potchik
2023-01-05Update copyright to 2023Josh F
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-14Add Dump() to *LILInstructionGlenn Smith
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-01-18updating copyright yearJordan Wiens
2020-10-12Fix stale references when modifying in placeRusty Wagner
2020-09-27Add High Level IL Mappings.Brian Potchik
2020-06-16Fix GCC9 warningsRusty Wagner
2020-05-11Modifications for supporting jemalloc in the coreRusty Wagner
2020-05-11Use STL provided uint64_t hash function to speed up Windows buildRusty Wagner
2020-04-17Expand support for HLIL switch/case and data flow accessRusty Wagner
2020-01-01update copyright year to 2020Jordan Wiens
2019-12-19LLIL_JUMP_TO/MLIL_JUMP_TO now contain mappings from address to destination in...Rusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2018-09-12Merging with devPeter LaFosse
2018-08-21Add return hint MLIL instruction (used in intermediate stages, not emitted in...Rusty Wagner
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-02-13Add missing instructionRusty Wagner
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2017-12-26Merge branch 'dev' into fpuRusty Wagner
2017-12-12Modify Hash Functions.Brian Potchik
2017-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-10-03Add basic floating point instructionsRusty Wagner
2017-08-24Add MLIL instruction for dealing with direct access to GOT/IAT entriesRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
2017-08-05Refactor IL instruction access APIsRusty Wagner