search for: rahuljain

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

2015 Mar 10
2
[LLVMdev] GVN PRE algorithms in LLVM
...At some point, i plan on implement reimplementing GVNPRE that will handle both scalars and loads (as GCC's does) If you have interest in working on stuff, i'm happy to chat/help point out whatever I can. Depends on what you want to do. On Tue, Mar 10, 2015 at 4:25 AM, Rahul Jain <1989.rahuljain at gmail.com> wrote: > This landed in my spam folder so resending it to the list! > On Mar 9, 2015 9:56 PM, "Rakshit Singla" <cs12b1029 at iith.ac.in> wrote: > >> Hello everyone >> >> I am Rakshit Singla, a third year undergrad at IIT Hyderabad, India....
2015 Mar 09
2
[LLVMdev] GVN PRE algorithms in LLVM
Hello everyone I am Rakshit Singla, a third year undergrad at IIT Hyderabad, India. I finished a basic compilers course last semester and am currently doing a compiler optimizations course. I have been exploring LLVM for the past few months (wrote a front-end for the Classroom Object Oriented Language and have been studying pieces of code.) I would like to work with LLVM and contribute to the
2015 Mar 10
3
[LLVMdev] [GSoc] Liveness Based Flow Sensitive Pointer Analysis for GSoc 2015
Hi all, I'm a 3rd year CSE B.Tech student and have been studying LLVM since the past year. I have written a pass for doing register allocation as part of my course project and have also been studying LLVM code sections related to SSA construction, dominance frontiers,etc. I also made some contributions to the Polly project. Currently I am interested in improving the existing alias analysis
2014 Feb 04
2
[LLVMdev] Guidance to understand the Vectorization framework of LLVM
> > Hi all, > > > I have been working with Clang for a while now and have worked on a few bug fixes. > > I would like to delve further in the area of Vectorization and get familiar with its code. > > It would be great if someone could help me by pointing out a few resources which will help > me understand Vectorization? > > Which advanced topics in