search for: mmapsupport

Displaying 4 results from an estimated 4 matches for "mmapsupport".

2011 Oct 11
2
[LLVMdev] interprocedural static backwards slicing
...s the system llvm-gcc was used for the bitcode generation, hence the mismatch of the intrinsic prototype. I'd appreciate some hints here. I'll give you a separate email regarding contributing code to the LLVM community. Thanks, Jin [1] llvm-2.7/llvm/projects/poolalloc/include/poolalloc/MMAPSupport.h:16:19: error: cstdlib: No such file or directory llvm-2.7/llvm/projects/poolalloc/include/poolalloc/MMAPSupport.h:17:19: error: cassert: No such file or directory [2] /llvm-2.7/llvm/projects/poolalloc/README: KNOWN ISSUES: ============= Automatic Pool Allocation is currently broken on 2.7 due...
2011 Oct 11
0
[LLVMdev] interprocedural static backwards slicing
...elease of llvm-gcc. What you did for the first build was correct. > > I'll give you a separate email regarding contributing code to the LLVM > community. Okay. Thanks. -- John T. > > Thanks, > Jin > > [1] > > llvm-2.7/llvm/projects/poolalloc/include/poolalloc/MMAPSupport.h:16:19: > error: cstdlib: No such file or directory > llvm-2.7/llvm/projects/poolalloc/include/poolalloc/MMAPSupport.h:17:19: > error: cassert: No such file or directory > > [2] > > /llvm-2.7/llvm/projects/poolalloc/README: > > KNOWN ISSUES: > ============= > >...
2011 Oct 10
0
[LLVMdev] interprocedural static backwards slicing
On 10/9/11 12:12 AM, Jinwook Shin wrote: > Thanks John. I appreciate your help and I look forward to obtaining the code. > > A proper LLVM sub-project: No rush on this and please take your time. Thanks. Okay, I've created a new LLVM sub-project called Giri(*). It currently contains only the static backwards slicing pass. I'll add the dynamic slicing code to the project later.
2011 Oct 09
2
[LLVMdev] interprocedural static backwards slicing
Thanks John. I appreciate your help and I look forward to obtaining the code. A proper LLVM sub-project: No rush on this and please take your time. Thanks. - Jin -----Original Message----- From: Criswell, John T [mailto:criswell at illinois.edu] Sent: Saturday, October 08, 2011 11:58 AM To: Jinwook Shin; llvmdev at cs.uiuc.edu Subject: RE: interprocedural static backwards slicing Dear Jin,