User:Realazthat/Projects wishlist/LLVM/APInt for CBE

Revision as of 19:44, 13 October 2010 by rosettacode>Realazthat (Created page with ' Implement arbitrary precision integers for the C backend by using a template library with fixed precision integers, compiling it to bitcode, using the generated function calls o…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Implement arbitrary precision integers for the C backend by using a template library with fixed precision integers, compiling it to bitcode, using the generated function calls on C structs representing the integers, and running the optimization passes on them again.