search for: mminutoli

Displaying 4 results from an estimated 4 matches for "mminutoli".

Did you mean: minutoli
2012 Aug 21
0
[LLVMdev] DominanceFrontier
George Baah <georgebaah at gmail.com> writes: > Hi Guys, > > I saw in the API that DominanceFrontier has been deprecated. Is this > for real? > I have read the computational issues but shouldn't that be left to the > users of llvm? > My concern is I am writing a Control Dependence module that uses > Dominance-Frontier information. > Getting rid of Dominance
2012 Aug 20
4
[LLVMdev] DominanceFrontier
Hi Guys, I saw in the API that DominanceFrontier has been deprecated. Is this for real? I have read the computational issues but shouldn't that be left to the users of llvm? My concern is I am writing a Control Dependence module that uses Dominance-Frontier information. Getting rid of Dominance Frontiers will put me in a tight spot. George -------------- next part -------------- An HTML
2013 Mar 09
0
[LLVMdev] Code morphing pass.
Hello, for an university course I am working on a code morphing pass. The idea is that a random vector gets generated at the entry point of functions and that vector will be used to randomize the flow of execution. Alternative flows are built looking at the instructions inside the basic blocks of the function and for some of them replacing the orginal instruction with a set of logically
2013 Mar 09
1
[LLVMdev] Code morphing pass
Hello, for an university course I am working on a code morphing pass. The idea is that a random vector gets generated at the entry point of functions and that vector will be used to randomize the flow of execution. Alternative flows are built looking at the instructions inside the basic blocks of the function and for some of them replacing the orginal instruction with a set of logically