search for: pberub

Displaying 5 results from an estimated 5 matches for "pberub".

Did you mean: pberube
2011 Oct 14
1
[LLVMdev] Implementing optimization levels -03
I'm looking at implementing a custom optimization level similar to the usual -0* family. I'd like to look at the implementations of the existing groups. Could anyone tell me where to find them? Thanks, --Paul
2011 Oct 21
0
[LLVMdev] build warnings
...nd even with those of us that don't warnings are not tolerated. You're already seeing all the warnings that are coming out of the build :) Cheers, James ________________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces at cs.uiuc.edu] On Behalf Of Paul Berube [pberube at ualberta.ca] Sent: 21 October 2011 23:07 To: llvmdev at cs.uiuc.edu Subject: [LLVMdev] build warnings Hi, I want to see any warning that are produced when I build llvm (in particular, those in code I'm writing). Before I do something quick and dirty with tee and grep, I was wondering if...
2011 Oct 21
3
[LLVMdev] build warnings
Hi, I want to see any warning that are produced when I build llvm (in particular, those in code I'm writing). Before I do something quick and dirty with tee and grep, I was wondering if there was already something available to, for example, reprint warnings after a build completes? Thanks, --Paul
2011 Jun 08
0
[LLVMdev] Thinking about a profile-guided LTO inliner
I'm new to llvm, but plan to implement a profile-guided link-time function inliner as part of my research. So far I've been reading through a lot of the docs and some of the source, and have a few questions that are hopefully fairly high-level and easily answered by someone who's actually gotten their hands dirty. Pointing me to a file or document is a great answer for me at this
2011 Oct 27
0
[LLVMdev] sharing code between tools
Hi, I have 2 distinct but related tools (in tools/) that have significant code duplication. I would like to factor out that duplicated code, but I'm not sure where to put the extracted code or how to hook it into the build system. Thanks in advance for any advice, --Paul PS: please ensure to CC me on your response; I can't keep up with all the traffic on this list.