aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/RenderMachineFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-131-8/+9
* Add TargetRegisterInfo::getRawAllocationOrder().Jakob Stoklund Olesen2011-06-161-4/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* The variable liTRC is not used for anything useful, zap itDuncan Sands2010-10-211-5/+0
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+6
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Added support for register allocators to record which intervals are spill int...Lang Hames2010-09-021-10/+95
* Fix a FIXME. The SlotIndex::Slot enum should be private.Jakob Stoklund Olesen2010-08-111-5/+3
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+3
* Changed OStream templates to functions on raw_ostream, removed the unused "re...Lang Hames2010-07-211-25/+12
* Updated css classes for the pressure table legend.Lang Hames2010-07-201-3/+3
* Oops - I tables render poorly in Chrome without this explicit height specific...Lang Hames2010-07-201-1/+1
* Use run-length encoding to represent identical adjacent cells in the pressureLang Hames2010-07-201-33/+87
* Added support for turning HTML indentation on and off (indentation off by def...Lang Hames2010-07-201-80/+105
* Switched to rendering after allocation (but before rewriting) in PBQP.Lang Hames2010-07-201-30/+60
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-191-0/+834