Displaying 2 results from an estimated 2 matches for "functres".
2004 Mar 31
3
(no subject)
Hi, I wonder if you can help me:
I cannot seem to be able to import my data anymore. When I try to import
the attached file with the string
FunctRes<-read.table("C:/Documents and Settings/FunctRes.txt", header=FALSE)
I obtain:
> FunctRes
V1
1 ??C
2 \n
3 C
4 0
5 0
6 B
7 \n
8 C
9 0
10 1
11 B
12 \n
13 C
14 0
15 0
16 B
17 \n
18 C
19 0
20 1
21 B
22 \n
23 C
24 0
25 1
26 B
2...
2005 Oct 16
2
[LLVMdev] Help on LLVM Instrumentation
Hi ,
I am using LLVM for my Post Graduate course project on Optimization. I am trying to do some insrtumentation to the bytecode.I 've been going through your Instrumentation code for the past few days in /llvm/lib/Transforms/Instrumentation folder and finally found two ways of instrumentation :
1) injecting LLVM bytecode instructions
2) calling an external C function.
I am trying both and