Displaying 20 results from an estimated 500 matches similar to: "[LLVMdev] llc - generation of native machine code"
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
2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
Hi all LLVMdev!
Here is a question:
I try to understand how I can realize a debugging in LLVM!?
I have written a back end for my target and now I need a debug.
I asked developers Chris Lattner and Robert L. Bocchino. They recommend me
ask the LLVMdev.
Is there a tool like "llvm-db" about Robert said?
Here a mail from Robert:
On Jun 29, 2009, at 17:14 PM, Robert L. Bocchino
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
2009 Jun 29
0
[LLVMdev] About debug in LLVM!!!
Do you want to debug the native executables generated by your back-end?
What debug info format your native executables support?
In general, this is how it works for that case.
1. clang-cc -g generates required debug info in the .bc file.
2. The backend (llc) converts that to Dwarf (or something else as
desired by that back-end).
3. Native debuggers like (gdb) understands Dwarf and provide source
2009 Jun 26
0
[LLVMdev] LLVM Compiler Infrastructure and GDB debugger
Hi Artem,
GDB only works with native applications. If you compile your code to
a native executable with -g, then debug info should work for you.
However, if you've built your own backend, then you may need to add
the debug info hooks etc. If you have further questions, please email
the llvmdev mailing list instead of me directly, thanks!
-Chris
On Jun 26, 2009, at 11:11 AM,
2009 Jul 27
0
[LLVMdev] llc - generation of native machine code
On Mon, Jul 27, 2009 at 8:25 AM, Rudskyy<tema13tema at yahoo.de> wrote:
> 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 "-filetype=asm", but has more values, as
> "-filetype=obj" and "-filetype=dynlib".
>
> “obj” is very interesting, but
2009 Jan 30
0
[LLVMdev] Writing an LLVM Compiler Backend
Hi Rudskyy,
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
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
2005 Sep 16
1
corr.test -- use a different null hypothesis
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
First of all, I'm a physicist and therefore I'm not much used to use
statistics. So, please forgive me if this is a FAQ or stupid, but I
failed to find the answer by myself.
I want to use corr.test to test for the correlation of two data sets
(actually I have a lot of data set and perform pairwise testing). But I
wanted to find sets where the
2010 Feb 20
2
R logo as SVG ?
Hi,
does anybody have the R logo in a vector format preferable SVG?
Need it for Freedesktop (GNOME desktop) integration of Rcmdr ...
Thanx,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2009 Dec 31
1
readCitationFile encoding
Hi,
does anybody know, how to enforce a certain encoding for
readCitationFile()? Haven't found any usable documentation for this :(
E.g.:
basecit <- system.file("CITATION", package="base")
source(basecit, echo=TRUE, encoding="8859-1")
readCitationFile(basecit)
BTW: 'make check' is a relativ long running task and if one changes
a source file, all
2010 Jul 22
6
Xen EOF?
Hi,
just found:
PSARC/2010/250 EOF of Solaris xVM dom0 approved.
So does this mean, Xen is officially dead on Solaris?
Regards,
jel.
--
Otto-von-Guericke University http://www.cs.uni-magdeburg.de/
Department of Computer Science Geb. 29 R 027, Universitaetsplatz 2
39106 Magdeburg, Germany Tel: +49 391 67 12768
2009 Feb 12
1
strange ''too many errors'' msg
Hi,
just found on a X4500 with S10u6:
fmd: [ID 441519 daemon.error] SUNW-MSG-ID: ZFS-8000-GH, TYPE: Fault, VER: 1, SEVERITY: Major
EVENT-TIME: Wed Feb 11 16:03:26 CET 2009
PLATFORM: Sun Fire X4500, CSN: 00:14:4F:20:E0:2C , HOSTNAME: peng
SOURCE: zfs-diagnosis, REV: 1.0
EVENT-ID: 74e6f0ec-b1e7-e49b-8d71-dc1c9b68ad2b
DESC: The number of checksum errors associated with a ZFS device exceeded
2008 Oct 12
3
blue screen: clock interrupt win2008
Hi,
when installing windows server 2008 Std hvm I get always a blue screen
telling me:
''a clock interrupt was not received on a secondary processor within the
allocated time interval''
I googled around and found, that this occured with vista as well:
http://lists.xensource.com/archives/html/xen-changelog/2007-01/msg00170.html
Config is:
+ virt-install --name=win2008ss
2016 Jan 11
1
Possibly useful idea
I've not worked changing underlying computational infrastructure, but
developers who do might want to use ideas from FlexiBLAS. Apologies in
advance if this is well-known.
Best JN
> From: Martin Koehler koehlerm at mpi-magdeburg.mpg.de
> Date: January 07, 2016
> Subject: FlexiBLAS Version 1.3.0 Release
>
> It is our pleasure to announce the new release of FlexiBLAS. We do not
2006 Jun 05
0
significance test and cronbach
Erin Hodgess wrote:
> Date: Mon, 05 Jun 2006 08:05:04 +0200
> From: Tom Backer Johnsen <backer at psych.uib.no>
> User-Agent: Thunderbird 1.5.0.4 (Windows/20060516)
> MIME-Version: 1.0
> To: r-help at stat.math.ethz.ch
> References: <4481F48B.6090308 at imst.math.uni-magdeburg.de>
> In-Reply-To: <4481F48B.6090308 at imst.math.uni-magdeburg.de>
>
2010 Feb 16
1
R_LIBS_USER bugs
Hi,
Having currently a big problem with R 2.10.1 vanilla (Solaris):
As soon as the R_LIBS_USER env var gets bigger than 1023 chars R
completely ignores it and uses the default:
> Sys.getenv('R_LIBS_USER');
R_LIBS_USER
"${R_LIBS_USER-~/R/i386-pc-solaris2.11-library/2.10}"
The strange thing is, if I set another envar to the same
2008 Oct 16
1
attaching 2nd vol unsupported?
Hi,
im trying to attach another volume aka disk to win HVM, however it
doesn''t seem to work:
+ xm block-attach win2008ss phy:/dev/zvol/dsk/pool1/win2008ss.dsk2 \
hdd:disk w 0
results in:
elkner.sol ~ > + xm block-list win2008ss --long
(0
(vbd
(uuid 7cb8fadf-619d-dde6-bda9-dcc18023c7d5)
(bootable 1)
(devid 768)
(driver paravirtualised)
2010 Apr 01
1
[LLVMdev] Ho to generate VAARG?
Hello, LLVMers!
How can I force a front end to generate VAARG for accessing varargs
parameters?
I compile a simple C-code:
#include <stdarg.h>
int FnVarArgs(int a, ...)
{
int i,tmp=0;
va_list ptArgument;
va_start(ptArgument,a);
for(i=0;i<9;i++)
tmp+= va_arg(ptArgument,int);
return tmp;
}
And then have this bytecode:
; ModuleID = 'main.bc'
target
2010 Sep 14
2
How to uncompress a gz file in R
Dear Fellows,
I would like to know how to uncompress a gz file at the R console. I could
not find out any help from the R-help archive.
Thanks for your great help.
Best Regards,
Wonsang You
-----
--
Wonsang You
Special Lab Non-Invasive Brain Imaging
Leibniz Institute for Neurobiology
http://www.ifn-magdeburg.de
--
View this message in context: