Register Data Flow: data flow graph
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 12 Jan 2016 15:09:49 +0000 (15:09 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 12 Jan 2016 15:09:49 +0000 (15:09 +0000)
commit79af24e25626655d5f94c6e348fe679979774677
treec86e93d6f59a8e34d3c47b7f9193f47a578a36d2
parent44c8b64aac12141f7b5f84ff971375836c797bc3
Register Data Flow: data flow graph

Target independent, SSA-based data flow framework for representing
data flow between physical registers.

This commit implements the creation of the actual data flow graph.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257477 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/RDFGraph.cpp [new file with mode: 0644]
lib/Target/Hexagon/RDFGraph.h [new file with mode: 0644]