summaryrefslogtreecommitdiff
path: root/callingconvention.cpp
AgeCommit message (Expand)Author
2026-06-02Add support for multiple global pointer registersBrandon Miller
2026-05-22Initial support for Go and Pascal calling conventionsRusty Wagner
2026-05-22Refactor calling conventions to support correct representation of structuresRusty Wagner
2026-02-20Allow calling conventions to specify a list of registers that are required to...Rusty Wagner
2026-01-01update copyrights for 2026Jordan Wiens
2025-03-28missed the older dates!Jordan Wiens
2024-12-14Pass length to free register list callbackMason Reed
2024-01-08update copyright yearJordan Wiens
2023-02-08Clean up possible early deletion issues in API callbacksRusty Wagner
2023-01-05Update copyright to 2023Josh F
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
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 f...Rusty Wagner
2017-08-17Work around limitations in ctypesRusty Wagner
2017-08-15Add APIs to access and update portions of the function type, and added new AP...Rusty Wagner
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