search for: 81c221d4

Displaying 2 results from an estimated 2 matches for "81c221d4".

2009 Jul 03
0
[LLVMdev] Profiling in LLVM Patch Followup 2
Hi, this is the second in a series of patches to cleanup and improve the LLVM Profiling Infrastructure. It depends on the previous patch from http://lists.cs.uiuc.edu/pipermail/llvmdev/2009-July/023569.html The ProfileInfoLoaderPass was only dealing with edge profiling information, this patch adds support for block and function profiling information. Grettings, Andi
2009 Jul 01
12
[LLVMdev] Profiling in LLVM Patch
Hi Daniel, Daniel Dunbar wrote: > Hi Andreas, > > First, thanks again for undertaking this work and submitting it back. There is a > lot of good stuff here and it would be great to see it get back into the tree. Thanks for taking the time to review this, I know its a huge patch. I still have a few questions on how you would like this patch to be re-factored and split up. > [...]