bscarlet / llvm-general

Rich LLVM bindings for Haskell (with transfer of LLVM IR to and from C++, detailed compilation pass control, etc.)
http://hackage.haskell.org/package/llvm-general
132 stars 38 forks source link

new calling conventions #150

Closed bscarlet closed 8 years ago

bscarlet commented 8 years ago

cc 11 / HiPE webkit_jscc anyregcc preserve_mostcc preserve_allcc

bscarlet commented 8 years ago

Oh joy. The lists in the language reference and C API overlap, but neither contains the other, nor does their union include all of what's in the C++ API.