search for: apreuss

Displaying 9 results from an estimated 9 matches for "apreuss".

Did you mean: preuss
2010 Dec 06
0
[LLVMdev] Reviewer for our Path Profiling Implementation (Adam Preuss)
...fixes and code updates as LLVM APIs change. Is that something you are willing to do? --Vikram Associate Professor, Computer Science University of Illinois at Urbana-Champaign http://llvm.org/~vadve Begin forwarded message: > Date: Fri, 3 Dec 2010 12:21:22 -0700 > From: Adam Preuss <apreuss at ualberta.ca> > Subject: [LLVMdev] Reviewer for our Path Profiling Implementation > To: llvmdev at cs.uiuc.edu > Message-ID: <20AFE3EB-A248-4FA3-B859-4B88F5E0B177 at ualberta.ca> > Content-Type: text/plain; charset="iso-8859-1" > > I am a student at the Unive...
2011 May 11
0
[LLVMdev] Path profiling command
...om: Andreas Neustifter <andreas.neustifter at gmail.com> To: Andrew Trick <atrick at apple.com> Cc: Linh Ho Tran <hotranlinh at yahoo.com>; "llvmdev at cs.uiuc.edu Mailing List" <llvmdev at cs.uiuc.edu>; Bob Wilson <bob.wilson at apple.com>; Adam Preuss <apreuss at ualberta.ca>; Jeff Kunkel <jdkunk3 at gmail.com>; J Nelson Amaral <amaral at cs.ualberta.ca> Sent: Tue, May 10, 2011 3:44:46 PM Subject: Re: [LLVMdev] Path profiling command Hi All! I was involved in the LLVM profiling business during late 2009 and early 2010 but I was not work...
2011 May 09
4
[LLVMdev] Path profiling command
Hi members, I am a LLVM newbee. I am working in path profiling. I got an error message when reading the path profile data I made a sample source named foo.c The command chain to make llvm path profiling as follows: 1. Compile to LLVM Bitcode llvm-gcc –emit-llvm foo.c –c –o foo.bc 2. Insert Path Instruments opt –insert-path-profiling foo.bc –o foo_path.bc 3. Link with profile
2010 Jul 23
1
[LLVMdev] Path Profiling
Dear LLVM developers: I am a summer research student at the University of Alberta and I am working on implementing path profiling into LLVM. My work is almost complete; I am currently conducting tests to ensure that the path profiler functions correctly. To provide evidence that the profiler produces accurate results, I have developed a verifier which derives edge profile files (identical to
2010 Aug 23
0
[LLVMdev] Path Profling
Dear LLVM developers: I am a summer research student at the University of Alberta under the supervision of José Nelson Amaral, and I have been working on implementing path profiling into LLVM. I have completed my project and would like to submit it; please see the attached patch and associated documentation. Should I send the patch to the commit mailing list? Adam Preuss --------------
2010 Oct 19
0
[LLVMdev] Path Profiling in LLVM
Hi, A couple months ago I posted an implementation of path profiling in LLVM, and haven't received any response. I was wondering whether there is anyone who would be interested in reviewing it so it can be added to the compiler? Please see the attached current patch and documentation. Adam -------------- next part -------------- A non-text attachment was scrubbed... Name: pp.patch Type:
2011 May 23
0
[LLVMdev] Need Path Profiling Format Document
Hi, Here is a link to my document on PP. On page 4, it has the format of the path profile. http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20100823/db8abfb3/attachment-0001.pdf Cheers, Adam On 2011-05-22, at 9:31 PM, Linh Ho Tran wrote: > Dear Members, > > I am working on path profiling, but command llvm-prof cannot read path profile info. Making llvm-prof to be able to
2010 Dec 08
1
[LLVMdev] Reviewer for our Path Profiling Implementation
Thank you for your suggestions on the patch. If the patch is committed, I would be willing to maintain it, though I am not sure what is all involved or how I am made aware of changes that need to be made. The technical report https://www.cs.ualberta.ca/system/files/tech_report/2010/PreussPathProfLLVM.pdf contains my benchmarks relating to profiling overhead in LLVM. Over the next week I will
2010 Dec 03
4
[LLVMdev] Reviewer for our Path Profiling Implementation
I am a student at the University of Alberta under the supervision of José Nelson Amaral, and I have been working on implementing path profiling into LLVM. I have completed my project and would like to submit it. We are looking for a reviewer for the path profiling implementation. We have sent previous requests to the llvmdev list but have so far been unsuccessful. Please see the attached