Render MachineFunctions to HTML pages, with options to render register
authorLang Hames <lhames@gmail.com>
Mon, 19 Jul 2010 15:22:28 +0000 (15:22 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 19 Jul 2010 15:22:28 +0000 (15:22 +0000)
commit54cc2efb4e6ba3022ec297746b14a129d97fc07b
tree6cd60bbee224422d847ff0580f6981a476ce25e7
parentb68f7aea33fd8510e441a1a9a38f3920a9e5db0c
Render MachineFunctions to HTML pages, with options to render register
pressure estimates and liveness alongside.

Still experimental.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108698 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SlotIndexes.h
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/RenderMachineFunction.cpp [new file with mode: 0644]
lib/CodeGen/RenderMachineFunction.h [new file with mode: 0644]