search for: paulomatias0

Displaying 4 results from an estimated 4 matches for "paulomatias0".

2009 Mar 25
0
[LLVMdev] LLVM and GMP
I could be wrong, but I think that you may need to add a 'big-integer' intrinsic type to llvm. On Wed, Mar 25, 2009 at 4:32 AM, Paulo Matias <paulomatias0 at gmail.com> wrote: > Hello > > I've been looking to LLVM, in order to develop a compiler for a > cryptography oriented language. I started by following the tutorials on > Kaleidoscope, and I must say they were very usefull. Now I need to use > GMP, so i can add Big Intege...
2009 Mar 25
3
[LLVMdev] LLVM and GMP
Hello I've been looking to LLVM, in order to develop a compiler for a cryptography oriented language. I started by following the tutorials on Kaleidoscope, and I must say they were very usefull. Now I need to use GMP, so i can add Big Integer support. I am trying to change Kaleidoscope to support BigIntegers instead of doubles, but I don't really know how to do that. I'd really
2009 Mar 17
0
[LLVMdev] Access violation in Kaleidoscope Chapter 4
Hi I'm starting to use LLVM, in order to develop a compiler. I've been following the tutorials, but now I have a problem. In the kaleidoscope tutorial, chapter 4, I get a Access Violation in ExecutionEngine->getTargetData(). I tried to solve it, but with no success. Can you help me? I'm using Visual Studio 2008. Thanks in advance, Paulo Matias
2009 Mar 26
1
[LLVMdev] LLVM and GMP
someguy wrote: > Oh. One more thing: > > Paulo, while your working out how to do what Chris said (making usage > of bigints into library calls), wouldn't it just warm your heart to > document the process on the wiki? > > </wiki pimping> > > On Wed, Mar 25, 2009 at 9:16 AM, someguy > <just.s0m3.guy+llvmdev at gmail.com> wrote: > >> Oh. I