search for: 16e562ca

Displaying 2 results from an estimated 2 matches for "16e562ca".

2012 Dec 07
0
[LLVMdev] Interprocedural Register Allocation
...may want to read up on the pass manager and play with the -debug-pass > option. > > /jakob > > -- Thanks and regards, Madhusudan.C.S -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121206/16e562ca/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-CGTry-pass.patch Type: application/octet-stream Size: 10711 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121206/16e562ca/attachment.obj> -----...
2012 Nov 02
2
[LLVMdev] Interprocedural Register Allocation
On Oct 31, 2012, at 1:41 PM, Madhusudan C.S <madhusudancs at gmail.com> wrote: > I have spent last 4 weeks trying to figure out how to implement > Interprocedural Register Allocation. I must admit that I was really > overwhelmed with LLVM's codebase while trying to figure this out :) > There is so much to know! I think I have reached a point where I > have some sort of