summaryrefslogtreecommitdiff
path: root/lowlevelilinstruction.cpp
AgeCommit message (Expand)Author
2021-01-18updating copyright yearJordan Wiens
2020-11-10Fix warningsRusty Wagner
2020-06-09Fix warningsRusty Wagner
2020-05-11Modifications for supporting jemalloc in the coreRusty 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-10-27Eliminate most warnings on LinuxRusty Wagner
2019-01-17update company name and copyright dateJordan Wiens
2018-09-12Merging with devPeter LaFosse
2018-08-30Allow negative stack offsets for functions like alloca_probeRusty Wagner
2018-08-16Adding EXTERN_PTR typePeter LaFosse
2018-08-14Adding LLIL_RELOC_PTRPeter LaFosse
2018-04-25Adding tailcall analysis to the core.Brian Potchik
2018-02-12Merge branch 'dev' into fpuRusty Wagner
2018-02-09Add instructions for tracking freed register stack slotsRusty Wagner
2018-02-02Add rounding instructionsRusty Wagner
2018-01-31Allow intrinsics to write flagsRusty Wagner
2018-01-31Adding CPU intrinsics supportRusty Wagner
2018-01-18Allow flag roles to be dependent on semantic classRusty Wagner
2018-01-16Add classes and groups for semantic flags resolutionRusty Wagner
2018-01-14Container Memory Reservations.Brian Potchik
2018-01-02Fix incorrect handling of syscall ILRusty Wagner
2017-11-27Register stack adjustments in calling conventionsRusty Wagner
2017-10-23Top relative register stack access as a normal registerRusty Wagner
2017-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-10-03Add basic floating point instructionsRusty Wagner
2017-08-29Updating APIs to deal with stack adjustmentRusty Wagner
2017-08-05Refactor IL instruction access APIsRusty Wagner