search for: kuhar

Displaying 2 results from an estimated 2 matches for "kuhar".

2017 Jun 13
9
RFC: Dynamic dominators
...gradually deprecate and remove the existing API for manually manipulating dominator tree (changeImmediateDominator, addNewBlock) and replace its use within LLVM with the new incremental API. *3. Proof of concept* The prototype implementation can be found in my LLVM fork [2] <https://github.com/kuhar/llvm-dominators>. It comes with several layers of verification and was tested on clang, llvm test suite and a few open source libraries. The code provides the basic functionality and tries be ‘API-equivalent’ with the current DomTree implementation. The NewDomTree is also able to convert itself...
2017 Jun 13
2
RFC: Dynamic dominators
...ating dominator tree > > (changeImmediateDominator, addNewBlock) and replace its use within LLVM > > with the new incremental API. > > > > *3. Proof of concept* > > > > The prototype implementation can be found in my LLVM fork [2] > > <https://github.com/kuhar/llvm-dominators>. It comes with several layers > > of > > verification and was tested on clang, llvm test suite and a few open > > source > > libraries. > > The code provides the basic functionality and tries be ‘API-equivalent’ > > with the current DomTree im...