aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/RenderMachineFunction.cpp
AgeCommit message (Expand)Author
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-10-21The variable liTRC is not used for anything useful, zap itDuncan Sands
2010-10-12Begin adding static dependence information to passes, which will allow us toOwen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-09-02Added support for register allocators to record which intervals are spill int...Lang Hames
2010-08-11Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-07-21Changed OStream templates to functions on raw_ostream, removed the unused "re...Lang Hames
2010-07-20Updated css classes for the pressure table legend.Lang Hames
2010-07-20Oops - I tables render poorly in Chrome without this explicit height specific...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