search for: llwm

Displaying 5 results from an estimated 5 matches for "llwm".

Did you mean: llvm
2008 Sep 10
1
[LLVMdev] ReplaceUses: curious
...TableGen emits this method definition for every traget. Is this method implementation, in some way that I cannot see, specific to a given target? I cannot see a reason for it not being a method of SelectionDAGISel and just implemented once? Whilst the existing targets do offer a newcomer to LLWM a template to writing a new backend, can anyone point me to other sources of information to help me get up and running more quickly. I have read the various LLVM documents but, for example, the Writing an LLVM Backend and TableGen documents are rather high level. Am I going about this in the...
2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
...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" (http://llvm.org/docs/SourceLevelDebugging.html), where were described that is possible to use debugger GDB. Wonderful! I have found much in...
2009 Jun 26
0
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
...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/SourceLevelDebugging.html), where were > described that is possible to use debugger GDB. Wonderful! I hav...
2009 Jun 28
1
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
...pers.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/SourceLevelDebugging.html), where were described that is possible to use debugger GDB. Wonderful! I have found much i...
2009 Jun 29
0
[LLVMdev] About debug in LLVM!!!
...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” (http://llvm.org/docs/SourceLevelDebugging.html), where were > described that is possible to use debugger GDB. Wonderful!...