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