aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RenderMachineFunction.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Added support for register allocators to record which intervals are spill int...Lang Hames2010-09-021-72/+94
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Changed OStream templates to functions on raw_ostream, removed the unused "re...Lang Hames2010-07-211-26/+13
* Use run-length encoding to represent identical adjacent cells in the pressureLang Hames2010-07-201-1/+17
* Added support for turning HTML indentation on and off (indentation off by def...Lang Hames2010-07-201-6/+18
* Switched to rendering after allocation (but before rewriting) in PBQP.Lang Hames2010-07-201-6/+14
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-191-0/+291