Tools and libraries to glue C/C++ APIs to high-level languages
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
triton d56c50ad5e Added FunctionSynthKind property to function to keep what kind of synthesis occurred. 12 years ago
..
AST Added FunctionSynthKind property to function to keep what kind of synthesis occurred. 12 years ago
Generator Fixed GetFunctionNativeIdentifier to work with function operators. 12 years ago
Generator.Tests Added RunPasses to PassBuilder and change existing code to use it. 12 years ago
Parser Added accurate return and argument type ABI information by querying Clang's code gen layer for the correct information. This does add a lot of extra dependencies on LLVM and Clang libraries. 12 years ago
Runtime Added P/Invoke helpers for unmanaged-unmanaged memory copies. 12 years ago