search for: xpec

Displaying 8 results from an estimated 8 matches for "xpec".

Did you mean: spec
2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
...26, 2009, at 1:21 PM, Rudskyy wrote: Hallo, Robert L. Bocchino Jr.! I have found you in LLVM Developers page (http://llvm.org/developers.cgi). First thank you for all of your work with LLVM. About: I work with the LLVM Compiler Infrastructure to implement a backend for specific processor xPEC of chip NetX (http://hilscher.com/netx..html <http://hilscher.com/netx.html> ). So C-code already possible compile to the native xPEC assembly code (works perfect! LLWM a big power!). Now I need to debug the source C-code, that I compile for xPEC-processor. I have read the article "Sou...
2009 Jun 26
0
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
...skyy wrote: > Hallo, Chris Lattner! > I have found you in LLVM Developers page (http://llvm.org/developers.cgi > ). > First thank you for all of your work with LLVM. > > About: > I work with the LLVM Compiler Infrastructure to implement a backend > for specific processor xPEC of chip NetX (http://hilscher.com/netx..html > ). > So C-code already possible compile to the native xPEC assembly code > (works perfect! LLWM a big power!). > Now I need to debug the source C-code, that I compile for xPEC- > processor. I have read the article “Source Level Debug...
2009 Jun 28
1
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
Hallo, LLVMdev! I have found you in LLVM Developers page (http://llvm.org/developers.cgi). First thank you for all of your work with LLVM. About: I work with the LLVM Compiler Infrastructure to implement a backend for specific processor xPEC of chip NetX (http://hilscher.com/netx.html). So C-code already possible compile to the native xPEC assembly code (works perfect! LLWM a big power!). Now I need to debug the source C-code, that I compile for xPEC-processor. I have read the article "Source Level Debugging with LLVM" (ht...
2009 Jun 29
0
[LLVMdev] About debug in LLVM!!!
...gt; /I have found you in LLVM Developers page > (http://llvm.org/developers.cgi)./// > > /First thank you for all of your work with LLVM./// > > / /// > > /About:/// > > /I work with the **LLVM** Compiler Infrastructure to implement a > backend for specific processor xPEC of chip NetX > (http://hilscher.com/netx...html <http://hilscher.com/netx.html>)./// > > /So C-code already possible compile to the native xPEC assembly code > (works perfect! LLWM a big power!)./// > > /Now I need to debug the source C-code, that I compile for > xPEC-...
2009 Feb 02
1
[LLVMdev] LLVM and backend
Hallo! I have found the LLVM-project and hope it can be useful for me in my work. There is a processor with a simple assembly code (http://hilscher.com/ xPEC- processor). The task is that I need a "translator" from C/C++ to native assembly code. And understand, that I need to write a backend specifying my target (convertion a llvm-IR code to assembly). Can you help, suggest to start from? Best regards, Rudskyy Artem --------------...
2009 Jan 30
0
[LLVMdev] Writing an LLVM Compiler Backend
...ask LLVM-related questions is llvmdev at cs.uiuc.edu -- I've cc'd the list. 2009/1/30 Rudskyy <tema13tema at yahoo.de> > I need some help in subject: "Writing an LLVM Compiler Backend"! > > There is a processor with a simple assembly code (http://hilscher.com/ xPEC- processor). I understand, that I need to convert a llvm-IR code to > my specific assembly (no JIT). > > But I haven't experience in compilers. I have found llvm-projects and try > to implement it to my task, but don't success! > > Can you help, suggest to start from? >...
2009 Sep 01
1
[LLVMdev] llc - generation of native machine code
...tion ( .debug - sections) not implemented. I am looking for a possibility to use a LLVM with a debugger GDB. And GDB works with DWARF debug information. Will be continue a work with ELF-Writer for support of a debug? Or is there any other ideas for debug? I will add an ELF-Writer to my project (xPEC - processor from chip NetX)! Sank you! --Tema Best regards, Artem Rudskyy <http://www.uni-magdeburg.de/ieat/robotslab/> http://www..uni-magdeburg.de/ieat/robotslab/ <http://www.uni-magdeburg.de/> http://www.uni-magdeburg.de/ -------------- next part -------------- A...
2009 Jul 27
3
[LLVMdev] llc - generation of native machine code
Hello! I am working with LLVM project to compile for specific processor (xPEC-processor from NetX chip, http://hilscher.com/ ). I have done support of this target successfully! Assembler code can be emitted with debug information. LLVM - great!) But now I am looking for generation of machine code for my target. I have seen, that "llc" has option "-filetype...