search for: hilscher

Displaying 9 results from an estimated 9 matches for "hilscher".

2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
...kyy 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 "Source Level Debugging with LLVM&...
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 Jun 29
0
[LLVMdev] About debug in LLVM!!!
...velopers 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 “...
2009 Jan 30
0
[LLVMdev] Writing an LLVM Compiler Backend
...y, The place to 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 star...
2009 Jun 26
0
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
...hris 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 Debugging with > LLVM” (http:/...
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" (http://llvm.org/docs/SourceLevel...
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". It has default value "-file...
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...gt; diff --git a/drivers/uio/uio_ivshmem.c b/drivers/uio/uio_ivshmem.c > new file mode 100644 > index 0000000..607435b > --- /dev/null > +++ b/drivers/uio/uio_ivshmem.c > @@ -0,0 +1,235 @@ > +/* > + * UIO IVShmem Driver > + * > + * (C) 2009 Cam Macdonell > + * based on Hilscher CIF card driver (C) 2007 Hans J. Koch <hjk at linutronix.de> > + * > + * Licensed under GPL version 2 only. > + * > + */ > + > +#include <linux/device.h> > +#include <linux/module.h> > +#include <linux/pci.h> > +#include <linux/uio_driver.h>...
2010 Mar 25
2
[PATCH v3 1/1] Shared memory uio_pci driver
...gt; diff --git a/drivers/uio/uio_ivshmem.c b/drivers/uio/uio_ivshmem.c > new file mode 100644 > index 0000000..607435b > --- /dev/null > +++ b/drivers/uio/uio_ivshmem.c > @@ -0,0 +1,235 @@ > +/* > + * UIO IVShmem Driver > + * > + * (C) 2009 Cam Macdonell > + * based on Hilscher CIF card driver (C) 2007 Hans J. Koch <hjk at linutronix.de> > + * > + * Licensed under GPL version 2 only. > + * > + */ > + > +#include <linux/device.h> > +#include <linux/module.h> > +#include <linux/pci.h> > +#include <linux/uio_driver.h>...