search for: roepk

Displaying 3 results from an estimated 3 matches for "roepk".

Did you mean: roeck
2007 Aug 12
2
[LLVMdev] Minor issue installing llvm-gcc-4.0
Hi! While trying to build HLVM using the trunk of today, I noticed that I couldn't get llvm-gcc-4.0 installed by simply doing ./install llvm- gcc-4.0 in llvm-top. I did a fresh checkout of llvm-top and pulled some other modules by doing ./get VERBOSE=1 PREFIX=/Users/kroepke/Projects/llvm llvm-gcc-4.0 core support cfe hlvm test-suite Afterwards I did: ./build llvm and ./install llvm which left me with LLVM's libraries and tools in llvm-top/installed But I was missing the llvm-gcc-4.0 binaries, which didn't even get installed after issuing ./install llvm-...
2006 Nov 17
0
[LLVMdev] Targetting a virtual machine having no registers
On Wed, 15 Nov 2006, Kay Roepke wrote: > I am writing a C compiler to target the Lego Mindstorms NXT virtual > machine. cool! > While I was implementing the optimizer and code generator I > realized that it might be useful to use LLVM for this. Sure. > The question I have is related to writing a LLVM target fo...
2006 Nov 15
2
[LLVMdev] Targetting a virtual machine having no registers
Hi *! I am writing a C compiler to target the Lego Mindstorms NXT virtual machine. While I was implementing the optimizer and code generator I realized that it might be useful to use LLVM for this. The question I have is related to writing a LLVM target for this architecture. I have read most of the documentation available on the website and read through portions of the code (including