search for: vugranam

Displaying 5 results from an estimated 5 matches for "vugranam".

Did you mean: vegraham
2019 Jun 03
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
..." GraphDiff and all related classes to handle clang's CFG. If the answer to both of these questions is "no", I'd separate out a base of IDFCalculator, to a new class called IDFCalculatorBase that wouldn't contain either of said functions. Cheers! Kristóf [1] Sreedhar, Vugranam C., and Guang R. Gao. "A linear time algorithm for placing ϕ-nodes." Proceedings of the 22nd ACM SIGPLAN-SIGACT symposium on Principles of programming languages. ACM, 1995. [2] [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based on a GraphDiff. https://reviews.llvm.org/D50...
2019 Jun 16
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...If the answer to both of these questions is "no", I'd separate out a base >> of IDFCalculator, to a new class called IDFCalculatorBase that wouldn't >> contain either of said functions. >> >> Cheers! >> Kristóf >> >> >> [1] Sreedhar, Vugranam C., and Guang R. Gao. "A linear time algorithm for >> placing ϕ-nodes." Proceedings of the 22nd ACM SIGPLAN-SIGACT symposium on >> Principles of programming languages. ACM, 1995. >> [2] [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG based >> on a Gra...
2019 Jun 17
2
[IDF][analyzer] Generalizing IDFCalculator to be used for Clang's CFG
...9;d separate out a >>>> base of IDFCalculator, to a new class called IDFCalculatorBase that >>>> wouldn't contain either of said functions. >>>> >>>> Cheers! >>>> Kristóf >>>> >>>> >>>> [1] Sreedhar, Vugranam C., and Guang R. Gao. "A linear time algorithm >>>> for placing ϕ-nodes." Proceedings of the 22nd ACM SIGPLAN-SIGACT symposium >>>> on Principles of programming languages. ACM, 1995. >>>> [2] [IDF] Teach Iterated Dominance Frontier to use a snapshot CFG...
2007 Apr 12
0
[LLVMdev] Regalloc Refactoring
...erg and Steven W. Reeves}, YEAR = "2002", TITLE = "Fast copy coalescing and live-range identification", BOOKTITLE = "PLDI", PAGES = "25-32", PUBLISHER = "ACM Press" } @InProceedings{Sreedhar99, AUTHOR = "Vugranam C. Sreedhar and Roy Dz-ching Ju and David M. Gillies and Vatsa Santhanam", YEAR = 1999, TITLE = "Translating out of Static Single Assignment Form", booktitle = {SAS}, publisher = {Springer-Verlag}, pages = {194-210} } And I have a quite fast algo th...
2007 Apr 12
8
[LLVMdev] Regalloc Refactoring
Chris Lattner wrote: > On Thu, 12 Apr 2007, David Greene wrote: >> As I work toward improving LLVM register allocation, I've >> come across the need to do some refactoring. > > cool. :) One request: Evan is currently out on vacation until Monday. > This is an area that he is very interested in and will want to chime in > on. Please don't start anything