Displaying 10 results from an estimated 10 matches for "assebl".
Did you mean:
assebly
2004 May 05
2
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
> For example:
> $ llvmgcc ackerman.c -o ackerman -Wl,-native-cbe
BTW, Chris, what should be then an analogy
of "gcc -O3 -S foo.c" in LLVM framework?
The invocation of
$ llvmgcc -S ackerman.c -o ackerman -Wl,-native-cbe
does not produce native assebler output as one might expect.
--
Valery
2008 May 08
5
Debian....0.9.61.... and crooked hands
...Compiling passed smoothly.
But there are no Russian fonts.
In place of the Russian letters there are rectangles.
Amount of startable programs diminished notedly...
Can you explain how to manage with fonts....
What libraries are needed for complete wine compilation?...
And why do nobody assebling packages for Debian?
P.S.Sorry for my English..... I hope it is understandable.....
2004 May 05
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
...vmgcc ackerman.c -o ackerman -Wl,-native-cbe
>
>
> BTW, Chris, what should be then an analogy
> of "gcc -O3 -S foo.c" in LLVM framework?
>
> The invocation of
>
> $ llvmgcc -S ackerman.c -o ackerman -Wl,-native-cbe
>
> does not produce native assebler output as one might expect.
>
If you're wanting native assembler code, one way to do it would be:
llvmgcc -o ackerman ackerman.c # Produces ackerman.bc, a linked LLVM
# bytecode file
llc -o ackerman.s ackerman.bc # Generates native assembly from linked...
2010 May 31
1
[LLVMdev] Error with instruction selection
...ave the getPtr return anything else than <4xfloat>* or <4xi32>* (e.g.
<4xfloat> or float* work just fine)
-do not load from or store to the pointer - e.g. just returning the
pointer works.
-target any other processor than CellSPU (ok, some backends assert on
this code, and the PIC assebly I didn't understand :) )
Any explanation on what is going on or hints on how to fix this are
highly appreciated!
thanks,
kalle
2011 Dec 09
0
[LLVMdev] tutorial on Xcode for LLVM bytecode?
...VM bytecode in Xcode.
I tried selecting LLVM assembly as the source in Xcode when I try
compiling some .bc file. However, It says:
warning: no rule to process file '$(PROJECT_DIR)/test5/main.asm.llvm'
of type sourcecode.asm.llvm for architecture x86_64
I also changed the target into LLVM assebly files using LLVM GCC 4.2
when I was trying out compiling some c files. However, it was not
correct.
Can someone give me some steps in using LLVM in Xcode?
Thanks,
Christine
2007 May 03
4
Finding instrumented code
Hi all,
So I just took Sun''s dtrace class this week and one thing that piqued my
interest was the instrumenting of a process''s instructions and how to
find the original instructions. (I''m looking around at resources for
learning SPARC assembly to help me when using mdb for analysis, though I
vaguely remember pieces from a grad school compiler theory class about
10 years
2004 May 01
0
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
On Sat, 1 May 2004, [koi8-r] "Valery A.Khamenya[koi8-r] " wrote:
> there are two issues concerning invoking optimizations:
>
> 1.
> this document:
> http://llvm.cs.uiuc.edu/docs/GettingStarted.html
> is very nice, it would be good though to add in a section
>
> An Example Using the LLVM Tool Chain
>
> examples on optimization step.
That's an
2004 May 01
4
[LLVMdev] opt, llcc, ll++, -O1, -O2, -O3
Hi devels,
there are two issues concerning invoking
optimizations:
1.
this document:
http://llvm.cs.uiuc.edu/docs/GettingStarted.html
is very nice, it would be good though to add in a section
An Example Using the LLVM Tool Chain
examples on optimization step.
2.
If i am not wrong there is no tool, which integrates all
steps:
llvmgcc->opt->llc into something like llcc
(and
2010 May 31
0
[LLVMdev] Finding Merge nodes in CFG (ambika@cse.iitb.ac.in)
...thing else than <4xfloat>* or <4xi32>* (e.g.
> <4xfloat> or float* work just fine)
> -do not load from or store to the pointer - e.g. just returning the
> pointer works.
> -target any other processor than CellSPU (ok, some backends assert on
> this code, and the PIC assebly I didn't understand :) )
>
> Any explanation on what is going on or hints on how to fix this are
> highly appreciated!
>
> thanks,
> kalle
>
>
>
>
> ------------------------------
>
> _______________________________________________
> LLVMdev mailing li...
2007 Nov 14
10
[GE users] Apple Leopard has dtrace -- anyone used the SGE probes/scripts yet?
Hi,
Chris (cc) and I try to get the SGE master monitor work with Apple Leopard
dtrace. Unfortunately we are stuck with the error msg below.
Anyone having an idea what could be the cause? What I can rule out as
cause is function inlining for the reasons explained below.
Background information on SGE master monitor implementation is under
http://wiki.gridengine.info/wiki/index.php/Dtrace