search for: 9ed0b218

Displaying 1 result from an estimated 1 matches for "9ed0b218".

2013 Apr 19
1
[LLVMdev] GSoC pre-proposal (instrumentation pass)
Hi, I'd like to propose a GSoC project with the goal of implementing a library for profiling instrumentation of LLVM IR. Currently, my idea is make the library general enough to insert arbitrary code or a call to a void(*)(void) before or after reads/writes from a specified variable or in the prologue/epilogue of a specified function. I would like to build more than this on top of the