summaryrefslogtreecommitdiff
path: root/callingconvention.cpp
AgeCommit message (Collapse)Author
2022-01-28Format All FilesKyleMiles
2022-01-03update copyright yearsJordan Wiens
2021-05-28Improve calling convention support for variadic argument resolutionRyan Snyder
2021-01-21Let calling conventions opt out of heuristicsGlenn Smith
2021-01-18updating copyright yearJordan Wiens
2020-01-01update copyright year to 2020Jordan Wiens
2019-01-17update company name and copyright dateJordan Wiens
2018-09-20Merge branch 'dev' into test_relocationPeter LaFosse
2018-09-13Add callee saved registers on calling conventions to specify which registers ↵Rusty Wagner
are assumed to be preserved (used in heuristics to avoid incomplete data flow cloberring these registers)
2018-05-07Refactor supporting calling convention like approachPeter LaFosse
2018-03-23Fix reference leak in calling conventionsRusty Wagner
2018-03-23Register stack adjustments in calling conventionsRusty Wagner
2018-03-23Adding support for register stacks in IL (for x87)Rusty Wagner
2018-03-16Fix reference leak in calling conventionsRusty Wagner
2017-11-27Register stack adjustments in calling conventionsRusty Wagner
2017-10-06Adding support for register stacks in IL (for x87)Rusty Wagner
2017-08-23Added APIs for clobbered registers, global pointers, and function exit data ↵Rusty Wagner
flow info
2017-08-17Work around limitations in ctypesRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new ↵Rusty Wagner
APIs for global registers and implicit incoming state in calling conventions
2017-05-19update copyright yearJordan Wiens
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2016-01-25Initial implementation of platform ABI classesRusty Wagner