summaryrefslogtreecommitdiff
path: root/callingconvention.cpp
AgeCommit message (Expand)Author
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