Displaying 7 results from an estimated 7 matches for "getl".
Did you mean:
get
2004 Jul 07
2
[LLVMdev] Duplicate assignment in LLVM?
...$ /home/ghost/build/llvm-gcc/install/bin/gcc -g -S -fno-inline -o test.llvm
tests/2003-05-26-Shorts.c
$ gccas -disable-inlining test.llvm -o test.bc
$ llvm-dis -f test.bc
$ less test.ll
........
int %main(int %argc, sbyte** %argv) {
entry:
call void %__main( )
%tmp.11 = call ulong %getL( ) ; <ulong> [#uses=16]
%tmp.3 = cast ulong %tmp.11 to long ; <long> [#uses=
6]
%tmp.5 = cast ulong %tmp.11 to uint ; <uint> [#uses=
6]
%tmp.7 = cast ulong %tmp.11 to int ; <int> [#uses=7
]
%tmp.9...
2004 Jul 07
2
[LLVMdev] Duplicate assignment in LLVM?
Hello,
when I'm compiling
test/Programs/SingleSource/UnitTests/2003-05-26-Shorts.c
I get LLVM assembler which looks like:
int %main(int %argc, sbyte** %argv) {
entry:
call void %__main( )
%tmp.11 = call ulong %getL( ) ; <ulong> [#uses=16]
%tmp.3 = cast ulong %tmp.11 to long ; <long> [#uses=
%tmp.5 = cast ulong %tmp.11 to uint ; <uint> [#uses=
%tmp.7 = cast ulong %tmp.11 to int ; <int> [#uses=7
%tmp.9 = cast...
2010 May 06
2
help on compile r-2.10.0 on 64 bit window
...-gcc -std=gnu99 -shared -s -mwindows -o R.dll R.def console.o
dataentry.o dynload.o edit.o editor.o embeddedR.o extra.o opt.o pager.o preferen
ces.o psignal.o rhome.o rt_complete.o rui.o run.o shext.o sys-win32.o system.o d
os_wglob.o malloc.o ../main/libmain.a ../appl/libappl.a ../nmath/libnmath.a getl
ine/gl.a ../extra/xdr/libxdr.a ../extra/pcre/libpcre.a ../extra/bzip2/libbz2.a .
./extra/intl/libintl.a ../extra/trio/libtrio.a ../extra/tzone/libtz.a ../extra/t
re/libtre.a ../extra/xz/liblzma.a dllversion.o -L. -lgfortran -lRblas -L../../bi
n -lRzlib -lRgraphapp -lRiconv -lcomctl32 -lversion
cp R...
2004 Jul 07
0
[LLVMdev] Duplicate assignment in LLVM?
...wrote:
> Hello,
> when I'm compiling
>
> test/Programs/SingleSource/UnitTests/2003-05-26-Shorts.c
>
> I get LLVM assembler which looks like:
>
> int %main(int %argc, sbyte** %argv) {
> entry:
> call void %__main( )
> %tmp.11 = call ulong %getL( ) ; <ulong> [#uses=16]
> %tmp.3 = cast ulong %tmp.11 to long ; <long> [#uses=
> %tmp.5 = cast ulong %tmp.11 to uint ; <uint> [#uses=
> %tmp.7 = cast ulong %tmp.11 to int ; <int> [#uses=7
>...
2004 Jul 07
0
[LLVMdev] Duplicate assignment in LLVM?
...-S -fno-inline -o
>test.llvm
> tests/2003-05-26-Shorts.c
> $ gccas -disable-inlining test.llvm -o test.bc
> $ llvm-dis -f test.bc
> $ less test.ll
> ........
> int %main(int %argc, sbyte** %argv) {
> entry:
> call void %__main( )
> %tmp.11 = call ulong %getL( ) ; <ulong> [#uses=16]
> %tmp.3 = cast ulong %tmp.11 to long ; <long> [#uses=
> 6]
> %tmp.5 = cast ulong %tmp.11 to uint ; <uint> [#uses=
> 6]
> %tmp.7 = cast ulong %tmp.11 to int ; <int> [#u...
2005 Mar 02
1
gem install rails error
...lease give me a hand here? I have just built a brand new
RHEL 4 server for my company and I am trying to get rails up and
running on it. I have ruby 1.8.2 installed fine. And the gem install
process went fine as well. But when I try to do the gem install raisl
under the root user this is what I getL:
[root@yhrws root]# gem instal rails
Config file /root/.gemrc does not exist
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
/usr/lo...
2004 Jul 07
1
[LLVMdev] Duplicate assignment in LLVM?
...t;> tests/2003-05-26-Shorts.c
>> $ gccas -disable-inlining test.llvm -o test.bc
>> $ llvm-dis -f test.bc
>> $ less test.ll
>> ........
>> int %main(int %argc, sbyte** %argv) {
>> entry:
>> call void %__main( )
>> %tmp.11 = call ulong %getL( ) ; <ulong> [#uses=16]
>> %tmp.3 = cast ulong %tmp.11 to long ; <long> [#uses=
>> 6]
>> %tmp.5 = cast ulong %tmp.11 to uint ; <uint> [#uses=
>> 6]
>> %tmp.7 = cast ulong %tmp.11 to int...