Post-ra LICM should take care not to hoist an instruction that would clobber a
[oota-llvm.git] / lib / CodeGen / RenderMachineFunction.cpp
2012-01-03 Nick LewyckyFix typo in ruler. No functionality change.
2011-11-13 Jakob Stoklund OlesenRename SlotIndexes to match how they are used.
2011-06-16 Jakob Stoklund OlesenAdd TargetRegisterInfo::getRawAllocationOrder().
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...