Fix a ton of comment typos found by codespell. Patch by
[oota-llvm.git] / lib / CodeGen / RenderMachineFunction.cpp
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-10-21 Duncan SandsThe variable liTRC is not used for anything useful...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-09-02 Lang HamesAdded support for register allocators to record which...
2010-08-11 Jakob Stoklund OlesenFix a FIXME. The SlotIndex::Slot enum should be private.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Lang HamesChanged OStream templates to functions on raw_ostream...
2010-07-20 Lang HamesUpdated css classes for the pressure table legend.
2010-07-20 Lang HamesOops - I tables render poorly in Chrome without this...
2010-07-20 Lang HamesUse run-length encoding to represent identical adjacent...
2010-07-20 Lang HamesAdded support for turning HTML indentation on and off...
2010-07-20 Lang HamesSwitched to rendering after allocation (but before...
2010-07-19 Lang HamesRender MachineFunctions to HTML pages, with options...