summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RenderMachineFunction.h
Commit message (Expand)AuthorAge
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Added support for register allocators to record which intervals are spill int...Lang Hames2010-09-02
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Changed OStream templates to functions on raw_ostream, removed the unused "re...Lang Hames2010-07-21
* Use run-length encoding to represent identical adjacent cells in the pressureLang Hames2010-07-20
* Added support for turning HTML indentation on and off (indentation off by def...Lang Hames2010-07-20
* Switched to rendering after allocation (but before rewriting) in PBQP.Lang Hames2010-07-20
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-19