search for: r252

Displaying 10 results from an estimated 10 matches for "r252".

Did you mean: 252
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...2, R203, R204, R205, R206, R207, R208, R209, R210, R211, R212, R213, R214, R215, R216, R217, R218, R219, R220, R221, R222, R223, R224, R225, R226, R227, R228, R229, R230, R231, R232, R233, R234, R235, R236, R237, R238, R239, R240, R241, R242, R243, R244, R245, R246, R247, R248, R249, R250, R251, R252, R253, R254, R255 ] , Uses = [ R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15, R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31, R32, R33, R34, R35, R36, R37, R38, R39, R40, R41, R42, R43, R44, R45, R46, R47, R48, R49, R50, R51, R52, R53, R54,...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah, > In X86InstrInfo.td for Call Instructions, it mentions that Uses for > argument registers are added manually. Can someone point me to the > location where they are added as the comment doesn't reference a > where or how? the register uses are added by the function X86TargetLowering::LowerCall() during the DAG Lowering phase. This is the relevant code segment: // Add
2008 Nov 02
2
[LLVMdev] Debugging lli using bugpoint
...n python with lli (http://www.python.org/download/releases/2.5.2/). I managed to compile python.bc and here again I face the same problem: llc and gcc can get python.exe to run (which is great :)!) : $ llc -f python.bc $ gcc -o python.exe python.s -ldl -lutil -lm -lrt $ ./python.exe Python 2.5.2 (r252:60911, Oct 31 2008, 14:41:11) [GCC 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> however, when I try to run python.bc using lli it crashes with a segmentatio...
2008 Nov 04
4
[LLVMdev] Debugging lli using bugpoint
...rg/download/releases/2.5.2/). I > managed to compile python.bc and here again I face the same problem: > > llc and gcc can get python.exe to run (which is great :)!) : > > $ llc -f python.bc > $ gcc -o python.exe python.s -ldl -lutil -lm -lrt > $ ./python.exe > Python 2.5.2 (r252:60911, Oct 31 2008, 14:41:11) > [GCC 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> > > however, when I try to run python.bc using lli it cr...
2009 Sep 21
0
Ubuntu Hardy python-rpy package missing _rpy2092 (PR#13962)
Full_Name: Dennis Ristuccia Version: R version 2.9.2 (2009-08-24) OS: Ubuntu Hardy 8.04 Submission from: (NULL) (18.157.249.21) Hi guys, I'm running into an issue with the python-rpy ubuntu hardy package. Heres the output: root at tak ~# python Python 2.5.2 (r252:60911, Jul 22 2009, 15:35:03) [GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import rpy Traceback (most recent call last): File "<stdin>", line 1, in <mod...
2008 Nov 03
0
[LLVMdev] Debugging lli using bugpoint
...ad/releases/2.5.2/ > ). I managed to compile python.bc and here again I face the same > problem: > > llc and gcc can get python.exe to run (which is great :)!) : > > $ llc -f python.bc > $ gcc -o python.exe python.s -ldl -lutil -lm -lrt > $ ./python.exe > Python 2.5.2 (r252:60911, Oct 31 2008, 14:41:11) > [GCC 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> > > however, when I try to run python.bc using lli it cr...
2009 Jan 16
0
New winetricks 20090116: new verbs mono22, urlmon, wininet, controlpad, native_oleaut32, msscript, hosts; plus various updates and bugfixes
...g 12076) r260 | daniel.r.kegel | 2009-01-11 Fix gecko to grab right version for newer wine. r259 | daniel.r.kegel | 2009-01-11 Alternate URL for tahoma, not sure if it's needed, so just a comment. r253 | daniel.r.kegel | 2008-12-23 Fix symlink vulnerability pointed out by Stefan Nordhausen. r252 | daniel.r.kegel | 2008-12-23 wininet verb didn't actually override wininet. (Thanks to Austin English.) r251 | daniel.r.kegel | 2008-12-17 Added new verb msscript to fix http://code.google.com/p/winezeug/issues/detail?id=19 Also noticed that msmask.ocx wasn't registered, so do that r250...
2008 Nov 11
0
[LLVMdev] Debugging lli using bugpoint
...naged to compile python.bc and here again I face the same >> problem: >> >> llc and gcc can get python.exe to run (which is great :)!) : >> >> $ llc -f python.bc >> $ gcc -o python.exe python.s -ldl -lutil -lm -lrt >> $ ./python.exe >> Python 2.5.2 (r252:60911, Oct 31 2008, 14:41:11) >> [GCC 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)] on linux2 >> Type "help", "copyright", "credits" or "license" for more >> information. >> >>> >> >> however, when I try t...
2008 Oct 28
0
[LLVMdev] Debugging lli using bugpoint
On Tue, Oct 28, 2008 at 12:17 PM, Prakash Prabhu <prakash.prabhu at gmail.com> wrote: > Generating reference output from raw program: <cbe><gcc> > Error running tool: [snip] > /tmp/cc08IpX8.o: In function `SyLoadModule': > bugpoint-test-program.bc.cbe.c:(.text+0x25705): undefined reference to > `dlopen' [snip] This is saying that compilation with CBE is
2008 Oct 28
2
[LLVMdev] Debugging lli using bugpoint
Hi, I have a program that runs when statically compiled using llc and gcc but crashes with a segmentation fault when run with lli. I am trying to debug it with bugpoint and the initial part of bugpoint seems to be suggesting that I am somehow missing the linking with the libraries having dlsym/dlopen although I am passing it to lli : *$ bugpoint -run-jit