Use run-length encoding to represent identical adjacent cells in the pressure
authorLang Hames <lhames@gmail.com>
Tue, 20 Jul 2010 10:18:54 +0000 (10:18 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 20 Jul 2010 10:18:54 +0000 (10:18 +0000)
commitf80f31eb9fd8ffa446310803e9d1da16e1c81c19
tree79eb2d6a1b6172d58ceb55bb870c93e206593062
parent245581b1aca7c4af512772fcef4bde5fb1ad7e84
Use run-length encoding to represent identical adjacent cells in the pressure
and interval table. Reduces output HTML file sizes by ~80% in my test cases.

Also fix access of private member type by << operator.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108823 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RenderMachineFunction.cpp
lib/CodeGen/RenderMachineFunction.h