search for: info_printf

Displaying 3 results from an estimated 3 matches for "info_printf".

2012 Mar 28
1
[LLVMdev] GSoC on LLVM usability?
On 03/28/2012 11:20 AM, Thibault Raffaillac wrote: > Bump! > I would very much appreciate you feedback on this proposal! Hi Thibault, I think in general this looks very interesting and helpful, but making this actually work seems to be difficult. Here my two major concerns: 1. Relating LLVM-IR to the source code is difficult Especially when optimizations are enabled relating LLVM-IR to
2012 Mar 28
0
[LLVMdev] GSoC on LLVM usability?
...s could be a little lengthier than the example (2-3 lines) to make proper explanations. As for the work plan, it would consist in: _ Enumerating all possible messages in the messages set. _ Implementing a function receiving feedback from each optimization unit and choosing whether to display it: info_printf(enum INFO_INDEX, const char*, ...); _ Write a formatting guide for adding messages in the set. I would very much appreciate you feedback on this proposal! Best regards, Thibault (http://www.csc.kth.se/~traf/) ________________________________ From: llvmdev-bounces at cs.uiuc.edu [llvmdev-bounces...
2012 Mar 23
2
[LLVMdev] GSoC on LLVM usability?
Hello all, My name is Thibault Raffaillac, degree student at KTH, Stockholm, Sweden (in double-degree partnership with Ecole Centrale Marseille, France). I am currently carrying my degree thesis on the usability of compilers, and as such would be very much interested in contributing to LLVM through a Google Summer of Code. The task I would like to propose is implementing the work from my thesis: